uCosminexus Application Server, Web Container Functionality Guide
This subsection describes the settings for viewing the top page by specifying the domain name.
When accessing a deployed Web application merely by specifying the domain name in the URL, the top pages of Web applications, such as index.html and index.jsp can be displayed.
To view the top page by specifying the domain name:
The following is an example of settings for distributing requests to the root context.
To view the top page of a Web application by specifying only the domain name in the URL, specify settings in the URL mapping definition of the redirector in such a way so that the requests are distributed to the root context. For example, to distribute root context to worker1 and /examples to worker2, specify as follows:
... <param> <param-name>JkMount</param-name> <param-value>/* worker1</param-value> <param-value>/examples/* worker2</param-value> </param> ...
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.