Can't this not be achieved by using a different CATALINA_BASE?

On 10/17/09, Caldarale, Charles R <chuck.caldar...@unisys.com> wrote:
>> From: Marco Rocco [mailto:mr8...@gmail.com]
>> 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: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-- 
Sent from my mobile device

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to