Sorry if this has been asked before. I searched archive but couldn't find
exactly
what I'm looking for.

The issue happened is that when using Tomcat5 and deploying web applications

with same context root (path), the second web app deployed (and Tomcat 
restarted) will still have browser pointing to the main JSP of the first
application 
(assuming they have the same starting JSP page).

What I noticed then is from Tomcat 4 to Tomcat 5, it seems the working
directory 
structure has changed when JSPs are compiled which may have contributed to
this.
- in Tomcat 4, I used to get under host something like
"D_3A_5Ctemp_5Ctest_5Cwebcontext"
  (docBase), and below it the web context if any.
- in Tomcat 5, it directly puts web context directory under host.

I'm wondering if I could/should bring this old feature of Tomcat 4 back.
What are
the reason(s) that this is changed (e.g. consistency, JspC, etc.)?

Thanks in advance,
John




The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 


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

Reply via email to