- I created a dynamic web project in Eclipse IDE.
- Generated a build.xml for the dynamic web project.
- Run build.xml to generate a war file(fip.war).
- Deployed war on weblogic server 9.x
My web application does not contain weblogic.xml
There are no deployment errors in the console. But when I try to access my app http://localhost:7001/fip
I get Error 403--Forbidden
Since context root is not specified anywhere in my application, it will be taken from the name of the WAR file right?
Please let me know what needs to be set/added to resolve the issue.
Thanks in advance