OpenDoc AD SSO with Vintela

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. “

What am I missing?

As always all the input greatly appreciated


icotler :us: (BOB member since 2002-08-19)

Hello,
Your syntax looks correct. We configured this as you described and it worked for us.
When we hit the URL:
http://server:8080/OpenDocument/opendoc/openDocument.jsp without any document parameters we get re-directed to an error page at the URL: http://server:8080/PlatformServices/service/app/error.do

This error just says ‘An error occured while trying to view the document’ which is fair enough.

The tests I made used the URL:
http://server:8080/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=blablabla

This worked. Good luck.


chibby (BOB member since 2009-04-15)

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.


ccermak :us: (BOB member since 2007-11-13)

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.

Cheers
Sid


siddhr007 (BOB member since 2009-05-15)