WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

how to find the context root before deploying the application?

  • 1.  how to find the context root before deploying the application?

    Posted Mon June 03, 2013 03:48 AM
    can we find the context root defore deploying the application.


  • 2.  how to find the context root before deploying the application?

    Posted Mon June 03, 2013 12:13 PM
    You can find the context root in the web.xml or application.xml (required prior JEE 5) packaged in your application deployment artifact (WAR or EAR).

    Look for the web.xml in the /WEB-INF/ directory.


  • 3.  how to find the context root before deploying the application?

    Posted Mon June 03, 2013 02:25 PM
    thank you paul