> I tried as suggested to run servlets fronm the test directory . I have
> inserted the follwoing lines in web.xml of the test/web-inf/ directory
> 
>   <servlet>
>         <servlet-name>
>             Courses
>         </servlet-name>
>         <servlet-class>
>             Courses
>         </servlet-class>
>           </servlet>
> 
> I tried http://localhost:8080/servlet/Courses I get a 405 
> error : Resource not allowed. What does that mean and how can
> i continue

Try http://localhost:8080/test/servlet/Courses (just to check,
is Courses.class in TOMCAT_HOME/webapps/test/WEB-INF/classes?)

-- Andrew

-- 
Tell the US to free Dmitry Sklyarov! http://www.freesklyarov.org

Reply via email to