Re: problems of 5.0 to 5.5 upgrade

2008-10-10 Thread ancles
to migrate the ciphers setting in custom SSLImplement to new version Tomcat. Another problem about Deployer, I am still investigating it. It brought much trouble that the Deployer.install() method was removed. Mark Thomas-18 wrote: ancles wrote: So how could I find the best way to achieve

problems of 5.0 to 5.5 upgrade

2008-10-09 Thread ancles
All, I encounter some problems when migrating our web application from Tomcat 5.0.25 to 5.5.25. The reason is some classes or methods are removed in 5.5.25. I need some help since I don't have much background in Tomcat API. 1. Class org.apache.catalina.Deployer was removed. In our program it

Re: problems of 5.0 to 5.5 upgrade

2008-10-09 Thread ancles
So how could I find the best way to achieve this in programming? Mark Thomas-18 wrote: In both cases what are you actually trying to achieve. The 5.0-5.5 refactoring means that the 'new' classes might not be the best way to achieve what you are trying to achieve. Mark