> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hills
> Subject: Re: Help Configuring Engine/Host/Context
>
> The way I achieve what you're trying to do is to create
> virtual hosts in my servlet.xml file
That's completely unnecessary, unless you want a differen
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> Subject: Re: Help Configuring Engine/Host/Context
>
> I was hoping I would call www.myurl.com and it would call
> www.myurl.com/unique.
That is exactly what will happen if you replace the Tomcat ROOT app with
your own. Read th
Scott Purcell wrote:
> I have one webapp that I need to configure to a DNS Entry.
>
> Below is my server.xml. My DNS is www.theuniquepear.com and it lives under
> webapps/unique. But with the below configuration, and when I try and hit the
> url it goes here:
> http://www.theuniquepear.com/ and
Hi Scott,
Scott Purcell wrote:
I am completely lost in trying to configure my Tomcat 5.5. I have read the docs under "Context",
"Engine", "Host", and am having trouble putting the information to use.
I have one webapp that I need to configure to a DNS Entry.
I believe the technical term for
uot;Tomcat Users List"
Sent: Monday, November 21, 2005 10:27 PM
Subject: RE: Help Configuring Engine/Host/Context
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> Subject: Help Configuring Engine/Host/Context
>
> I have one webapp that I need to configure to a DNS Entry.
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> Subject: Help Configuring Engine/Host/Context
>
> I have one webapp that I need to configure to a DNS Entry.
You do not need an extra entry; it's superfluous. You do need to
name your default app ROOT (either in ROOT.war or in the ROOT director
Try to use "localhost".
2005/11/22, Scott Purcell <[EMAIL PROTECTED]>:
>
> Hello,
>
> I am completely lost in trying to configure my Tomcat 5.5. I have read the
> docs under "Context", "Engine", "Host", and am having trouble putting the
> information to use.
>
> I have one webapp that I need to co