Tom Burke wrote:

George

Is this the same application 65 times over, one per virtual host? Or 65 different applications?

Tom Burke


This is a good question, if it matters architecturally within TC. In our scenario, we will have a single host (perhaps more, but the initial idea is to use the common domain name and it's SSL cert) that will incorporate lots of webapps within, such as:

https://esignforms.com/ (ROOT web app will be a small, informational set of pages)
https://esignforms.com/App1/
https://esignforms.com/App2/
https://esignforms.com/App3/
...

Each of the "AppN" webapps will use the same set of JARs in their respective WEB-INF/lib (we're not sharing them through the common class loader to alleviate version issues across each custom webapp), but will also contain custom code most likely deployed as either a JAR or simply in the WEB-INF/classes area, with the choice most likely depending on whether the webapp has lots of classes or not.

David

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

Reply via email to