Re: mod_jk dynamic update of workers.properties

2005-02-12 Thread Olve Hansen
using mod_jk, since it is supported. It also states that several of the improvements in mod_jk2 are backported to mod_jk, but it fails to state which... -- Olve On Sat, 5 Feb 2005 09:17:32 +0100, Olve Hansen [EMAIL PROTECTED] wrote: On Fri, 4 Feb 2005 17:25:58 +0100, Olve Hansen [EMAIL

simple question about mod_jk2

2005-02-09 Thread Olve Hansen
I see from the (old) docs that a channel has a timeout setting. http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk2/printer/configwebcom.html#sub_channel.socket Is this in seconds or milliseconds? The docs about an ajp.worker it is specified that the timeouts is in millisecs, but not

Re: mod_jk dynamic update of workers.properties

2005-02-05 Thread Olve Hansen
On Fri, 4 Feb 2005 17:25:58 +0100, Olve Hansen [EMAIL PROTECTED] wrote: Haven't found docs about this anywher (i might be short sighted though). Can mod_jk dynamically update the contents of workers.properties? Or do I have to use mod_jk2 to be able to do that.. Nevermind (not that too many

mod_jk dynamic update of workers.properties

2005-02-04 Thread Olve Hansen
Haven't found docs about this anywher (i might be short sighted though). Can mod_jk dynamically update the contents of workers.properties? Or do I have to use mod_jk2 to be able to do that.. Thanks, -- \ Olve S. Hansen \ mailto:[EMAIL PROTECTED]

jass login and login error messages

2005-01-13 Thread Olve Hansen
How can I pass on what kind of error happened during a jass login? The only kind of error report I get the j_security_check sends me to my loginError.jsp in: form-login-config form-login-page/login.jsp/form-login-page form-error-page/loginError.jsp/form-error-page

Re: axis, realms and classloaders

2004-12-16 Thread Olve Hansen
On Thu, 9 Dec 2004 08:41:40 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: I think we had a recent discussion on this exact NPE: you might want to search this list's archives (or a comparable mirror like MARC, GMANE, etc.) Thanks for the reply, been busy so it has been a while now, but I tested

axis, realms and classloaders

2004-12-09 Thread Olve Hansen
I have successfully made a JAASRealm implementation, loosely based on JAASMemoryLoginModule (a simple jaas test class). My jaas implementation interfaces a .net user database over ssl for authentication purposes, and it works almost flawlessly. My problem occurs when I restart the context, the

Server Status and connection information

2004-12-08 Thread Olve Hansen
I see in the manager app that only server status information about connections to the manager app has extended information attached to it. For our production webapp the only information is that it is a Keep alive connection, and it has no metric about bytes sent or received, or what the request

realms: authentication against a web service?

2004-10-04 Thread Olve Hansen
Is this possible? I have to investigate the possibility of integrating two systems, where users authenticate themselves against our webapp, and the webapp checks their credentials against a web service in the background.. Do I have to make my own JAAS realm, which in turn authenticates against