You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Walker, Ken" <ke...@myflorida.com> on 2001/09/27 22:12:21 UTC

JSP in Apache Webserver root

I have mod_jk working just fine with Apache on a Solaris box.

I would like for tomcat to service the pages in the root of the webserver
/usr/local/apache/htdocs

I have an entry in my md_jk.conf file as follows
JkMount /*.jsp ajp13

This only serves pages that are in the root of the tomcat server.

How do I get tomcat to server all jsp pages on my site?

Thanks,

Ken Walker