Multi-level context starting at ROOT

2009-11-04 Thread Maurice Yarrow
Hello Tomcat Users Group I have no problem configuring a multi-level context originating at the context uri level, e.g.: http://www.domain.com/context/multi-level-sub-context/servletname and I have no problem creating a web-app context at the ROOT level, e.g.:

Re: Multi-level context starting at ROOT

2009-11-04 Thread Konstantin Kolinko
2009/11/4 Maurice Yarrow maurice.yar...@comcast.net: Hello Tomcat Users Group I have no problem configuring a multi-level context originating at the context uri level, e.g.:   http://www.domain.com/context/multi-level-sub-context/servletname See

Re: Multi-level context starting at ROOT

2009-11-04 Thread Pid
On 04/11/2009 11:13, Maurice Yarrow wrote: Hello Tomcat Users Group I have no problem configuring a multi-level context originating at the context uri level, e.g.: http://www.domain.com/context/multi-level-sub-context/servletname and I have no problem creating a web-app context at the ROOT

Re: Multi-level context starting at ROOT

2009-11-04 Thread Maurice Yarrow
Hello Tomcat Users Grp and in particular, Pid and Konstantin Kolinko: Thanks for your replies. However, I evidently did not clearly state the problem I am having: I can define the following context xml files in conf/Catalina/localhost: contextname.xml and

Re: Multi-level context starting at ROOT

2009-11-04 Thread David Smith
I'm still wondering why you'd want to do ROOT#multilevelcontext.xml when it's functionally the same as multilevelcontext.xml. What use case do you have for such a thing? --David Maurice Yarrow wrote: Hello Tomcat Users Grp and in particular, Pid and Konstantin Kolinko: Thanks for your

Re: Multi-level context starting at ROOT

2009-11-04 Thread Maurice Yarrow
Hello Tomcat User Group and in particular, David Smith: My use-case is embedding meshcms inside my primary web app and in a way that they can both share the same session. David, I appear to correctly understand and use the contextname#multi-level-contextname.xml context file, but I am not

Re: Multi-level context starting at ROOT

2009-11-04 Thread David Smith
... but I am not acquainted with multilevelcontext.xml. I'm just using your description as written below w/o the hyphens. ROOT#multi-level-context.xml So what you really want is for your ROOT app and this other app to share the same session. H I so rarely do much of anything with

RE: Multi-level context starting at ROOT

2009-11-04 Thread Caldarale, Charles R
From: Maurice Yarrow [mailto:maurice.yar...@comcast.net] Subject: Re: Multi-level context starting at ROOT My use-case is embedding meshcms inside my primary web app and in a way that they can both share the same session. If you think multi-level contexts share sessions with other contexts

Re: Multi-level context starting at ROOT

2009-11-04 Thread Maurice Yarrow
://www.domain.com/context/multi-level-subcontext) Maurice Caldarale, Charles R wrote: From: Maurice Yarrow [mailto:maurice.yar...@comcast.net] Subject: Re: Multi-level context starting at ROOT My use-case is embedding meshcms inside my primary web app and in a way that they can both share the same session

RE: Multi-level context starting at ROOT

2009-11-04 Thread Caldarale, Charles R
From: Maurice Yarrow [mailto:maurice.yar...@comcast.net] Subject: Re: Multi-level context starting at ROOT I still have no working context xml configuration that allow a multi-level-subcontext to be specified inside a ROOT-level web app, even though such a multi-level-subcontext works fine