Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Servlet on TOMCAT 4

Status
Not open for further replies.

Vadim

Programmer
Joined
Feb 5, 2002
Messages
75
Location
US
I installed Tomcat 4. The previous version T3.2.2 is work fine. I create folder clasess in WEB-INF(as in previous version) and I recompile servlets and install package in root/WEB-INF/classes directory.
The first message server gave me:
javax.servlet.ServletException: Cannot allocate servlet instance for path /servlet/salesreport3.Salesreport03

Please, help with this.
 
You browser URL should be in form:

Make sure that you compiled your servlet successfully and the resulting class file exists in the WEB-INF/classes/package or specifically your WEB-INF/classes/salesreport3 directory.

Maybe you should restart webserver?

pfist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top