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

URL AND CONTEXT ROOT

  • 1.  URL AND CONTEXT ROOT

    Posted 02/19/14 02:13 PM
    what is difference between url and context root.


  • 2.  URL AND CONTEXT ROOT

    Posted 02/19/14 02:18 PM
    Hi reddy,

      The Java EE 6 Tutorial
      docs.oracle.com/javaee/6/tutorial/doc/bn...

      URL path contained in the request to a web application and a web component. A URL path contains the context root and, optionally, a URL pattern

    URL = http://host:port/context-root[/url-pattern]

      The context root is related to our application.

      Hope this helps.

    regards