-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
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
-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
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