Hi,
What's the minimum I need to do with configurations and
directory setups to make a virtual host for Tomcat 4? I tried the following
in
server.xml and http://virtualhost.mydomainx.com got sent to the
default webapp instead of $CATALINA_HOME/vh1:
<Host name="virtualhost.mydomainx.com" debug="0" appBase="vh1"
unpackWARs="true">
<\Host>
I set up the directory $CATALINA_HOME/vh1 as well. Is there a link on how
to do this?
Also, I'm trying to run all my hosting with just Tomcat 4. Is this
reasonable? I'm running an
Apache/Jserv machine right now and thought I'd update straight to pure
Tomcat. Should I expect
a big hit in performance in serving web pages with Tomcat? I'm attracted to
the pure Java
aspect of it.
Thanks,
Ed
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>