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
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:
> 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
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.
> 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
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