I run my test client to start httpd, but Tomcat 6.0 indicates that it cannot find the Capability class with the following error message displayed in the Tomcat DOS console
java.lang.RuntimeException: [ID = 'JavaClassNotFound'] The Java class specified was not found: com.example.www.http_server.MyCapability. Make sure the correct class or .jar file is in the classpath. I'm not sure why I am getting this error. My CLASSPATH contains the http_management.jar (which contains the MyCapability class) and the $TOMCAT_HOME\webapps\http-management\WEB-INF\lib also contains hte http_management.jar file -- View this message in context: http://www.nabble.com/JavaClassNotFound-for-MyCapability-class-in-Tomcat-6.0-tf3937693.html#a11168196 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
