> From: Marco Rocco [mailto:[email protected]]
> Subject: Re: Adding a new webapps directory
>
> at http://127.0.0.1:8080/ServletExample i get blank page. Any way this
> is server.xml if this can help you: http://pastebin.com/f5fecfa93
That looks ok. Is there anything in the logs?
Try configuring an AccessLogValve for this <Host> to see what's coming in and
going out:
<Host name="myservlets" appBase="/home/marco/myservlets">
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="myservlets_access_log." suffix=".txt"
pattern="common" resolveHosts="false"/>
</Host>
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]