----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

It works fine now after I converted everything from doPost to doGet.

Thanks 
Christian


> ----- Original Message -----
> From: Eric Hancock <[EMAIL PROTECTED]>
> To: Java Apache Users <[EMAIL PROTECTED]>
> Sent: Saturday, January 08, 2000 11:22 PM
> Subject: Re: ajp11 error
> 
> > ----------------------------------------------------------------
> > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> > WHEN YOU POST, include all relevant version numbers, log files,
> > and configuration files.  Don't make us guess your problem!!!
> > ----------------------------------------------------------------
> >
> >
> >
> > This sounds like errors in your code.  What happens if you replace the
> code
> > in doPost() with the code from doGet()?
> >
> > > I commented the security.allowedAddresses out, but I still get the same
> > > error, when I make the request from localhost.
> > > But I realized that this error only occurs when I do a post to the
> > > servlet. When I start the same session with a get request to the servlet
> > > that works fine (from localhost and outside). A subsequent  post request
> > > only works from outside.
> > >> comment security.allowedAddresses in jserv.properties and tell us.
> > >>
> > >> # List of IP addresses allowed to connect to Apache JServ. This is a
> > >> first
> > >> # security filtering to reject possibly unsecure connections and avoid
> > >> the
> > >> # overhead of connection authentication.
> > >> # Syntax: security.allowedAddresses=[IP address],[IP Address]... (Comma
> > >> separated list of IP addresses)
> > >> # Default: 127.0.0.1
> > >> #security.allowedAddresses=192.168.0.1
> > >>
> > >> Jean-Luc
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
> >
> >


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

Reply via email to