Hello, I am running struts on tomcat 4.1.10 (Invoker disabled) on redhat 7.3 jdk 1.4 I am using Realm and Form based Athentication for my app. Every so often enough to be really annoying, I end up at a blank page after submitting the login form. I get a completely blank page with a url of http://server/webapp/j_security_check
starting over a few times will usually take care of the problem.
Has anyone seen this before?
snip of web.xml
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/ErrorPage.jsp</form-error-page>
</form-login-config>
</login-config>
and the form itself:
<table border='1' >
<form method="POST" action="j_security_check">
<tr>
<td>Username</td>
<td><input type="text" name="j_username" size="30" maxlength="45" /></td>
</tr>
<tr>
<td>Password</td>
<td><input type="password" name="j_password" size="30" maxlength="45"
/></td>
</tr>
<tr>
<td><input type="submit" value="Submit"/></td>
</tr>
</form>
</table>
--
Vincent Stoessel
Linux Systems Developer
vincent xaymaca.com
smime.p7s
Description: S/MIME Cryptographic Signature
