Hi all,

I am deploying five web-apps in one application. I have a single /src dir
that is built into one app, then copied to the other four apps. All five
apps use the same classes. First, I am wondering if this makes sense to copy
the compiled classes to each web-app, or if there is a "central" repository
capability of an application (ear) that allows more than one web-app
deployed within it to access the same .class file from which to create
instances. I do NOT mean the ability to "share" an instance across web-apps,
I just want to find out if there is a better way to store the .class files
one time, rather than five times.

Along the same lines, all five web-apps use the same set of images, with
each having some images specific to itself. Is there a better scheme than
what I am doing by having all five web-apps each contain the same series of
images? It seems to me that there should be some sort of "commin" folder at
the application (ear) level. This sure would make the ear file a lot smaller
for remote deployment!

Thanks.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to