sha_z12 wrote:
> Hello, 
> i need to deploy to tomcat 2 wars that have same file name but the files can
> be different.
>
> for example, the 2 wars are :
> 1. CORE.war
> 2. Customize.war
>
> what i need is that when i am calling "default.jsp" file, tomcat will go
> first to customize.war and will look there for the requested
> file(default.jsp) , if he will not find it there , tomcat will go to
> Core.war and will use the file from there.
>
> is it possible? please help.
>
> Thanks in advance.
> Shon
>
> is it possible?
>   

No.

What you are after seems to me to be a build issue.  You should use
something like Maven or Ant, create a project that can create
Customize.war from files in the base Core.war and local customizations
in a Customize project.

--David


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to