uCosminexus Application Server, Security Management Guide
You can select an encryption level for the communication path from the Web application to the Web container. This selection is for Web server integration.
You can select one of three encryption levels: No protection (NONE), Tamper prevention (INTEGRAL), or Hiding (CONFIDENTIAL). SSL is used if you select the INTEGRAL or CONFIDENTIAL level.
This means protected pages can be accessed through SSL only. If the browser sends a request via HTTP to access a protected page, the Web container returns an HTTP response requesting the browser to access the same page via HTTPS. The browser then accesses the same page via HTTPS. You can select a security level not only for the entire Web application but also for certain pages within that application. This prevents non-HTTPS access to the protected pages.
Using the DD file (WEB-INF/web.xml), select a communication path encryption level for the Web applications included in the J2EE application. For details about how to configure the J2EE application, see 7.2.7 Setup in an execution environment.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd