java - Error - 403 forbidden on accessing my war deployed on web logic 9.x -
- i created dynamic web project in eclipse ide.
- generated build.xml dynamic web project.
- run build.xml generate war file(fip.war).
- deployed war on weblogic server 9.x
my web application not contain weblogic.xml
there no deployment errors in console. when try access app http://localhost:7001/fip
i error 403--forbidden
since context root not specified anywhere in application, taken name of war file right?
please let me know needs set/added resolve issue.
thanks in advance
Comments
Post a Comment