Re: Access jsp from different context

2007-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, Victor Huang wrote: > But I'm not quite sure if I understand the deployment method you described. > Can you explain it with bit more details? /me rolls eyes. > How do I access jsps in one app from another app? You don't. Instead, you deploy

RE: Access jsp from different context

2007-08-07 Thread Victor Huang
Sent: Tuesday, August 07, 2007 12:35 PM To: Tomcat Users List Subject: Re: Access jsp from different context -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, Victor Huang wrote: > I have 3 web app running on Tomcat - > > 1.web application - mywebapp.war > 2.Component JSPs

Re: Access jsp from different context

2007-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, Victor Huang wrote: > I have 3 web app running on Tomcat - > > 1.web application - mywebapp.war > 2.Component JSPs - mycomponent.war > 3.Web site JSPs - mywebsite.war Might I suggest a different deployment strategy? cd $DEPLO

Access jsp from different context

2007-08-07 Thread Victor Huang
I have 3 web app running on Tomcat - 1. web application - mywebapp.war 2. Component JSPs - mycomponent.war 3. Web site JSPs - mywebsite.war I have deployed above 3 app into Tomcat without any error. However what I couldn't figure out is - how can I access JSPs from #2 app