Hi there, May be somebody can give me a quick answer with regards to T3.2.2. I need to have multiple context paths to point to the same doc base, say my server.xml has the following entries: <Context path="/somectx" docBase="d:/foo/bar" debug="0" reloadable="false" > </Context> <Context path="/somectx1" docBase="d:/foo/bar" debug="0" reloadable="false" > </Context> Will the above config cause my webapp classes/servlets to be loaded twice through different classloaders, or TC is smart enough to realize it's the same webapp? Thanks, --V.
- Re: multiple context paths pointing to the same doc b... Vladimir Grishchenko
- Re: multiple context paths pointing to the same ... Craig R. McClanahan
- Re: multiple context paths pointing to the s... Vladimir Grishchenko
- Re: multiple context paths pointing to t... Craig R. McClanahan
- Re: multiple context paths pointing ... Vladimir Grishchenko
- Re: multiple context paths poin... Craig R. McClanahan
- Re: multiple context paths ... Vladimir Grishchenko
- Re: multiple context pa... Dmitri Colebatch
- Re: multiple context pa... Craig R. McClanahan
- Re: multiple context pa... Dmitri Colebatch
- Connection pooling Ques... A.L.