Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

RE: Prefix Paths on Servlets

Caldarale, Charles R

2007-08-13

Replies:

> From: Ryan Shelley [mailto:ryan@(protected)]
> Subject: Prefix Paths on Servlets
>
> However, it's recently been requested that I add a prefix to my
> servlet. Now it should be http://myhost/it/idm/...

Assuming you're running a reasonably modern version of Tomcat (you
didn't bother to tell us), then place your idm.war file somewhere other
than the <Host> appBase directory (usually webapps). Then, create a
file in conf/Catalina/[host] named it#idm.xml containing a <Context>
element with a docBase attribute pointing to the location of the idm.war
file.

As long as you haven't hard-coded the path in the html/jsp/java source,
you should be o.k.

- 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 start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.