[JBoss-user] Thread priority

2004-11-17 Thread David Corbin
quot;on exit". (I am not worried about J2EE portablity). We desperately need to have different services responding with different priorities. Thanks David Corbin --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD

Re: [JBoss-user] Feature Request

2003-03-24 Thread David Corbin
) .jar/.rar/.sar/.ear file. I have no idea if any other editors let you do this. david jencks On 2003.03.23 17:48 David Corbin wrote: Please feel free to tell me I'm nuts, or that there is a better way to solve my problem. I'd like to have a directory that is "recognized by a cl

Re: [JBoss-user] Feature Request

2003-03-23 Thread David Corbin
pies it to the JBoss deploy directory. Not sure how this will work with the loader repositories.. you may have to do some classloader voodoo. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net David Corbin wrote: I'm not very educated on EJBs (in any form), but I tend to resis

Re: [JBoss-user] Feature Request

2003-03-23 Thread David Corbin
some sort). David Ryan Hoegg wrote: This may be a sledgehammer for your thumbtack, but you could redesign your configuration system to use JMX MBeans. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net David Corbin wrote: Please feel free to tell me I'm nuts, or that there is a bette

[JBoss-user] Feature Request

2003-03-23 Thread David Corbin
Please feel free to tell me I'm nuts, or that there is a better way to solve my problem. I'd like to have a directory that is "recognized by a class loader as if it were on the class path", that is intrinsicly associated with a .WAR (I can't speak to .EAR, though that might be good too). Here

Re: [JBoss-user] JBossIDE updates in eclipse

2003-03-22 Thread David Corbin
I build Eclipse in motif with eclipse-sourceBuild-srcFetchRC2.zip Can I add .eclipseproduct ? Thanks Haris Peco On Saturday 22 March 2003 12:13 pm, David Corbin wrote: If I understand what you're saying, your eclipse directory does not have a ".eclipseproduct" file in it. The time

Re: [JBoss-user] JBossIDE updates in eclipse

2003-03-22 Thread David Corbin
If I understand what you're saying, your eclipse directory does not have a ".eclipseproduct" file in it. The times I've seen this, it's because you did a "mv * " when installing eclipse, which means the .eclipseproduct file did not moved with it. snpe wrote: Hello, I try eclipse 2.1.0 on lin

[JBoss-user] Logging question

2003-03-20 Thread David Corbin
If I have multiple .WARs (often with common classes), is there anyway to either 1) detect which .WAR is logging and control logging based on that via log4j settings or 2) or include information about the .WAR in each log line. Thanks. David -

[JBoss-user] Memory leak

2003-03-03 Thread David Corbin
We're running JBOSS 3.0.3 (mostly, though some developers I think are using 3.0.4) at work, developing a "simple" web application. We frequently undeploy/deploy the application using ant to invoke commands like those below: http://${jmx.host}/jmx-console/HtmlAdaptor?action=invokeOpByName&name

Re: [JBoss-user] Feature idea

2003-02-28 Thread David Corbin
Guy Rouillier wrote: - Original Message - From: "David Corbin" <[EMAIL PROTECTED]> To: "JBoss User" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 8:02 AM Subject: [JBoss-user] Feature idea The one thing I'd like to see jboss provide. When I a

[JBoss-user] Feature idea

2003-02-28 Thread David Corbin
The one thing I'd like to see jboss provide. When I an application is redeployed, I'd like to see JBoss accept requests for the context of the application, and return a page that says "Please try again in a few moments". Even better would be some way to configure the response. The key point

Re: [JBoss-user] JBoss "other" HTTP authentication

2003-02-23 Thread David Corbin
nyway to change that behavior? David Jim Crossley wrote: You do have the users.properties and roles.properties files available in the classpath, right? David Corbin <[EMAIL PROTECTED]> writes: I've done my best double-checking, but I cannot figure out what's wrong. I'm try

Re: [JBoss-user] unit testing Ant tasks (Ooops. Sorry)

2003-02-23 Thread David Corbin
David Corbin wrote: Has anyone built a framework designed to help unit-test ant tasks? Thanks David --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code

[JBoss-user] unit testing Ant tasks

2003-02-23 Thread David Corbin
Has anyone built a framework designed to help unit-test ant tasks? Thanks David --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HT

[JBoss-user] JBoss "other" HTTP authentication

2003-02-23 Thread David Corbin
he realm as specified in my web.xml: BASIC Chimera and that is correctly being shown in my browser when I get prompted to login. What's the next step in debugging this problem? Thanks David Corbin P.S., for those of you who remembered my earlier connection, I've abandonded a custom

Re: [JBoss-user] JBoss as a Jetty wrapper + security

2003-02-19 Thread David Corbin
javax.naming.NameNotFoundException: jaas not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) at org.jnp.server.NamingServer.getBinding(NamingServer.java:503) etc. How can I correct this? (please be detailed) Thanks David David Corbin wrote: Umm. No. It appears that this

Re: [JBoss-user] JBoss as a Jetty wrapper + security

2003-02-19 Thread David Corbin
found the correct place/documenation for that. David I've looked at the stuff in ../server/default/..., and a Jeremy Boynes wrote: Do you have a security-domain defined in jboss-web.xml? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Da

[JBoss-user] JBoss as a Jetty wrapper + security

2003-02-18 Thread David Corbin
I've a very low-powered machine that I want to run as a servlet container. I know I could use Tomcat or Jetty by itself, but I use JBoss at work, and know some basic stuff about it, so I thought I'd used JBoss. I started with the minimal configuration, and added a very small bit from the defa