Prefix Paths on Servlets 2007-08-14 - By Ryan Shelley
Back My apologies, I replied to the wrong thread...
So I've been able to deploy the servlet and access it with the "/it" prefix, however, I noticed that when I redeploy my war, my custom it#idm.war context file is also removed. Is there a way to keep that transient between deployments? Or package it with the war?
On Aug 13, 2007, at 12:03 PM, Ryan Shelley wrote:
> My apologies... I'm on Tomcat 5.5. I'll take a look at it and give > that a try. Thanks Chuck! > > On Aug 13, 2007, at 11:59 AM, Caldarale, Charles R wrote: > >>> 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) >> >> > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|