Re: Tomcat ROOT webapp homepage

2012-11-20 Thread Pid
On 15/11/2012 21:33, Leo Donahue - RDSA IT wrote: >>> -Original Message- >>> From: Pid * [mailto:p...@pidster.com] >>> Sent: Thursday, November 15, 2012 2:25 PM >>> Subject: Re: Tomcat ROOT webapp homepage >>> >>> On 15 Nov 2012, at

RE: Tomcat ROOT webapp homepage

2012-11-15 Thread Leo Donahue - RDSA IT
>>-Original Message- >>From: Pid * [mailto:p...@pidster.com] >>Sent: Thursday, November 15, 2012 2:25 PM >>Subject: Re: Tomcat ROOT webapp homepage >> >>On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT >> wrote: >> >>> Who designed

Re: Tomcat ROOT webapp homepage

2012-11-15 Thread Pid *
On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT wrote: > Who designed the Tomcat ROOT webapp homepage? Which version? 7.0 = me. > Was it just notepad as the design tool? Not notepad, why? p > Leo - To unsubscribe, e-mail:

Re: tomcat ROOT

2008-10-08 Thread Rusty Wright
t;; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure this out? I was looking in the archives of the tomcat mailing list and saw your query but it didn't seem to me that anyone answered it fully, at least not

Re: tomcat ROOT

2008-10-08 Thread Rusty Wright
Excellent; thanks! Johnny Kewl wrote: - Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]> To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Ma

Re: tomcat ROOT

2008-10-07 Thread André Warnier
Johnny Kewl wrote: - Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]> To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure th

Re: tomcat ROOT

2008-10-07 Thread Johnny Kewl
- Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]> To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure this out? I was look

Re: tomcat ROOT

2008-10-07 Thread Rusty Wright
Hi Markus, did you ever figure this out? I was looking in the archives of the tomcat mailing list and saw your query but it didn't seem to me that anyone answered it fully, at least not for me. I figured out that I could remove/rename the webapps/ROOT directory and deploy my war file as ROOT.

Re: tomcat ROOT

2008-09-08 Thread Ken Bowen
Assuming you are deploying by dropping myapp.war into webapps: 1. Delete webapps/ROOT ; 2. Rename myapp.war to ROOT.war (case is important here) 3. Deploy your new ROOT.war in webapps. 4. Since ROOT is the default that tomcat will run when it can't match the incoming request, www.mysite.c

Re: tomcat ROOT

2008-09-08 Thread Thangavel Sankaranarayanan
Hi Markus, You can configure your worker tomcat in such a way that the needed /-worker is mapped to the desired port and server.Similarly i think you can map the Context as well!!I hope so!! Regards, Thangavel Sankaranarayanan