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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -