> in the tomcat 3.2.1 the virtual host i defined:
> <Host name="www.domain.com">
> <Context path=""
> docBase="/dir1/domaindir"
> reloadable="true"/>
> But how can i defined the virtual hosts in tomcat 4?
> thanks
> Carlos
>
Hi Carlos,
I am using Tomcat 4 with virtual hosts in success and I
can't really see any problems with your declaration above.
This is a dump from my server.xml:
<Host name="eko.dyndns.org" debug="0">
<Context
path=""
docBase="P:\eko\htdocs"
<!-- for linux docBase="/eko/htcos" -->
debug="0"
/>
</Host>
Hope it helps anyway,
Christian Parpart
SurakWare
http://www.surakware.com
--
Sent through GMX FreeMail - http://www.gmx.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]