[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] tomcat from inside eclipse
|
- From: Frank Radermacher <isag.srl@xxxxxxxxx>
- Date: Fri, 18 Apr 2003 12:01:04 +0200
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
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