When I access my web site at http://ed4becky.dnsalias.org/comics,
index.html is set like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<META HTTP-EQUIV="refresh" 
CONTENT="0;URL=http://ed4becky.dnsalias.org/comics/jsp/titlelist.jsp";>
</HTML>
<BODY></BODY>

Now, titlelist.jsp is in a secure area, so the auth.html screen should
come up.
(comics/WEB-INF/wem\b.xml has the following:
    <login-config>
      <auth-method>FORM</auth-method>
      <realm-name>Example Form-Based Authentication Area</realm-name>
      <form-login-config>
        <form-login-page>/auth.html</form-login-page>
        <form-error-page>/auth_error.html</form-error-page>
      </form-login-config>
    </login-config>

Instead I get a 'Page Cannot be Found' error.  BUT if I go right back
to http://ed4becky.dnsalias.org/comics all is well, ie I am sent to
the login screen and THEN to titlelist!!

I saw a post a long time ago on this, and cannot remmeber the
resoltuion of the problem.

Any help appreciated.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to