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 used Deployer.install() to install web application manually. It seems in version 5.5 the Class was dropped. I know another deployer is to use ant deploy. But that doesn't satisfy the requirement. Where could I find the deployer class? 2. CoyoteConnector and CoyoteServerSocketFactory I find Class CoyoteConnector was moved to org.apache.catalina.connector.Connector. But some function is removed, such as setAddress(), setFactory(). So this is the problem. We used to create a CoyoteServerSocketFactory and call CoyoteConnector.setFactory(ssf), and now we can't find this function. Is it mean that it doesn't need to new this Factory? Or other function can work as complement? Look like some stupid question :-( Any comment will be very helpful. Thank you in advance. -- View this message in context: http://www.nabble.com/problems-of-5.0-to-5.5-upgrade-tp19896877p19896877.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]