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

Shane J. Eaker wrote:
"Frank Radermacher" <isag.srl@xxxxxxxxx> wrote in message
news:b7ohld$m9l$1@xxxxxxxxxxxxxxxx

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



Did you ever find a solution to this?  I'm having the same type of problem.

Thanks,

Shane


yes I'm through. I got some hint, that it is "reasonable" ;-) to read release notes.

No default invoker servlet anymore after release .18.

You have to open it for every web app.

Frank