|
Application Name |
|
|
Web Application Name The name of a web application (also named as context) is the name of the directory under the webapps to where the application is built. Default web application If the name of a web application is specified as "ROOT" then it is configured as the default application (context).ld process. Accessing to the default context with URL: http://www.mydomain.com/index.html Configuring a web application as a normal context If a web application is given a name other than 'ROOT', i.e. "ctx2", then the context path of the application becomes /"ctx2" . http://www.mydomain.com/ctx2/index.html
|