I have a system that was designed to run with apache
and jserv that I would like to get working on my
server using tomcat (3.1).  The system (siteforum)
normally comes with its own apache distribution with
jserv and all the configuration files pre-built.

I have a virtual host set up that I would like to
install all the siteforum stuff into, but I'm at
a loss as to how to migrate the settings from its
jserv.conf, properties and zone files over into 
the tomcat setup.

The main problem at the moment is that the URL
/servlets/sfs  doesn't bring anything up.  There
is a jserv mount setup as /servlets /sfs, and
a rewrite rule that looks like:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !^/servlet/sfs
RewriteRule ^/servlet/(.*) $1 [R]

Which I do not understand.

Any suggestions would be appreciated.

Thanks
DK
--
99 little bugs in the code, 99 bugs in the code,
fix one bug, compile it again, 101 little bugs in the code.


Reply via email to