Tomcat Virtual Hosts
- From: Leonel <lnunez (at) gmail.com>
- Date: Tue, 20 Jun 2006 14:41:48 -0600
Reading the 2.4 Servlet Spec I found this :
---------------
SRV.3.6 Multiple Hosts and Servlet Contexts
Web servers may support multiple logical hosts sharing one IP address
on a server.
This capability is sometimes referred to as "virtual hosting". In this
case, each
logical host must have its own servlet context or set of servlet
contexts. Servlet
contexts can not be shared across virtual hosts.
---------
I'm developing a blog which I need to be used by different domains
wich according to the spec I need to make the context
directory to each domain
this is if I use tomcat as a standalone app server
is there a way wich with my app working can serve to different
domains with apache or will it be the same for apache ??
Thanks ...
Leonel
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org