best is to start tomact different for each host
and for that you need different server_host.xml
and you can run
tomcat_home/bin/start.sh  -f tomcat_home/conf/server_host.xml
but make sure that the port  is different at which it is hearing itself and
also apache for each host
so in tomcat conf
write
ApJServMount /host   ajpv12://localhost:host_post/host
this way you can mount all in the tomcat cong directory for apache
ralhan
-----Original Message-----
From: Dave Daniels <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, July 13, 2000 8:54 PM
Subject: tomcat and mass hosting


>Does anybody have any experiences using Tomcat to host many sites (150+) on
>Linux. The way I understand it, a separate configuration file must be
>created for each site, which means a separate vm must be running for each
>site. What kind of memory issues will crop up for mass hosting, and does
>anybody have any suggestions for putting such a system into place?
>
>Thanks,
>Dave
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to