Yo!

I'm trying to use Tomcat together with Mod_Rewrite on an Apache/1.3.14 under
W2K. My configuration (httpd.conf) is as follows:

----

# Include Tomcat
include "c:/progra~1/apache~1/jakarta-tomcat/conf/tomcat.conf"

# Rewriting
<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteRule ^/(.*) /foobar/servlet/foo?bar=$1 [L,PT,T=jserv-servlet]
</IfModule>

----

But when I try to open the page, I get an Internal Server Error (500) and I
cannot find any Logfile that could tell me what's going on. When I specify
the [R] flag, it works, but I don't like that solution...

Does anyone know, what's going on?

Cheers
Mike.

Reply via email to