Hello,
So i have built and deployed a mini site from my TeamSite/SitePublisher environment to my LiveSite Runtime server. I made a dns mapping (internal) to the LSRT server, and i can successfully view the home page just by typing in the address of the site (ie "
http://www.example.com/").The problem is when i try to view a specific page:
a link like
"
http://www.example.com/home.page" doesn't work - i get the error:
java.lang.RuntimeException: Filters did not initialize the request context.
com.interwoven.livesite.runtime.servlet.PageView.doService(PageView.java:84)
com.interwoven.livesite.spring.web.servlet.DelegatingHttpServletProxy.doService(DelegatingHttpServletProxy.java:58)
com.interwoven.livesite.spring.web.servlet.DelegatingHttpServletProxy.doGet(DelegatingHttpServletProxy.java:66)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
...etc...
whereas a link like
"
http://www.example.com/sites/iso20022/home.page" works just fine.
Given the error message (500 iso 404, and mentions a "Filter") my question is: how can i get rid of these extra folders "sites/iso20022" so it appears as if all my pages are in the root of the site?
As usual, if this isn't the right place to ask or if i am committing the cardinal sin of not RTFMing, please don't hesitate to let me know. I tried running the error message through the search here and at the support site, but no joy.
Warm regards,
/t