On 08 Aug 2001 14:17:21 +0100, Luke Taylor wrote:

> Have you put an entry in auth.conf for "frontwire-platform" which uses
> the DatabaseServerLoginModule? It sounds like you're ending up with the
> default one.

Yeah.  Note that I can do this successfully with a swing client.  It's the 
tomcat bit which causes me grief.
 
> Presumably you're using the embedded tomcat distribution (??). This is

Indeedy :)

> set up to use the jboss security manager so you should modify the
> auth.conf in your jboss configuration directory.

Done (when I configured auth for the client).
 
> Also you say you're now using a login page instead of basic
> authentication ?? I'm not sure what you mean by this because the
> web.xml you supplied was still set up to use basic authentication. This
> should preobably be changed to use form-based authentication and
> specify the jsp to use for logins:
> 
> <login-config>
>       <auth-method>FORM</auth-method>
>       <form-login-config>
>               <form-login-page>/login.jsp</form-login-page>
>               <form-error-page>/loginFailed.htm</form-error-page>
>       </form-login-config>
> </login-config>

Cheers Luke!  I'll give this a go and let you know if I had any joy :)

-- 
  Nicolai P Guba    http://www.gnu.org         http://www.frontwire.com
                    mailto:[EMAIL PROTECTED]     mailto:[EMAIL PROTECTED]
                    GSM: +44 (0)7909 960 751   DDI: +44 (0)20 7368 9708

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to