RE: Set context of web app to / tomcat7

2013-02-20 Thread Caldarale, Charles R
> From: Smith, Mitchell [mailto:mitchell.sm...@cwc.com] 
> Subject: Set context of web app to / tomcat7

> I am trying to set the context of the standard jira web app to / ; so my
> url would be http://hostname:8080/ and this would load the jira application.

Simply change the name of the webapp (.war or directory) to ROOT 
(case-sensitive).

 - 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



Re: Set context of web app to / tomcat7

2013-02-20 Thread André Warnier

Smith, Mitchell wrote:

Hi

I am trying to set the context of the standard jira web app to / ; so my
url would be http://hostname:8080/ and this would load the jira application.

I have read the documentation, and found a couple of posts on this (
http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0)
but cannot get this to work.

Can anyone help me get this working? Or point me in the right direction.



http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application.3F

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