You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Adam: Kurzawa" <ad...@optymalni.com> on 2001/09/26 10:21:01 UTC

Tomkat 4 with JSP

The new mod_webapp is giving me a lot of trouble.  With the old tomcat
and mod_jk it was very easy to configure apache to pass all JSP calls to
tomcat.  But how does one do it with mod_webapp???
 
I have apache and tomcat running happily, apache forwards all calls to
/ch/ or to /examples/ directory like it should, but it also ignores all
other calls to JPS files.
 
This is from my httpd.conf
 
    WebAppConnection conn      warp localhost:8008
    WebAppDeploy     ch        conn /ch/
    WebAppDeploy     examples  conn /examples/
 
I don't want to have to separate all JSP files to special folders, this
would create a mess of great proportions.  I develop my sites in
ultradev and use JSP occasionally to supplement html.