| Author |
Tomcat Upgradation
|
Ravi Kanth Behera
Greenhorn
Joined: Nov 06, 2006
Posts: 12
|
|
Can anyone please provide a document(steps) or Links how to migrate Tomcat5.0.25 to tomcat 5.5.9 Thanks in advance
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
They both support the same version of the servlet spec. What problems are you having?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Ravi Kanth Behera
Greenhorn
Joined: Nov 06, 2006
Posts: 12
|
|
Thanks for the reply Ben I wanted to know How do i install 5.5.9 on top of 5.0.25 and change the configuration Thanks in Advance
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
On Windows, I've always uninstalled one and installed the other (backing up any apps and/or config files, of course). On Unix I just install the new one right next to the old one and change the symlink so it points to the new one. If you're on windows and didn't install the .exe version, you can do something similar to what I did with Unix and re-name the directories.
|
 |
Ravi Kanth Behera
Greenhorn
Joined: Nov 06, 2006
Posts: 12
|
|
Thanks Ben for the suggestion. i will try it out
|
 |
 |
|
|
subject: Tomcat Upgradation
|
|
|