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
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
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
... 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
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
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
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