Re: Changing the 'ROOT' webapp (newbie question)

2004-05-18 Thread Harry Mantheakis
Definitely smart! Yoav, I think you're a smartass, but I mean that in the nicest and most complimentary way possible ;-) You're a constant source of help and relief to tomcat users on this list. I am always interested to read your posts and take a great interest in what you have to say!

RE: Changing the 'ROOT' webapp (newbie question)

2004-05-17 Thread Shapira, Yoav
Hi, You need to define a Context element for your webapp whose path= (the empty string, not /, not null). And you need to remove or rename the ROOT webapp. The Context element's configuration reference page (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html) contains more

RE: Changing the 'ROOT' webapp (newbie question)

2004-05-17 Thread Knight, Digby
think you're a smartass, asshole or dick! Keep up the good work. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 14:04 To: Tomcat Users List Subject: RE: Changing the 'ROOT' webapp (newbie question) Hi, You need to define a Context element for your

RE: Changing the 'ROOT' webapp (newbie question)

2004-05-17 Thread Shapira, Yoav
Hi, PS. Yoav, I think I speak for many users on this mailing list who appreciate your help and don't think you're a smartass, asshole or dick! Keep up the good work. Thank you ;) I'm glad to help, and I don't get offended easily, so no worries ;) Yoav This e-mail, including any attachments,

RE: Changing the 'ROOT' webapp (newbie question)

2004-05-17 Thread Adam Buglass
On Mon, 2004-05-17 at 16:11, Shapira, Yoav wrote: Hi, PS. Yoav, I think I speak for many users on this mailing list who appreciate your help and don't think you're a smartass, asshole or dick! Keep up the good work. Yoav, I think you're a smartass, but I mean that in the nicest and most

Changing the 'ROOT' webapp (newbie question)

2004-05-15 Thread Barnet Wagman
By default, when Tomcat gets a request for something like http://www.some_domain_name.com/ or http://www.some_domain_name.com it serves the file webapps/ROOT/index.jsp What is the preferred way of getting it return the index file of a different wep app? I haven't found anything in the conf xml

changing root webapp

2002-11-19 Thread Charles Baker
I had successfully changed the root webapp on a tomcat 3.x installation. I upgraded to 4.1.12, but cannot seem to get it regard my webapp as the root webapp. Anyone have a clue or a few pointers? I don't have access to the machine right now, but I can send my server.xml later if need

Root WebApp

2001-10-21 Thread Harden ZHU
Hi, How to setup myWebApp as root app? Instead of ROOT. Thanks Harden

Re: Root WebApp

2001-10-21 Thread Dmitri Colebatch
open up server.xml and change the docBase of the context with path= hth dim On Sun, 21 Oct 2001, Harden ZHU wrote: Hi, How to setup myWebApp as root app? Instead of ROOT. Thanks Harden

RE: Changing root webapp-Can you take a look of my server.xml file?

2000-11-22 Thread Ellwood, Pifen
r on 8007 Could you tell me what did I miss?? Thanks a lot PiFen Ellwood -Original Message- From: Julio Serje (@canada.com) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 9:02 PM To: [EMAIL PROTECTED] Subject: Re: Changing root webapp You may define your root app in a di

Re: Changing root webapp-Can you take a look of my server.xml file?

2000-11-22 Thread Julio Serje (@canada.com)
- From: Ellwood, Pifen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 11:05 AM Subject: RE: Changing root webapp-Can you take a look of my server.xml file? Sorry to butt in, but I have the same issue and not been able to solve it for several days. It is driving

Re: Changing root webapp-Can you take a look of my server.xml file?

2000-11-22 Thread Julio Serje (@canada.com)
Oops, I mean use normal slashes / !!! Julio - Original Message - From: Julio Serje (@canada.com) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 12:26 PM Subject: Re: Changing root webapp-Can you take a look of my server.xml

RE: Changing root webapp-Can you take a look of my server.xml file?

2000-11-22 Thread Ellwood, Pifen
Thanks Julio. I'm such an idiot:) PiFen Ellwood -Original Message- From: Julio Serje (@canada.com) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 12:38 PM To: [EMAIL PROTECTED]; Julio Serje (@canada.com) Subject: Re: Changing root webapp-Can you take a look of my

Changing root webapp

2000-11-21 Thread Richard Evans
In the default tomcat build there is a ROOT webapp which maps to /. Now I would like to map the pages and servlets in ROOT to some other path and have a webapp of my own which handles /. I tried something like this in server.xml: Context path="/root" docBas