[JBoss-user] [Management, JMX/JBoss] - possible to tell JBoss when it's ok to accept client connect

2005-02-08 Thread khohl
My application contains a servlet with an init() method that can take quite a while (could be minutes) to complete. I want to prevent JBoss from being used by clients until it is complete. The rest of my application consists of a set of stateless session EJBs and I don't want clients to be abl

[JBoss-user] [Messaging, JMS & JBossMQ] - Does JBoss JMS scale sufficiently to allow many simultaneous

2005-01-14 Thread khohl
Does 3.2.x thread usage on Win2k scale when there are many clients connected? Our application uses Stateless Session EJBs and JMS. Each client upon login creates both JMS queue and topic connections, then creates a temporary JMS queue to receive messages sent to it by the application running i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JDK versions for JMS client and server

2004-09-24 Thread khohl
Thank you, changing to the UIL2 protocol seems to have resolved the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849495#3849495 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849495 --

[JBoss-user] [Messaging, JMS & JBossMQ] - JDK versions for JMS client and server

2004-09-23 Thread khohl
Is a JMS client running under JDK 1.4 on a W2K machine communicating with JBoss 3.2.3 running under JDK 1.3 on a W2K machine a supported configuration? I get exceptions when the client is connecting to the JMS server in this configuration (see below), but I don't get those exceptions when the c

[JBoss-user] [Management, JMX/JBoss] - Re: where to place my logging.Logger.pluginClass

2004-04-15 Thread khohl
Thanks for replying. I had given up on this functionality until you did. Following your directions does allow JBoss to find my plugin class. However, JBoss 3.2.3 doesn't start because some code assumes no replacement of the standard logger. See stack trace below generated during startup: Th

[JBoss-user] [Management, JMX/JBoss] - Re: where to place my logging.Logger.pluginClass

2004-04-06 Thread khohl
Thanks for replying. Unfortunately, I just tried both adding the class to the system classpath and adding it to run.jar and it still can't be found. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829464#3829464 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Management, JMX/JBoss] - where to place my logging.Logger.pluginClass

2004-04-05 Thread khohl
I'm attempting to replace the default logger by defining org.jboss.logging.Logger.pluginClass with the value of my class. However, no matter where I place my logging class, JBoss can't find it and resorts to using the NullLoggerPlugin (this is done in Logger.init). Where should I place my clas

[JBoss-user] [Security & JAAS/JBoss] - Re: how to configure to use custom AuthenticationManager and

2004-02-19 Thread khohl
Thanks again for the additional information. I'm still having troubles I can't find answers for in the documentation - 3) Back to my original question here - what should the implementation of getActiveSubject() do? Do I need to do something like maintain a Map of thread names to Subjects and

[JBoss-user] [Management, JMX/JBoss] - how to replace default logger in 3.2.3?

2004-02-09 Thread khohl
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820799#3820799 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820799 I'm a new user trying to figure out if it's possible to intercept all logging and tracing events gener