Sorry there were several problems with the last post so i fixed it and reposted.
I have an issue. I am trying to deploy a Servlet using the Sysdeo Tomcat plugin for the latest release of Eclipse. I've followed the instructions from here but I'm having no luck. I can't access the servlet from my browser. Solved it. The Problem was simple. I had to shutdown and restart Tomcat. Doh!
( Servlet CodeCollapse ) Here's the web.xml file:
( web.xmlCollapse )Here's the context path from the server.xml file:
( ContextCollapse )The directory structure is:
C:\eclipse\workspace\Test\WEB-INF\classes\test\TestServlet.class
I'm trying to access it via
http://localhost:port/Test/TestServletThanks for any help.