Search code examples
weblogicweblogic-10.xweblogic9.x

Weblogic application port for web apps


I have deployed a java web application jar file on weblogic 10.3. But I'm unsure how to access the application in browser. I have the path to my web app as "/testapp/home.do" Can someone tell me what port is used by weblogic apps. Where can I check the port number info,which file?

When deployed on tomcat, i use "localhost:8080/testapp/home.do" I'm looking for something similar for weblogic

Thanks in advance.


Solution

  • You can use the Weblogic Administration Console i.e.

    Deployments => Click on theApp => Testing Tab => Default URL in the table displayed....