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
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
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
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
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
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
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
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)