Re: Migrating from JServ to Tomcat 4.0

2003-09-05 Thread Tim Funk
Message - From: Filip Hanik [EMAIL PROTECTED] Date: Thursday, September 4, 2003 5:18 pm Subject: Re: Migrating from JServ to Tomcat 4.0 you have to choices: 1. Do a proper migration, ie convert your webapp to a real webapp with WEB-INF so that you load your classes - this is the recommended method

Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Pradeep Gummi
Hello all, I have a web application deployed in JServ. Now I would like to migrate the application to Tomcat 4.0 with out disturbing the existing directory structure. Since JServ doesnt have web.xml and has the following jserv.conf and jserv.properties files and also doesnt have any WEB-INF

Re: Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Filip Hanik
will now be available to all webapps - not recommended you will still need a web.xml if you have servlets Filip - Original Message - From: Pradeep Gummi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 04, 2003 1:51 PM Subject: Migrating from JServ

Re: Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Pradeep Gummi
are not present in the CATALINA_HOME. Any solutions for this problem thanks pradeep gummi - Original Message - From: Filip Hanik [EMAIL PROTECTED] Date: Thursday, September 4, 2003 5:18 pm Subject: Re: Migrating from JServ to Tomcat 4.0 you have to choices: 1. Do a proper migration