[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss-service.xml classpath element using HTTP protocol

2008-09-03 Thread logicmason
Hi All, I've been searching around, but I can't find anywhere that shows me the correct format for including an external JAR file using the HTTP protocol. In the jboss-service DTD, it reads: So, I've set up two jboss servers on my machine, and the both start without issue without including t

[jboss-user] [Security & JAAS/JBoss] - Re: Multi-threaded login process causing loss of TLS data

2008-07-18 Thread logicmason
Anyone...? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165277#4165277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165277 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [Security & JAAS/JBoss] - Multi-threaded login process causing loss of TLS data

2008-06-10 Thread logicmason
Hi All, I've been having an issue regarding JBoss spreading the login process over multiple threads (from what I can see), and as a result some thread local storage (TLS) data I save while the first thread is active, then causes me to not be authenticated when the second thread takes over (sinc

[jboss-user] [Security & JAAS/JBoss] - Re: Certificate Authentication question

2008-02-19 Thread logicmason
... by the way my JBoss version is 4.0.5GA. Is there some issue with using CRLs with this version of JBoss? I've read here and there that there could be, something about recompiling with java 5? Cheers, 'mason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Security & JAAS/JBoss] - Certificate Authentication question

2008-02-19 Thread logicmason
Hi All, Can anybody tell me whether or not updating a CRL (by that I mean the actual CRL content, not the URL of it in the CA certificate) requires a JBoss restart? I'm guessing no, since the whole point of it is to provide a completely independent mechanism for managing invalid certificates, a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to define a custom idle timeout action

2008-02-12 Thread logicmason
Hi guys, Yes jaikiran, I mean the one in web.xml (sorry, should have specified that). That's great Nishan, thanks for the advice - I figured there must some way of achieving it! 'mason. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128660#4128660 Reply to t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to define a custom idle timeout action

2008-02-11 Thread logicmason
Hi All, Is there a way to implement a custom idle timeout action? By this I mean, when the user's session times-out due to to idleness (as defined by "idle-timeout-minutes"), is there any way to intercept the event that is triggered in order to perform some custom action? Basically, based on h