RE: different context on different ports, but one tomcat

2008-02-20 Thread Caldarale, Charles R
> From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Subject: Re: different context on different ports, but one tomcat > > this would be incorrect, since you've already accepted the connection > and parsed the HTTP request. Good point; I interpreted "connection

Re: different context on different ports, but one tomcat

2008-02-20 Thread Filip Hanik - Dev Lists
Caldarale, Charles R wrote: From: Szabolcs Márton [mailto:[EMAIL PROTECTED] Subject: different context on different ports, but one tomcat I have ONE instance of Tomcat with 3 different webapps (context) instance#1: accept connection only on port 80 from anywhere instance#2: accept connections

RE: different context on different ports, but one tomcat

2008-02-20 Thread Reich, Matthias
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 5:54 PM To: users@tomcat.apache.org Subject: different context on different ports, but one tomcat Hi! anybody has idea what should i do, when i would like the following to happen: I have ONE instance of Tomcat with 3 different webapps

RE: different context on different ports, but one tomcat

2008-02-20 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: different context on different ports, but one tomcat > > > From: Szabolcs Márton [mailto:[EMAIL PROTECTED] > > Subject: different context on different ports, but one tomcat > > > > I have ONE instance of Tomcat

RE: different context on different ports, but one tomcat

2008-02-20 Thread Caldarale, Charles R
> From: Szabolcs Márton [mailto:[EMAIL PROTECTED] > Subject: different context on different ports, but one tomcat > > I have ONE instance of Tomcat with 3 different webapps (context) > instance#1: accept connection only on port 80 from anywhere > instance#2: accept connections

different context on different ports, but one tomcat

2008-02-20 Thread Szabolcs Márton
Hi! anybody has idea what should i do, when i would like the following to happen: I have ONE instance of Tomcat with 3 different webapps (context) instance#1: accept connection only on port 80 from anywhere instance#2: accept connections only on https port from anywhere instance#3 accept conn