Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Unable to start tomcat


Message #1 by "Mallika Mruthyunjaya" <mallika_hp@h...> on Mon, 20 Nov 2000 06:44:16 -0000
Check you classpath or TOMCAT_HOME environment variable.

The class HttpConnectionHandler reside on webserver.jar

you should have the next line on your tomcat batch file
CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\webserver.jar

if you dont have webserver.jar file and you want to compile
check your classpath or where are you situated when your are
compiling the package. 

javac org\apache\tomcat\service\http\HttpConnectionHandler

-----Mensaje original-----
De: Mallika Mruthyunjaya [mailto:mallika_hp@h...]
Enviado el: lunes 20 de noviembre de 2000 7:44
Para: Pro_JavaServer_Pages
Asunto: [pro_jsp] Unable to start tomcat


Hi everybody, When I run the startserver batch file on tomcat, it gives me
the error, I get the error 'class not found exception:
org/apache/tomcat/service/http/HttpConnectionHandler. I checked out this
directory, I have the .java file but not the class file, when I try to
compile it to create the class file, I got errors. Any help would be
greatly appreciated!
Thanks,
Mallika

--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.


  Return to Index