You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Thijs Koetsier <m....@st.hanze.nl> on 2000/09/21 10:16:58 UTC

Not responding context path

Hello,

I'm using Tomcat together with IIS and Win2K. For a specific applicition
(webhopper agent system) which uses several servlets tomcat adds a context
path, which is being shown on the command interface.

It shows this:

Context log: path="/admin" Automatic context load
docBase="C:\tomcat\webapps\admin"
Context log: path="/admin" Adding context path="/admin"
docBase="C:\tomcat\webapps\admin"

When calling upon the context path
<FRAME src="admin" name="main">

the referring page is not found
"HTTP 404 - File not found"

so I assume that the context path is not setup correctly.
In folder C:\tomcat\webapps\admin is an index.html file
(index.html is enabled as a default document).

Does anybody have any suggestions how to solve this?

Thanks in advance,

Thijs Koetsier
Student Hanze Technical Faculty
Groningen, The Netherlands