I'm just starting my first webapp with Tomcat and have placed the files &
classes into
/tomcat_home/simple:

Simple.html, index.class, index.jsp, index.java, Simple.java
classes
WEB-INF

I added the following to Server.xml:

<Context path="/simple" docBase="simple" debug="9" reloadable="true" />

When I try to access:
http://servername/simple

I get:

Ctx(/simple) : Status code:404 request:R( /simple + / + nu
ll) msg:null

I'm using:
Apache 1.3.9
JSDK2.0
mod_jk
Tomcat 3.3.1

Any help is greatly appreciated.
Julie


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to