[Resin-interest] Authenticator Tag in web.xml for Resin 3.0

2007-02-26 Thread Karthik_rcs
HellO Team, We have some issues while migrating from 2 to 3 of resin. login-config auth-methodform/auth-method form-login-config form-login-page=/jsp/logon.jsp form-error-page=/jsp/logonerror.jsp internal-forward=true form-uri-priority=false/ authenticator

Re: [Resin-interest] Authenticator Tag in web.xml for Resin 3.0

2007-02-26 Thread Scott Ferguson
On Feb 26, 2007, at 3:05 AM, Karthik_rcs wrote: HellO Team, We have some issues while migrating from 2 to 3 of resin. login-config auth-methodform/auth-method form-login-config form-login-page=/jsp/logon.jsp form-error-page=/jsp/logonerror.jsp internal-forward=true

Re: [Resin-interest] how to configure 2 https applications on the same front

2007-02-26 Thread Scott Ferguson
On Feb 22, 2007, at 3:14 AM, Riccardo Cohen wrote: Hi I have a front server that answers request for one HTTPS application. http port=443 openssl certificate-file.../crt/certificate-file certificate-key-file.../key/certificate-key-file

Re: [Resin-interest] How to start Resin with specified user?

2007-02-26 Thread David Campbell
Knut Forkalsrud wrote: Scott Ferguson wrote: On Feb 24, 2007, at 10:59 PM, askxuefeng wrote: How can I start resin not using root? Thanks! Also, on Linux you can use iptables which IMO is a better approach thant the user tag:

Re: [Resin-interest] How to start Resin with specified user?

2007-02-26 Thread Knut Forkalsrud
David Campbell wrote: You think using iptables is better than the server doing it itself? How can this possibly be true? Because this comes from the restriction that only root can bind to port numbers 1024, which I believe is not an eternal truth, I mentioned it before in

Re: [Resin-interest] How to start Resin with specified user?

2007-02-26 Thread David Campbell
Knut Forkalsrud wrote: David Campbell wrote: You think using iptables is better than the server doing it itself? How can this possibly be true? Because this comes from the restriction that only root can bind to port numbers 1024, which I believe is not an eternal truth, I mentioned

Re: [Resin-interest] Authenticator Tag in web.xml for Resin 3.0

2007-02-26 Thread Karthik_rcs
Hi, Thanks for your reply. The Class given in the class tag implements this com.caucho.http.security.ServletAuthenticator This functionality works perfectly in resin 2.x versions.While we try migrating to resin 3.0 we get instantiation exception while starting the resin. The Resin server is not