Re: web console and multiple HTTP Service

2010-03-30 Thread Justin Edelson
On Mar 30, 2010, at 2:04 AM, Sahoo wrote: > Looking at the code, I see WebConsole gets bound to whichever > HttpService it encounters first. > > Virtual Hosts are used by many and is supported in many containers, > e.g, Tomcat, GlassFish, etc. Right, but in order for what you are describing to b

Re: web console and multiple HTTP Service

2010-03-29 Thread Felix Meschberger
Can you create an issue for that ? Thanks alot. Regards Felix On 30.03.2010 08:42, Sahoo wrote: > Felix Meschberger wrote: >> Hi, >> >> On 30.03.2010 02:51, Sahoo wrote: >> >>> Should not there be a way to select an HTTP Service among multiple ones? >>> In environment supporting multiple "virtu

Re: web console and multiple HTTP Service

2010-03-29 Thread Sahoo
Felix Meschberger wrote: Hi, On 30.03.2010 02:51, Sahoo wrote: Should not there be a way to select an HTTP Service among multiple ones? In environment supporting multiple "virtual servers [1]," an HTTPService maps to a virtual server. In such an environment, this feature will be useful. We c

Re: web console and multiple HTTP Service

2010-03-29 Thread Felix Meschberger
Hi, On 30.03.2010 02:51, Sahoo wrote: > Should not there be a way to select an HTTP Service among multiple ones? > In environment supporting multiple "virtual servers [1]," an HTTPService > maps to a virtual server. In such an environment, this feature will be > useful. We can actually take a filt

Re: web console and multiple HTTP Service

2010-03-29 Thread Sahoo
I think there should be a configuration option to select the http services. The default value can be "all." Thanks, Sahoo Guillaume Nodet wrote: We need to make sure that the servlets (web console) is using the same servlet api than the http service at least. But yeah, it could register on all

Re: web console and multiple HTTP Service

2010-03-29 Thread Guillaume Nodet
We need to make sure that the servlets (web console) is using the same servlet api than the http service at least. But yeah, it could register on all compatible http services. On Tue, Mar 30, 2010 at 02:51, Sahoo wrote: > Should not there be a way to select an HTTP Service among multiple ones? I

Re: web console and multiple HTTP Service

2010-03-29 Thread Sahoo
Looking at the code, I see WebConsole gets bound to whichever HttpService it encounters first. Virtual Hosts are used by many and is supported in many containers, e.g, Tomcat, GlassFish, etc. Thanks, Sahoo Justin Edelson wrote: Actually, I would expect web console to register itself with AL

Re: web console and multiple HTTP Service

2010-03-29 Thread Justin Edelson
Actually, I would expect web console to register itself with ALL HttpService services, but I don't know if that's the current behavior. That said, using multiple HttpServices for virtual hosting seems like a bad idea to me (then again, vhosts at the app tier in general seems like a bad idea to me)