----------------------------------------------------------------
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]