JkMount for all context

2001-02-02 Thread Shinta Tjio
Title: JkMount for all context How do you write a JkMount that will apply to all servlet context, assuming that the URI will always have 'servlet' in it? In other words, I don't want to write: JkMount /context1/servlet/myServlet ajp13 JkMount /context2/servlet/anotherOne ajp13 JkMount

Re: JkMount for all context

2001-02-02 Thread Jan Labanowski
1) If you want everything served by Tomcat, why bother with Apache? 2) I am afraid you cannot escape mounting each context separately both in server.xml and in mod_jk.conf, i.e., JkMount /context1/* ajp13 Alias /context1 "/your/full/path/to/context1" Directory

RE: JkMount for all context

2001-02-02 Thread Andreas Ljunggren (EIN)
Subject: Re: JkMount for all context 1) If you want everything served by Tomcat, why bother with Apache? 2) I am afraid you cannot escape mounting each context separately both in server.xml and in mod_jk.conf, i.e., JkMount /context1/* ajp13 Alias /context1 "/your/full

RE: JkMount for all context

2001-02-02 Thread Jan Labanowski
://www.ccl.net/chemistry.html Columbus, OH 43212-1163 |http://www.osc.edu/ /A -Original Message- From: Jan Labanowski [mailto:[EMAIL PROTECTED]] Sent: den 2 februari 2001 21:28 To: '[EMAIL PROTECTED]' Cc: Jan Labanowski Subject: Re: JkMount for all context 1

JkMount of root context (WAS: JkMount for all context)

2001-02-02 Thread Andreas Ljunggren (EIN)
2 februari 2001 21:35 To: '[EMAIL PROTECTED]' Cc: Jan Labanowski Subject: RE: JkMount for all context On Fri, 2 Feb 2001, Andreas Ljunggren (EIN) wrote: What if I want tomcat to serve the root context eg / - a servlet.. but I want to be able to have /SomeThing/ that can use .php3 for instance