Hi Stanislav,

Stanislav Bauer schrieb:
> So I'm working now with just one domain :-), say www.domain.com. But
> instead to go directly to the jsp-webapp I have to write
> www.domain.com/contextname/ with virtualhost like this:
>
> <VirtualHost>
>     ServerName www.domain.com
>     JkMount /contextname/* worker1
> </VirtualHost>
>
> Then the JSP-pages work like expected.
>
> But how is it possible to go directly to the context, ie with
> www.domain.com? I thought something like this:
>
> <VirtualHost>
>     ServerName www.domain.com
>     JkMount /* worker1
> </VirtualHost>
>
> but then I end up at the manager. I wonder if it is possible at all?

Does the Manager also appear when you try http://www.domain.com:8080/ ?


Best wishes

Lutz


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to