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


The above setting looks correct.


 My application is in %CATALINA_HOME%\webapps\fs as an exploded directory 
structure. I have 2 questions.

 1) How do I run the "fs" application? If I go to the %CATALINA_HOME%\bin 
directory and run startup does it run ALL webapps in the webapps directory?


Yes, and should be able to access your fs application at
http://localhost:8080/fs/

 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 the above folder if the JAR file is present.

Also check the log files located at c:\apache-tomcat-5.5.23\logs\ for
additional relevant error messages --- the error messages will offer
additional clues.


 SEVERE: Begin event threw error
java.lang.NoClassDefFoundError: org/apache/naming/TransactionRef

 - Mike

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to