All,
We are on 3.1 Windows no fix packs.
I configured BO AD SSO with Vintela and everything works fine. Now I have a request to open documents trough open doc URL such as http://server:8080/OpenDocument/opendoc/openDocument.jsp?&sDocName=Test_Document
Bypassing obviously InfoView. I modified web.xml file on the server under OpenDocument folder applying same changes that I made to the web.xml file in InfoViewApp folder. Deleted Catalina folder and restarted Tomcat. But the URL does not work. Gives me an error
HTTP Status 404 - /OpenDocument/opendoc/openDocument.jsp
description The requested resource (/OpenDocument/opendoc/openDocument.jsp) is not available.
Are you using a cluster alias by chance? I found an issue where in my InfoViewApp web.xml under CMS.default i have @BOPROD, and if I do the same in the OpenDoc web.xml it doesn’t work. I had to use the actual server name in the CMS.default entry…so like servername:6400 which gets put in there by default.
Just figured I’d throw that out there in case that was your issue.
Check the PORTS am sure this is a port configuration issue. It takes 80 but you have supplied 8080. Just go and check in the tomcat configuration which port is being used.