Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upgrading from tomcat 4.1 to tomcat 5

Status
Not open for further replies.

spyghost

Technical User
Jan 17, 2003
52
HK
hi,

i am about to migrate from tomcat 4.1 to tomcat 5. i would like to know they key steps or pointers for this migration.

here are the details...
- the os is solaris 8
- the web applications running in 4.1 are jsp's and servlets that access oracle db
- the applications run in https

questions:
- can i use the existing server.xml from tomcat 4.1 for the new tomcat 5?
- how can i reuse the existing keys for https? or do i have to do things from scratch?
 
There should be no real problems :
I *think* you can use the existing server.xml
The existing keys should be fine.

--------------------------------------------------
Free Database Connection Pooling Software
 
ok... so here is my plan...

since the webapps are in "another" directory and NOT in the $CATALINA_HOME/webapps, all i have to do is simply delete the existing $CATALINA_HOME and untar/unzip the new tomcat to the $CATALINA_HOME and use the previous server.xml?

another question...
which would be proper, simply overwrite the whole directory or delete, then unzip?
 
I would back up your existing set up, install tomcat 5 fully, change CATALINA_HOME to point to your new install, and then modify the config files accordingly.

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top