Re: Login System

2000-10-02 Thread Truong Di Ly

The realisation of a authentification is described in the servlet
specification. Catchword: form authentification.

Gareth White wrote:
 
 Hi, I've just started doing J2EE with Orion and I'm trying to get my head
 around the security system on Orion.
 What bug have you experienced, I'm getting some weird stuff going on but
 it's more likely to be due to my inexperience.
 
 Cheers,
 Gareth.
 
 - Original Message -
 From: "Truong Di Ly" [EMAIL PROTECTED]
 To: "Orion-Interest" [EMAIL PROTECTED]
 Sent: Wednesday, September 20, 2000 12:47 PM
 Subject: Login System
 
  Hi,
  first thanks to Magnus for one problem is fixed.
  But still there is a bug with my login web component.
  Try it!
 
  cd $orionhome/applications
 
  unzip login.zip
 
  change server.xml by adding this line:
  application name="login" path="../applications/login" /
 
  change default-web-site.xml by adding this line:
  web-app application="login" name="login-web" root="/login" /




Re: Login System

2000-09-22 Thread Truong Di Ly

Hi,
I get it. It was a mistake in the form tag

instead 
input type="password" name="j_password"

I wrote 
input type="j_password" name="password"

Thanks to all,
Di




RE: Login System

2000-09-21 Thread Magnus Rydin
Title: RE: Login System





Hi,
in your web.xml, it seems like you have added login.jsp as one of the pages to be protected.
Remove that entry and it looks like it should work just fine.


 -Original Message-
 From: Truong Di Ly [mailto:[EMAIL PROTECTED]]
 Sent: den 20 september 2000 13:48
 To: Orion-Interest
 Subject: Login System
 
 
 Hi,
 first thanks to Magnus for one problem is fixed.
 But still there is a bug with my login web component.
 Try it!
 
 cd $orionhome/applications
 
 unzip login.zip
 
 change server.xml by adding this line:
 application name=login path=../applications/login /
 
 change default-web-site.xml by adding this line:
 web-app application=login name=login-web root=/login /
 





Login System

2000-09-20 Thread Truong Di Ly

Hi,
first thanks to Magnus for one problem is fixed.
But still there is a bug with my login web component.
Try it!

cd $orionhome/applications

unzip login.zip

change server.xml by adding this line:
application name="login" path="../applications/login" /

change default-web-site.xml by adding this line:
web-app application="login" name="login-web" root="/login" /
 login.zip