On Jul 18, 2008, at 2:12, "vibhuti" <[EMAIL PROTECTED]> wrote:
This is mentioned in tomcat documentation and I just followed what was
written there. Here is the link:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
If this is erroneous then renaming or using filter are the only wa
On Jul 17, 2008, at 23:30, Robert Koberg <[EMAIL PROTECTED]> wrote:
unless I am doing something
terrible wrong with nested contexts...
Nested contexts are not permitted by the servlet spec. If another
container supports such a violation, it just goes to show how far some
will go to tie y
On Jul 17, 2008, at 21:56, Robert Koberg <[EMAIL PROTECTED]> wrote:
The problem: even though I specifiy
'docBase="/home/app/wwwapps/ROOT/members"'
Which is completely illegal; webapps may not be nested - each must be
in a separate directory (or war file), usually under the
appBase dire
> Somewhere in forums I read that
> there is way to work with single
> binary and multiple tomcat
> instances.
Read the RUNNING.txt file that's in the Tomcat home directory.
> Actually, my current tomcat server
> serving for 10 different sites,
Why don't you use Tomcat's virtual host capability