In web.xml file of State manager look for below parameter, it is from working environment so make it as it is in your environment.
<context-param>
<param-name>disableIndexPage</param-name>
<param-value>false</param-value>
</context-param>
Restart the Application server and access the page, it should work just fine.