Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

10.4.4 403 Forbidden - please help

843841Aug 17 2004 — edited Aug 23 2004
Hi!

At first here is my error message.
[
Error 403--Forbidden
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.4 403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
]
I tried to run only a simple HelloWorld Servlet. It should do nothing more than write into a logfile if the client request was successful.
I'm using Bea Web Logic 8.1
I created the .ear -file with deploytool (isn't there a way to create it with bea?)
I deployed with the bea -console.
The name of my servlet is "Serverseite".
I tried to do the request over the following URL: http://localhost:7001/Serverseite

I hope somebody there can help me with this problem.

Greetings

Marcel
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2004
Added on Aug 17 2004
6 comments
4,467 views