How to add application context to host

2018-03-06 Thread madhavi kota
We are migrating from 6.0.48 to 7.0.82 , after updating the libraries we are hitting the below issue java.lang.NullPointerException at org.apache.catalina.core.ApplicationContext.populateSessionTrackingModes(ApplicationContext.java:1263) at org.apache.catalina.core.ApplicationCont

Re: RE: Add application

2005-12-19 Thread Warren Pace
Yep! Thanks, Chuck. > > From: "Caldarale, Charles R" <[EMAIL PROTECTED]> > Date: 2005/12/18 Sun PM 04:58:05 EST > To: "Tomcat Users List" > Subject: RE: Add application > > > From: Warren Pace [mailto:[EMAIL PROTECTED] > > Subject: Re:

RE: Add application

2005-12-18 Thread Caldarale, Charles R
> From: Warren Pace [mailto:[EMAIL PROTECTED] > Subject: Re: Add application > > or create an xml file with the same name as your > webapp (i.e. BookApps.xml ) in $CATALINA_HOME/conf. That should be conf/Catalina/ (usually localhost), not just conf. - Chuck THIS COMMUNICAT

Re: Add application

2005-12-18 Thread Warren Pace
ked for me in ver 5.5.12 on Linux > > From: Florian Lindner <[EMAIL PROTECTED]> > Date: 2005/12/18 Sun PM 01:37:35 EST > To: users@tomcat.apache.org > Subject: Add application > > Hello, > I'm just in the process of learnung J2EE / Serlets / JSPs with Tomcat.

RE: Add application

2005-12-18 Thread Caldarale, Charles R
> From: Florian Lindner [mailto:[EMAIL PROTECTED] > Subject: Add application > > My book tells me that I should add the XMl snippet: You have an old book. Take a look at the real documentation: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Note especially the descri

Add application

2005-12-18 Thread Florian Lindner
Hello, I'm just in the process of learnung J2EE / Serlets / JSPs with Tomcat. My book tells me that I should add the XMl snippet: to the ./conf/server.xml. Since there is no other Context entry like that in the server.xml I doubt that this place is wrong (in my Tomcat version 5.5.14). What is