just a couple of basics, do the tomcat examples work ? http://servername
Are you accessing the correct port ? (8080 by default) http://servername:8080/ Cheers, "Julie Jordan" <jjordan@centonli To: <[EMAIL PROTECTED]> ne.com> cc: Subject: accessing servlet 404 error 16/12/2002 15:23 Please respond to "Tomcat Users List" 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
