Re: Site Configuration on 5.5.15 Pt 2

2006-05-08 Thread Hassan Schroeder
On 5/8/06, Mark Eggers <[EMAIL PROTECTED]> wrote: Some thoughts on a solution: a) Not respond to theuniquepear.com as a web site. b) Virtual host that responds to theuniquepear.com consisting of a single page with a redirect to www.theuniquepear.com. c) use a Filter on your webapp to re

Re: Site Configuration on 5.5.15 Pt 2

2006-05-08 Thread Mark Eggers
There are probably a couple of things going on here. On the name, do you really need Tomcat to respond to the host name of www? You probably just want Tomcat to respond to www.theuniquepear.com and theuniquepear.com. I don't think the www is necessary. It looks like www.theuniquepear.com is a C

RE: Site Configuration on 5.5.15 Pt 2

2006-05-08 Thread Chris Berthold
, does this have anything to do with the Alias I created (below)? Thanks for any input Scott -Original Message- From: Chris Berthold [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 8:35 AM To: 'Tomcat Users List' Subject: RE: Site Configuration on 5.5.15 No you won

RE: Site Configuration on 5.5.15

2006-05-05 Thread Chris Berthold
No you won't run into any issues. You can do Virtual Host Based direction of your sites. The localhost can be setup for your admin console and such and you can create www.theuniquepear.com to point to a different root. In server.xml another entry like so. The application base can be whatever yo