In my test enviornment I working on setting up Domino Web Access redirect, but after creating the database from the DWAREDIRECT (template version 8.0.1 1/15/2008)template with no customization at all and I look at it in a web browser, where the Domain Web Access Logo should appear all I get is a red X with the text Domino Web Access Login Screen.
Not sure how to go about fixing this. Any sugesstions would be helpful
Subject: DWA Redirect
I ran into this problem as well. This happens when anonymous http / https connections are disallowed. I opened a PMR with IBM regarding this at the end of last week. Nothing back so far except that yep it seems to be an issue.
Subject: DWA Redirect
Thanks.
That makes me feel better that it wasn’t something I messed up.
Subject: DWA Redirect - 2 workarounds
1.)The work around to displaying the image is to put it the image on a different server, and then reference it in the form.
Steps for the dwa redirect database:
- Open the DWALoginForm, Find the following line:
“<img alt="Domino Web Access Login Screen" src="http://server.domain.com/AboutBanner.gif\” width="520" height="71">"
We are only changing the value of the src field. Here the server.domain.com is the FQDN of the other server which allows anonymous access and the image is in the Domino/data/domino/html folder of that server. You get AboutBanner.gif when you export the dWMR-LoginBanner8.gif image resource from the DWA redirect database.
2.)In the DWALoginForm replace the following line:
with this line:
You will need to copy AboutBanner.gif to the Domino/Data/domino/icons folder.