RE: [JBoss-user] performance on Solaris/SPARC

2004-01-05 Thread Clover, James
on Solaris/SPARC You mean Solaris on Sparc vs. Solaris on Intel? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Clover, James > Sent: Monday, January 05, 2004 6:57 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-use

RE: [JBoss-user] performance on Solaris/SPARC

2004-01-05 Thread Clover, James
Yeah, I've seen this too. But under load, I've seen the Solaris to be more stable. James -Original Message- From: Peter Ondruska [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 5:03 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] performance on Solaris/SPARC Intel Pentium

RE: [JBoss-user] multiple instances of jboss

2003-11-21 Thread Clover, James
ances of jboss On Thu, Nov 20, 2003 at 12:34:00PM -0800, Clover, James wrote: >Right. Applications that are strictly CPU-bound don't necessarily >require multiple VMs on the same machine. However, if your >application is bound on something else, such as database or file I/

RE: [JBoss-user] multiple instances of jboss

2003-11-20 Thread Clover, James
n the samehardware? Could someone please explain?On Tue, Nov 18, 2003 at 04:22:18AM +0800, [EMAIL PROTECTED] wrote:>    I'm much more peaceful now knowing that I'm not the only one... :)>>    Thanks James.>>    -Original Message->    From: Clover,

RE: [JBoss-user] AXIS web service throws NullPointerException whenREDEPLOYING on JBOSS 3.2.2

2003-11-17 Thread Clover, James
Make sure that you remove the jboss-net stuff completely. I've seen this exact problem when I have multiple axis jar files installed in JBoss at the same time. I'd install your axis stuff container-wide rather than in a given ear or war. James -Original Message- From: Pedro Salazar [m

RE: [JBoss-user] multiple instances of jboss

2003-11-17 Thread Clover, James
I've run load tests against three concurrent instances, and have had no problems. I've got plans to run up to eight on a single machine, so you're not crazy at all. Just make sure your port configuration stuff is setup properly. James -Original Message- From: [EMAIL PROTECTED] [mailto:

[JBoss-user] Jboss JMS not configurable via service binding?

2003-10-27 Thread Clover, James
Title: Jboss JMS not configurable via service binding? I've been messing with port configuration via the cool service binding stuff.  Everything works great, except for JMS.  I get this error message: 09:35:14,860 WARN  [ServiceConfigurator] Failed to apply service binding override javax.ma

[JBoss-user] Ear files not unarchiving correctly

2003-10-14 Thread Clover, James
I have an .ear file with a ejb-backed web service in it. Also in my .ear, I have a configuration directory (conf, in the root of my ear) with configuration files in it. The structure of the .ear is correct when I unarchive it using jar or a zip client. When I deploy this .ear to my deploy direct

RE: [JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Clover, James
Carsten, Last year, IEEE published an article called "Latency Performance of SOAP Implementations" that compared stuff like RMI vs Axis vs MS SOAP. You can find it at http://www.caip.rutgers.edu/TASSL/Papers/p2p-p2pws02-soap.pdf. In one of their tests, the latency on an RMI call was 2.3 ms, a

RE: [JBoss-user] JBoss Web Console

2003-08-15 Thread Clover, James
You're probably running an old JDK. Try installing the latest Java Plug-In from Sun (http://www.java.com/en/index.jsp). James -- James Clover Lead Engineer, Services Oriented Architecture james -dot- clover -at- disney -dot- com -Original Message- From: Sacha Labourey [

RE: [JBoss-user] Developing and debuging

2003-06-18 Thread Clover, James
Shouldn't this type of testing (i.e., it requires the app server to be running for the test) be 5-10% of your overall testing? You may want to investigate things like Junit and debugging under JUnit for 90% of your testing needs - you can get much faster turn around time for the vast majority of y