> > > > Do I have to install new unix-init scripts for each "workdir"? > > /etc/init.d/webkit1 and /etc/init.d/webkit2? >
Yes, as each runs separately. You will also need to have multiple apache mod_webkit setups, of course, and each AppServer will need to be listening to a different port. > I assume so. On Windows I install separate "services" for > each working dir, > and I assume it's analogous on Unix. > > > > > Is there any consensus among the experts when it is time to > make separate > > workdirs/appservers and when it's ok to just have contexts? > > If you the apps are truly separate, there are advantages to > running separate > app servers -- you can stop, update, and restart one app > without affecting > the other. But it does mean one more thing to have to > manage. Multiple > contexts are simpler to manage. > > A question I don't know the answer to off the top of my head: > do all contexts > share session storage, or are they separate session stores? > All contexts share the same Session storage. Only different instances of Application use different Session storage. We have code in a branch on CVS that will make this moderately easier. It'll get merged into the main branch in a few weeks. It basically lets you run multiple Applications from one AppServer. Jay ---------------------------------------------------------------------------- This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation. ---------------------------------------------------------------------------- _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
