mod_jk 1.3 and apache 1.3 VirtualHost section

2004-03-24 Thread Michael Kastner
Hello, I got a problem getting the servlets examples and the admin application via mod_jk 1.3 connector to work. I can call the servlets-examples' main page but receive a server error when I want to call a particular servlet example. The jsp-examples work, by the way. First: To me, it

Re: mod_jk 1.3 and apache 1.3 VirtualHost section

2004-03-24 Thread staf wagemakers
Hi Michael, You're using Jkmount /servlet which is probably incorrect, you must use the same url as in tomcat. The correct location for the examples servlets is /servlets-examples/servlet: JkMount /servlets-examples/servlet worker1 The idea behind jk is to let apache serve all static content

Re: mod_jk 1.3 and apache 1.3 VirtualHost section

2004-03-24 Thread Michael Kastner
Hello Staf, dankuwel. Then I must have gotten it all wrong. If I recall the documentation properly - /servlet/* is supposed to work as a pattern for all directory paths where a directory called servlet is the _last_ directory in the path. Being followed by the ServletName. However, I can't