RE: migrating from Tomcat 5.5.x to Tomcat 6.0.x

2008-11-10 Thread Caldarale, Charles R
> From: rajesh202023 [mailto:[EMAIL PROTECTED] > Subject: Re: migrating from Tomcat 5.5.x to Tomcat 6.0.x > > But in the /lib directory all the *.jar files present in > the 3 directories are not present. Some are there. What do you think is missing? Have you tried running 6.0 wi

Re: migrating from Tomcat 5.5.x to Tomcat 6.0.x

2008-11-10 Thread rajesh202023
In Tomcat 6, the common, shared and server directories have been merged to produce the /lib directory. But in the /lib directory all the *.jar files present in the 3 directories are not present. Some are there. Does the /lib directory take care of all the *.jar files, so that we can modify just th

Re: migrating from Tomcat 5.5.x to Tomcat 6.0.x

2008-11-07 Thread David Smith
As long as your webapp conforms to the servlet spec, it should just plain work in tomcat 6. Setup a test install and try it out. --David rajesh202023 wrote: > Hi, > > I want to replace Tomcat 5.5.x running in my system with Tomcat 6.0.x. I > want to do this in a manner such that the applications