RE: Tomcat 3.3 & Tomcat 4.1...

2003-11-17 Thread Schalk
The first step would probably be to create a .war file of the current application and then place the war file in the webapps directory of Tomcat 4.1. Also if you included any .jar files in the tomcat/common directory these should be copied over to 4.1 if it is not included in 4.1 by default. Kind

Re: Tomcat 3.3 & Tomcat 4.1...

2003-11-17 Thread Bill Barker
When I did this, there were a couple of gotyas ;-). The biggest one was that in Tomcat 3.3, JSP files under the Context-root are given the default package (and so can reference Beans in the default package without an explicit import). This is no longer true in TC 4.1.x. Otherwise, TC 4.1.x fully