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!

Access to the specified resource () has been forbidden

843833Apr 18 2005 — edited Apr 25 2005
Can anyone tell me why accessing the folder of a war deployment only results in the error message below? It seems I need to alter the access rights to that folder but the rights are identical to other folders wich work like they should. The URL is something like this:

http://localhost:8081/test_dir/test.html

The same html file works fine if put under the root folder:

http://localhost:8081/test.html

Error message:

HTTP Status 403 -

--------------------------------------------------------------------------------

type Status report

message

description Access to the specified resource () has been forbidden.


--------------------------------------------------------------------------------

Sun-Java-System/Application-Server
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2005
Added on Apr 18 2005
9 comments
586 views