Hi, We used to have application running with Tomcat 3.2.4 During that time we use to use to setup classpath while starting the Tomcat using bat file set classpath command to include jar files from our application.
We use very simple deployment method using directory structure. We just deploy webapplication directory. We put our jar files at CATALINA HOME\webapps\<ourapp>\lib directory. We put our jsp files at CATALINA HOME\webapps\<ourapp> directory directly. When Tomcat starts it is not finding jar files inside the lib thus it gives error compiling jsps. I am able to make my application work if I put those files under CATALINA HOME\common\lib\. But I do not want to do it again wrong way. Can anyone suggest what I am missing, I went through documentation again and again. Is there any aml or properties file where I have to make entry of my application. Thanks Paresh -----Original Message----- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 9:47 AM To: Tomcat Users List Subject: Re: Does Apache offers any Tomcat like version with GUI and features. Have you looked at the admin and manager apps that ship with Tomcat 4.1x and up? On Thursday 23 October 2003 11:53 am, Paresh Varatkar wrote: > Hi, > We are using Tomcat server version 3.2.4 with IIS for long time. > Our IT staff want to upgrade to environment with GUI but Tomcat based and > is ready to pay the fees if anything like that available. > Does any one know Tomcat based web serverseasy to operate and migrate the > application? Thanks > Paresg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davison & Company, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
