Re: "HTTP Status 503 Error:Servlet is currently unavailable." javax.servlet.ServletException: Wrapper cannot find servlet class or a class it depends on

2004-07-26 Thread Frans Flippo
The url-pattern is relative to the webapp root. So in your case it should be /SccServlet instead of /scc_html/SccServlet Hope that helps. Regards, Frans SccServlet /scc_html/SccServlet . - To unsubscri

"HTTP Status 503 Error:Servlet is currently unavailable." javax.servlet.ServletException: Wrapper cannot find servlet class or a class it depends on

2004-07-26 Thread Vladislav Y. Ryabyshkin
Hi! Forgive me for asking what I'm sure is a very basic question (problem), I'm new to Tomcat and Java (some more than a fortnight). I read the Tomcat-Apache HOWTO, a very good article "Web Database Access with Apache/Tomcat", Tomcat Manager App HOW-TO and some other docs, from google, and stil