[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] tomcat from inside eclipse

Hi,

I have eclipse 2.1 with the sysdeo plugin and the jasperDebugPatch.

tomcat is 4.1.24.

A tomcat project with name Tom, has the following context:

<Context path="/Tom" reloadable="true" docBase="C:\eclipse\workspace\Tom" workDir="C:\eclipse\workspace\Tom\work\org\apache\jsp">
</Context>


When I start tomcat I cannot access a servlet TestServlet in the /Tom Context.
When I put it into the examples Context of Tomcat it works.


What am I missing?

Frank