Re: Migration from Tomcat 4.x to 5.5

2008-09-17 Thread David Smith
Take a look at the server.xml that came with 5.5 and you'll see a similar connector in there. There won't be a className attribute -- instead it'll contain a protocol attribute with the value of "AJP/1.3". With regard to authentication, the old tomcatAuthentication="false" still exists in versio

Re: Migration from Tomcat 4.x to 5.5

2008-09-17 Thread Mark Thomas
Arun Raj Ramkumar wrote: > Hi all, > > I need to migrate my web application from tomcat 4.1.29 to tomcat 5.5. I > have installed tomcat 5.5 with JDK 1.6 and deployed my web application, its > working fine. > Tell me what are all the changes need to be done to connect apache 2.0 to > tomcat 5.5.

Re: Migration from Tomcat 4.x to 5.5

2008-09-17 Thread Gregor Schneider
http://tomcat.apache.org/connectors-doc/ rgds gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 - To start a new topi

Migration from Tomcat 4.x to 5.5

2008-09-17 Thread Arun Raj Ramkumar
Hi all, I need to migrate my web application from tomcat 4.1.29 to tomcat 5.5. I have installed tomcat 5.5 with JDK 1.6 and deployed my web application, its working fine. Tell me what are all the changes need to be done to connect apache 2.0 to tomcat 5.5. Earlier apache 2.0 server was connecte