On 2001-06-11, at 18:01, David Burns wrote :
|My setup:
|
|RH Linux 7.1
|Apache 1.3.19
|Tomcat 3.2.1
|Sun JDK 1.3.1
|
|I'm using mod_jk.conf-auto to hook in the mod_jk connector.
|
|When I access tomcat directly, servlet mapping seem to work. Via Apache, it
|doesn't. For example,
|
|http://127.0.0.1:8080/examples/snoop
|
|brings up the snoop servlet.
|
|http://127.0.0.1/examples/snoop
|
|returns a 404.
|
|However,
|
|http://127.0.0.1/examples/servlet/snoop
|
|works.
|
|Any ideas on how to set this right, or at least diagnose it further? I'd
|rather not be stuck with the old-fashioned /servlet/ style.
in your httpd.conf or tomcat.conf, (after the load of the module mod_jk)
insert this
JkMount /examples/snoop ajp12
|
|Thanks in advance,
|David
|
|
|_________________________________________________________________
|Get your FREE download of MSN Explorer at http://explorer.msn.com
|
|
xavier