You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Donie Kelly <do...@tecnomen.ie> on 2002/09/17 23:46:01 UTC

Using Alias within a host element

Hi all 
I have a host section in my server.xml as follows
<Host name="mywebsite.com" debug="0" unpackWARs="true">
<Alias>o2</Alias>
Tomcat does not like the part "o2" as it return 400 Bad request when I use
it in the browser. It resolves OK and all that.
If I change my host file to "otwo" it works OK. Is this a bug or am I doing
something wrong?
Thanks
Donie


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>