Khan wrote:
>
> I'm having some problems installing tomcat5 on vserver guest. I think it
> can't listen on guest's IP addresses. How Can I force tomcat to listen
> only on guest IP.
>
Hi Khan,
I'm running several tomcat5 installs in virtual guests, so I somehow got
it working :)
Propably you must adjust ./conf/server.xml with these two lines:
...
<Engine name="Catalina" defaultHost="IP_or_hostname">
...
<Host name="IP_or_hostname" appBase="webapps"
...
Hope this will work for your.
Regards,
Vince.
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Wed Jan 11 09:00:23 2006