Using tomcat instead of Apache for Bugzilla?

2006-12-09 Thread Ach
Hi, I want to configure a bugzilla repository to work with Tomcat web container (5.5.x) instead of installing a new Apache web server 2. Just want to check if there is anybody with similar experience and probable pros cons. Thanks in advance for your help. -- View this message in context:

Re: How to configure multiple context path for a webapps

2006-12-09 Thread Leon Rosenberg
The easiest way is to define a context.xml for r which specifies webapp1 as doc-root. However this will have the drawback, that the same webapp will be loaded twice under difference contexts. Other ways are defining ROOT context, per filter forwarding, proxying and so on regards Leon On

Re: Is this possibe? mod_jk ==SSL== AJP/1.3

2006-12-09 Thread Martin Gainty
yes. Bill's original statement is accurate if we reference http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html Option1 (Tomcat container running behind another SSL enabled web-server) When running Tomcat primarily as a Servlet/JSP container behind another web server, such as Apache or

Re: Multi processor issue

2006-12-09 Thread Gael Marziou
the affinity 'trick' is a replacement dll for the 80 runtime stock libraries Well, the one we used does not work this way. In fact, we started by changing the affinity of Tomcat service's live process using Windows taskmgr or Windows System Resource Manager. Then, as problem disappeared,

how to set up a web app that initially only serves static content?

2006-12-09 Thread Garey Mills
Hello - I checked out the web pretty extensively and couldn't find the answer to the question in the subject. I am working on some Ajax stuff that will eventually have some servlets, but in the beginning I just want to set up an index.html that loads some javascript libraries along with the

Re: how to set up a web app that initially only serves static content?

2006-12-09 Thread Hassan Schroeder
On 12/9/06, Garey Mills [EMAIL PROTECTED] wrote: I checked out the web pretty extensively and couldn't find the answer to the question in the subject. I am working on some Ajax stuff that will eventually have some servlets, but in the beginning I just want to set up an index.html that