How to run app and an exeception

2007-04-22 Thread Mike Peremsky
I just did a fresh install of Apache 5.5.23. I have defined ANT_HOME=c:\ant CATALINA_HOME=c:\apache-tomcat-5.5.23 JAVA_HOME=c:\java\jdk1.5.0_11 JRE_HOME=%JAVA_HOME%\jre PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin My application is in %CATALINA_HOME%\webapps\fs

Re: How to run app and an exeception

2007-04-22 Thread Rashmi Rubdi
Hi Mike, On 4/22/07, Mike Peremsky [EMAIL PROTECTED] wrote: I just did a fresh install of Apache 5.5.23. I have defined ANT_HOME=c:\ant CATALINA_HOME=c:\apache-tomcat-5.5.23 JAVA_HOME=c:\java\jdk1.5.0_11 JRE_HOME=%JAVA_HOME%\jre PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin

Re: How to run app and an exeception

2007-04-22 Thread Mike Peremsky
2) If I run startup.bat in #1 above, I get the following exception and do not know what it is. The exception below is looking for a class named org/apache/naming/TransactionRef , this class is located in naming-factory.jar in the folder: c:\apache-tomcat-5.5.23\common\lib Please check

Re: How to run app and an exeception

2007-04-22 Thread Martin Gainty
notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: Mike Peremsky [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, April 22, 2007 6:52 PM Subject: Re: How to run app

Re: How to run app and an exeception

2007-04-22 Thread Rashmi Rubdi
On 4/22/07, Mike Peremsky [EMAIL PROTECTED] wrote: I checked and the naming-factory.jar is in the common\lib directory. Shouldn't Tomcat find all jars in that directory on startup? Yes, Tomcat does find all jar files under common\lib\ and other sub folders under Tomcat when it starts up. I

Re: How to run app and an exeception

2007-04-22 Thread Mike Peremsky
I removed the JRE_HOME, which did not seem to help. I then reinstalled Tomcat and the Admin and this message went away. Thx Rashmi Rubdi [EMAIL PROTECTED] wrote: On 4/22/07, Mike Peremsky wrote: I checked and the naming-factory.jar is in the common\lib directory. Shouldn't Tomcat find