> > In conf/server.xml, I have added the following: > > <Context path="" docbase="helloworld" debug="99"> > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="localhost_helloworld_log." suffix=".txt" > timestamp="true"/> > </Context> >
In server.xml you specified the docbase to be "helloworld". Make sure your webapp is placed in "webapps/helloworld/" instead of just "webapps/hello/". > In webapps/hello/WEB-INF/web.xml, I have the following: > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
