Usually Tomcat can't find classes that aren't in the CLASSPATH environment
variable when it was run. Change file <Tomcat_Path>/bin/tomcat.sh and put in
the beginning of file :

For Linux / Solaris :
CLASSPATH=$CLASSPATH:<my new class folder>:<complete_path_to_any_jar_file>
export CLASSPATH

For Win32 :
set CLASSPATH=%CLASSPATH%;<my new class
folder>;<complete_path_to_any_jar_file>;

        Save the tomcat.sh file and restart Tomcat.

Sergio Stateri Jr
[EMAIL PROTECTED]
Tesla Tecnologia
Sao Paulo (SP) Brazil

-----Mensagem original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Em nome de GoldenDawn Fan
Enviada em: Ter�a-feira, 24 de Outubro de 2000 15:00
Para: [EMAIL PROTECTED]
Assunto: [Tomcat-users] tomcat searching for files

Why is it that tomcat can not find some class files?

__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/
_______________________________________________
tomcat-users mailing list
[EMAIL PROTECTED]
https://mailman.real-time.com/mailman/listinfo/tomcat-users

Reply via email to