Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Error page
Denise Bowker
I'm trying to understand how to configure our RunTime environment's error pages. From what I can tell there are at least three different responses you can get for a request for a page that doesn't exist.
1) if you go to /site/abc.pdf and it doesn't exist you get a 404 back from TomCat.
2) if you go to /site/abc.page and it doesn't exist you get the page that's been configured in the site details for "error".
3) if you go to /site/abc (no extension) you get a page that reads " (-) The site you requested (-Invalid Site-) is invalid. Please select a site " and a drop down for each of the defined sites on the server.
I would like to change the functionality of both cases 1 and 3. Any suggestions on where these can be changed?
(more information found)
For case 3 in /opt/interwoven/LiveSiteDisplayServices/runtime/tomcat/logs/livesite.runtime.log I found these two lines:
2011-08-29 09:28:51,732 ERROR [com.interwoven.livesite.runtime.rendering.RuntimeRenderingManager] render: handleException(RenderingException)
2011-08-29 09:28:51,732 ERROR [com.interwoven.livesite.runtime.rendering.RuntimeRenderingManager] doFilter: site not valid:
Find more posts tagged with
Comments
There are no comments yet