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 the
catalina.properties file to point to this directory?

Please let me know ASAP.
--Raj



David Smith-2 wrote:
 
 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 that are running
 on
 Tomcat 5 do not need to be modified in any manner to run on Tomcat 6.
 I have gone through the Tomcat homepage and noticed that there are some
 difference in the directory structure and some other stuff, between the
 6.0.x and 5.5.x release.

 I want to know what all and where should I change after I install Tomcat
 6,
 so that I am able to run the existant applications without any issues.

 Please help, as I am new to Tomcat in general.

 Thanks in advance...

 Raj
   
 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/migrating-from-Tomcat-5.5.x-to-Tomcat-6.0.x-tp20374253p20416883.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 with your webapps 
yet?  It would take less time than this speculation has.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 that are running on
 Tomcat 5 do not need to be modified in any manner to run on Tomcat 6.
 I have gone through the Tomcat homepage and noticed that there are some
 difference in the directory structure and some other stuff, between the
 6.0.x and 5.5.x release.

 I want to know what all and where should I change after I install Tomcat 6,
 so that I am able to run the existant applications without any issues.

 Please help, as I am new to Tomcat in general.

 Thanks in advance...

 Raj
   


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]