[JBoss-user] JBoss 2.4.3 Benchmarks by CSIRO published for free

2002-03-05 Thread Hugo José Pinto
Guys, CSIRO is publishing a performance comparison report among application servers. They provide the JBoss test results for free at: http://www.cmis.csiro.au/adsat/jboss.htm Enjoy. HJP ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.so

[JBoss-user] JBoss-2.4.3,Tomcat 4.0,SSL

2002-01-22 Thread Andrea Malavasi
I follow the instructions present in www.jboss.org to configur Jboss with SSL but i have some problems. the version of Jboss and Tomcat are different. is possible to make this configuration? if yes, i need detailed information about the steps to follow to achieve this porpuse. Regards. __

Re: [JBoss-user] JBoss 2.4.3 with Tomcat 3.2.3

2001-11-27 Thread Juergen Fiedler
On Tue, Nov 27, 2001 at 04:41:14PM -0500, Juergen Fiedler wrote: > Hello, > > I am trying to get JBoss 2.4.3 running with a preexisting Tomcat 3.2.3. > I copied the tomcat-service.jar from my 2.4.1 installation (where it > works flawlessly). I think I followed all instructions to embed Tomcat > i

[JBoss-user] JBoss 2.4.3 with Tomcat 3.2.3

2001-11-27 Thread Juergen Fiedler
Hello, I am trying to get JBoss 2.4.3 running with a preexisting Tomcat 3.2.3. I copied the tomcat-service.jar from my 2.4.1 installation (where it works flawlessly). I think I followed all instructions to embed Tomcat in JBoss (are there any changes between 2.4.1 and 2.4.3?). When I start the se

[JBoss-user] JBoss 2.4.3 classloading problems

2001-11-21 Thread Jozsa Kristof
I'm using the bundled JBoss-2.4.3_Tomcat-4.0 package, and trying to use Castor from one of my session beans to turn an entity bean's data into an XML string (no JDO-thang, just plain marshalling to xml). I get a Castor exception about not finding my own beans' data, and after a few hours of web-s

[JBoss-user] Jboss 2.4.3: Classpath problem

2001-11-20 Thread Blei Marcela
I've installed jboss2.4.3 and it starts ok without any error or warning. I'm using log4j.jar classes (Category.class) in my bean code. When I deploy it, I get a NoClassDefFoundError: org/apache/log4j/Category log4j.jar is in the /lib/ext directory so up to what I know it isn't necessary to put it

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread Julian Gosnell
rompt and type "unzip". > > - Original Message - > From: "danch" <[EMAIL PROTECTED]> > To: "Richard Doust" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, October 23, 2001 10:28 AM > Subject: Re: [JBoss-user] JBoss 2.

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread nathan frund
Richard, The default install of Red Hat 6.2 includes "unzip". To see if it's installed on your system just type: rpm -q unzip If it's not there, rpm will be sure to let you know. I'm pretty sure though that it's already on your system. Also, make sure that when you run JBoss it's using JDK 1

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread Guy Rouillier
CTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 10:28 AM Subject: Re: [JBoss-user] JBoss 2.4.3 > You should be able to unzip the zip format binary using the java jar > command. > > Richard Doust wrote: > > > I wonder if anyone can help me out. > > I&

Re: [JBoss-user] JBoss 2.4.3

2001-10-23 Thread danch
You should be able to unzip the zip format binary using the java jar command. Richard Doust wrote: > I wonder if anyone can help me out. > I'd like to work with JBoss on a Linux i386 system. I've gone to the > JBoss.org site and found that the latest version of JBoss, 2.4.3, is > available in s

RE: [JBoss-user] JBoss 2.4.3

2001-10-22 Thread Bill Burke
> Subject: [JBoss-user] JBoss 2.4.3 > > > I wonder if anyone can help me out. > I'd like to work with JBoss on a Linux i386 system. I've gone to the > JBoss.org site and found that the latest version of JBoss, 2.4.3, is > available in source in a zip file format and a t

[JBoss-user] JBoss 2.4.3

2001-10-22 Thread Richard Doust
I wonder if anyone can help me out. I'd like to work with JBoss on a Linux i386 system. I've gone to the JBoss.org site and found that the latest version of JBoss, 2.4.3, is available in source in a zip file format and a tgz format. Binary seems to be only available in a zip format. First, can the

Re: [JBoss-user] JBoss-2.4.3 and NameAlreadyBoundException problem

2001-10-15 Thread Scott M Stark
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 15, 2001 10:46 AM Subject: [JBoss-user] JBoss-2.4.3 and NameAlreadyBoundException problem > Hi: > I am trying to deploy 2 simple EJBs with these xmls, and I am get > javax.naming.NameAlreadyBoundException exception on JBoss 2.

[JBoss-user] JBoss-2.4.3 and NameAlreadyBoundException problem

2001-10-15 Thread Keith Kee
Hi: I am trying to deploy 2 simple EJBs with these xmls, and I am get javax.naming.NameAlreadyBoundException exception on JBoss 2.4.1 and JBoss 2.4.3. I looked at the Changelog, and one of the changes was that subcontexts in the jndi tree will not be deleted and recreated. What do I have to chan