java - Error - 403 forbidden on accessing my war deployed on web logic 9.x -


  1. i created dynamic web project in eclipse ide.
  2. generated build.xml dynamic web project.
  3. run build.xml generate war file(fip.war).
  4. 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

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -