Appendix A: Changing the Name of the 'Sree' Web Application

If you change the Style Intelligence web application name to something other than “sree”, you must modify the values highlighted in bold in the following files to reference the correct web application context root and ServletRepository servlet mapping:

Please stop your web application server before making these changes.

File: \webapps\{contextRoot}\WEB-INF\config\services\ConfigService.properties

servlet.insecure=/Reports/dashboard

servlet.secure=/Reports/dashboard

File: \webapps\{contextRoot}\WEB-INF\classes\sree.properties

replet.repository.servlet=/sree/Reports

dashboard.uri=/sree/Reports/dashboard

dashboard.context=/sree

repository.replet.servlet=/Reports

File: \webapps\{contextRoot}\WEB-INF\web.xml

<servlet-mapping>

   <servlet-name>replets</servlet-name>

   <url-pattern>/Reports/dashboard/*</url-pattern>

</servlet-mapping>

 

(The url-pattern should match the dashboard.uri property)

<< 6.3 Use Case: Simulating User Sessions © 1996-2013 InetSoft Technology Corporation (v11.5) Appendix B: Common Portal Frameworks >>