Massimo Lusetti wrote
> 
> Hi all,
> I'm in the need to prepare a server for hosting multiple (read from 6 to
> 8) tapestry5 apps.
> 
> Do anyone have any experience in this field? Which is your typical
> settings in this scenario?
> 

We use Tomcat with a single CATALINA_HOME and multiple CATALINA_BASE -
usually one per "logical application". A "logical application" consist of
one or more WARs.

We usually do not put JARs in the common/lib - we do that just for database
drivers (so that Tomcat can manage the db pool).

Chris

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Multiple-Tapestry5-app-on-a-single-server-tp5667202p5667217.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to