i deleted all the .java and .class files under D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost
Then restarted apache tomcat, but still no change
under D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost
there are 12 folders, within the folders there is tldCache.ser, should i delete tldCache.ser in each folder or should i delect all 12 folders, some folders have more files then just the tldCache.ser file
when i go to this
http://server name/businessobjects/enterprise11/desktoplaunch/InfoView/logon/logon.jsp
Infoview shows up but the drop down on the authentication is blank
this is what i have
<!-- You can specify the default Authentication types here -->
<!-- secEnterprise, secLDAP, secWinAD -->
<context-param>
<param-name>authentication.default</param-name>
<param-value>secWinAD</param-value>
</context-param>
<!-- Choose whether to let the user...
<!-- AUTHENTICATION
This section sets the authentication policies of the application. Possible modes are "Windows",
"Forms", "Passport" and "None"
"None" No authentication is performed.
"Windows" IIS performs authentication (Basic, Digest, or...
<!-- AUTHENTICATION
This section sets the authentication policies of the application. Possible modes are "Windows",
"Forms", "Passport" and "None"
"None" No authentication is performed.
"Windows" IIS performs authentication (Basic, Digest, or...
this is where i changed the file that you told me above
D:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise11\desktoplaunch\WEB-INF
<context-param>
<param-name>authentication.default</param-name>
<param-value>secWinAD</param-value>
</context-param>
i have secWinAD.dll in Program Files\Business Objects\BusinessObjects Enterprise 11\win32_x86\plugins\auth\secWinAD
Does this need to be in another location also for the Infoview to have Window AD Authentication drop down
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.