When using the WACS installation of Edge 3.1, I only see a couple of folders deployed to the "...\Business Objects\BusinessObjects Enterprise 12.0\Web Content" folder and connected to IIS (such as Xcelsius and Analytical Reporting)
Everything else appears to be in the WACS wrapper. So when I hit InfoView, is it hitting the logon.jsp in the following location:?
...\Business Objects\BusinessObjects Enterprise 12.0\java\server\work\EDGESERVER.WebApplicationContainerServer\businessobjects\InfoViewApp\12\InfoViewApp-12.war\logon.jsp
Is this where I make changes to the SDK for authentication types, etc?
If so, does this mean the WACS actually executed the jsp from within the *.war containers? Seems to me this would mean it's running entirely using system RAM which would be a performance issue. Where as by using a web application server like Tomcat that runs the files after they've been exploded and unpackaged into a directory of their own you avoid performance degradation.