Hi,
I hope I'm not being too silly here, but one possible explanation is that
you are directly presenting the logon form from your code. A security
login will work only if you let the server present the form. You do this
by specifying the appropriate security in the web.xml, and then when you
try to reach a secured page, orion will pop up the password dialog.
Nick
At 09:59 AM 9/20/00 -0300, you wrote:
>Hi..
>
>It remains not working, with the same message:
>
>404 Not Found
>
>Anybody else have another idea?
>
>[]s
>Guilherme Ceschiatti
>[EMAIL PROTECTED]
>
>On Wed, 20 Sep 2000, you wrote:
>> Try clear your ACTION so the form starts like this:
>> <form>
>> lots of html with a couple of fields for user and passwd...
>> </form>
>>
>> This works for me :)
>
>>
>> Hi!
>>
>> I'm having problems in loging into my application. I'm using FORM based
>> login,
>> with a form with the ACTION="j_security_check". When I submit the form,
>> Orion
>> just replies:
>>
>> 404 Not Found
>>
>> Is it a bug? How do I fix it?
>>
>> []s
>> Guilherme Ceschiatti
>> [EMAIL PROTECTED]