Hi, I have a simple question regarding where to put files for deployment of
multiple applications that will share common files.

Currently, I have 
<root>
--commons
----css
----images
----jsp
--images
--jsp
--WEB-INF

This is good because you can package all these up into a WAR file and
everything works. However, if the files in the commons directory changes,
the application would need to be recompiled. If I move the commons directory
up a level, it would be outside the scope of the application and it wouldn't
be able to refer to it. Any ideas? Is there a way to do this but still have
deploy WAR files instead of individual files?

Thanks,

Dean Chen

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

Reply via email to