RE: Deploying a war to the root URL path

2010-08-24 Thread David Smiley @MITRE.org
your jira.war as normal, but also create a > ROOT.war that contains the tuckey redirector configured to redirect ALL > requests to insert "/jira" after the hostname of every request. This > will add a little overhead, but probably only on the initial > http://hostname request.

RE: Deploying a war to the root URL path

2010-08-20 Thread David Smiley @MITRE.org
Ok, thanks Chuck. Perhaps I'll put my war elsewhere... I just don't know where it would be best placed. ~ David n828cl wrote: > >> From: David Smiley @MITRE.org [mailto:dsmi...@mitre.org] >> Subject: Deploying a war to the root URL path >> >> As a matte

Deploying a war to the root URL path

2010-08-20 Thread David Smiley @MITRE.org
Greetings folks. I have a war file that I'd like to deploy to the root (i.e. blank or '/' )URL since my server is dedicated to this web application. I also have a Tomcat context xml snippet to accompany it in some way so that I can configure things like my database in JNDI. As a matter of taste