H-

I've been poking around the docs and archives for this list and from
what I see there isn't a simple way to make this happen.
Set up another directory that will execute JSP files without having to
go through examples. (And from what I've seen this directory cannot be
inside the httpd/htdocs directory either. True?)

For example:
Add to tomcat-apache.conf file:
ApJServMount /MYDIRECTORY ajpv12://127.0.0.1:8007

Create a directory inside
/usr/local/tomcat/webapps/MYDIRECTORY

Create all the special JSP files and dirs in that directory
META-INF, WEB-INF, images, jsp, servlets.

Now modify the web.xml file inside WEB-INF to include every servlet that
I'm going to use. When I create another servlet I must re-edit this file
to include that servlet than reload Tomcat, Restart Apache.

This can't be right. This is a lot of configuring just to pull up
http://www.myserver.net/MYDIRECTORY
and have it pull and executes JSP files.

Is this the only way (did I even get it right?) or am I reading the
wrong information?

Thanks for any thoughts or insights you might have.
-Sterling


Reply via email to