Raminder Singh wrote
We are in process of upgrading from tomcat 5.0 to tomcat 5.5. We build our= 
tomcat binaries from main source with some updations.

During our investigation, we have not been able to find= "org.apache.coyote.tomcat5" in 
Tomcat 5.5 source which is present in= package of Tomcat 5.0 under= 
"jakarta-tomcat-5.0.28-src\jakarta-tomcat-catalina\catalina\src\share\org\apache\coyote\tomcat5".
 Infact some package have been restructured.

Can you suggest how to go for using same package with tomcat 5.5? Any other= 
package/jars can be used here??

From memory that code will now be in org.apache.coyote or org.apache.catalina.connectors

http://tomcat.apache.org/tomcat-5.5-doc/architecture/startup/serverStartup.txt (tomcat 5 
startup process), in step b3 its tells abt using= 
"org.apache.coyote.tomcat5.CoyoteConnector" package i.e for Connectors to= 
listen for incoming requests only. Is this from same tomcat5 package?
That is horribly out of date.

Mark


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

Reply via email to