Error 403--Forbidden -- After deploying web application into Weblogic Server 12c
I have installed Weblogic Server 12c and deployed a war file which worked fine onTomcat. The deployment shows success on admin console but when I am testing the web application url its giving me the below error.
The logs don't have any errors as such.
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.