I have not tried to duplicate your problem but you may want to check the order of 
LoadModule. JServ should always be loaded first and after that mod_rewrite.

Steve N.
E-mail: [EMAIL PROTECTED]
*----------------------------------*
Presents KBMail Professional Service
http://www.kbmail.com
Access to your existing POP3/IMAP4 for FREE



-------- Original message --------
Date: Mon, 10 May 1999 20:21:38 -0700 (PDT)
From: Frank Flannery <[EMAIL PROTECTED]>
Subject: Re: servlets forbidden when using rewrite module?
To: Java Apache Users <[EMAIL PROTECTED]>,
        Java
 Apache Users <[EMAIL PROTECTED]>
----------------------------------


[Mon May 10 20:21:48 1999] [error] [client
209.110.235.2] object is not a file,
directory or symlink: /servlets/quick                 
                        
which makes it sound like it isn't ever going to the
servlet engine.

here is what I get from httpd -l, which seems to show
the rewrite engine is compiled in after the JServ
stuff.  Which is, I believe, the way it is supposed to
be.   I think I had it the other way and it gave the
same errors.

[root@db1 bin]# ./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_setenvif.c
  mod_jserv.c
  mod_rewrite.c


--- jon * <[EMAIL PROTECTED]> wrote:
> > My problem is, as soon as I turn the rewrite
> engine on
> > (RewriteEngine on) servlets immmediately stop
> working,
> > saying that acces to servlet is forbidden.
> 
> what does your apache error log and your
> mod_jserv.log file say?
> 
> -jon
> 
> 
> 
>
----------------------------------------------------------------
> To subscribe:       
> [EMAIL PROTECTED]
> To unsubscribe:     
> [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other: 
> <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]
> 
> 

_________________________________________________________
Do You Yahoo!?
 Free instant messaging and more at http://messenger.yahoo.com


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to