Tomcat 6 release date ?

2006-09-03 Thread KEGan
Hi, Anyone knows when Tomcat 6 is likely to be released ? And what are the new features (nio perhaps ?) ? I cant seems to find any information about it on Tomcat website, but Wrox is planning to release Pro Tomcat 6 in Jan 2007. ~KEGan

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-27 Thread KEGan
Thanks all for the replies. Remy summarized exactly what I meant. Currently I am using a single webapp that uses servlet filter to forward request of different domains to the correct path of the filesystem. My initial post is ponder on the idea of using the "virtual host" mechanism in Tomcat to

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread KEGan
Referring to 10,000 virtual host in one tomcat instance. On 8/26/06, Andrew Miehs <[EMAIL PROTECTED]> wrote: Dear Mladen, Are we referring to 10,000 Virtual servers or 10,000 Connections? And the answer is yes to 1 connections. Yes I would use worker-mpm or better still an epoll based htt

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread KEGan
come to worst, I will keep only 1 webapp, then use servlet filter to return different HTML depending on the httpServletRequest.getServerName(). ~KEGan On 8/26/06, Mladen Turk <[EMAIL PROTECTED]> wrote: Andrew Miehs wrote: > > If you are only delivering static content, then use A

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread KEGan
8/2006, at 11:36 AM, Mladen Turk wrote: > KEGan wrote: >> Hi, >> I am wondering if anyone has added 10,000 virtual hosts to Tomcat >> before, >> and whether Tomcat can handle this. >> > > There are no limits except memory available to the JVM. > The per

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread KEGan
<[EMAIL PROTECTED]> wrote: KEGan ha scritto: > Hi, > > I am quite a Tomcat newbie. I am building an web application that host > about > 10,000 websites (only single static HTML for each website). Each website is > reference using a subdomain i.e. "website1.mycompany.com

10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread KEGan
Hi, I am quite a Tomcat newbie. I am building an web application that host about 10,000 websites (only single static HTML for each website). Each website is reference using a subdomain i.e. "website1.mycompany.com", " website2.mycompany.com", and so on. So I am planning to add these subdomain as