[jBoss-User] SpyderMQ instalation - Error in JBoss

2000-11-28 Thread Javier Gallardo
Error: [JMX RMI Adaptor] java.lang.ClassCastException: java.rmi.MarshalledObject [JMX RMI Adaptor] at org.jnp.interfaces.NamingContext.getServer(NamingCont ext.java:98) [JMX RMI Adaptor] at org.jnp.interfaces.NamingContext.checkRef(NamingConte xt.java:617) [JMX RMI Adaptor] at

Re: [jBoss-User] Apache + Embedded Tomcat

2000-11-28 Thread Milan Madzia
Wes Mckean wrote: > > Has anyone had any luck getting Apache to work with embeded tomcat? > > Wes > Hi , These changes are working for me. I was in too much of a hurry. (is it hardcode). org.apache.tomcat.startup.EmbededTomcat.java 159,176d158 < ///add jserv12 < public void addApj12(

[jBoss-User] jboss.jcml gets over-written.

2000-11-28 Thread Jason Dillon
Hello, I just started playing with jBoss v2.0 today and found that sometimes jboss.jcml gets overwritten... and I was wondering why this happens. I was also curious what the differences between jboss.conf and jboss.jcml are. They seem to contain similar entries, only jboss.jcml seems to be more

RE: [jBoss-User] Which one to read? prelim manual or howtos

2000-11-28 Thread marc fleury
the manual was an effort started by Aaron Mulder, aaron what is the status on the manual effort? marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jerson Chua |Sent: Tuesday, November 28, 2000 9:49 PM |To: jBoss |Subject: [jBoss-User] Which one t

[jBoss-User] Which one to read? prelim manual or howtos

2000-11-28 Thread Jerson Chua
Hi... Cause the instructions presented are not the same. Which one should I read for deploying cmp bean in oracle? the howto (which I think the adding of datasource part is not updated) or the prelim manual (I don't know what chapter.) Please guide me. thanks... Jerson --

RE: [jBoss-User] Accesing DataSource thru resource-ref

2000-11-28 Thread Jerson Chua
I've fixed it. Ignore this message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jerson Chua Sent: Wednesday, November 29, 2000 11:20 AM To: jBoss Subject: [jBoss-User] Accesing DataSource thru resource-ref Hi everyone... I'm trying to access the Dat

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Tobias Frech |Sent: Tuesday, November 28, 2000 5:29 PM |To: jBoss |Subject: Re: [jBoss-User] jBoss Performance - Benchmark | | |Hi! |What do this times mean ? | |a) If I have 5000 clients permanently cal

Re: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread Tobias Frech
Hi! What do this times mean ? a) If I have 5000 clients permanently calling a read-only method on a optimized entity bean the 5001st client will probably have to wait around 1.26 ms for getting the result from the call (That would mean the container handles 1000/1.26 * 5000 = 3,968,254 calls/s, p

[jBoss-User] Accesing DataSource thru resource-ref

2000-11-28 Thread Jerson Chua
Hi everyone... I'm trying to access the DataSource using res-ref-name like DataSource ds = (DataSource) new InitialContext().lookup( "java:comp/env/jdbc/CatalystDS"); But I think I'm getting a different connect coz the table i'm trying to query is not available. Here's m

RE: [jBoss-User] JSP Error in JBoss/Tomcat installation

2000-11-28 Thread Kevin Lewis
Using the EmbeddedTomcatService, put standard jars required for compilation in your tomcat/lib directory (ejb.jar, etc). Make sure your application classes are in WEB-INF/classes for your war. > -Original Message- > From: Brian Ashburn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Novembe

Re: [jBoss-User] Problems accesing Entity bean from a session bean

2000-11-28 Thread Ole Husgaard
Hi, In jBoss, one bean cannot load classes from the jars of other beans. This makes it a little easier to create a secure environment. You need to do one of the following: - Add the CabinBean home and remote interfaces to the TravelAgentBean jar. or - Put both beans in the same jar. Best Rega

[jBoss-User] JSP Error in JBoss/Tomcat installation

2000-11-28 Thread Brian Ashburn
I am attempting to run some JSP's that access EJB's using the combination JBoss/Tomcat installation. This same application has run on a WebLogic Server. I feel that there is some kind of configuration issue that I am missing. This is my first time trying to configure JBoss, so please be kind :)

Re: [jBoss-User] Apache + Embedded Tomcat

2000-11-28 Thread Ken Jenks
At 01:57 PM 11/28/00 -0500, you wrote: >Has anyone had any luck getting Apache to work with embeded tomcat? If you do get it working, please post details to the list. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- T

[jBoss-User] Urgent: Authentication

2000-11-28 Thread Jerson Chua
Hi... I'm trying to migrate my existing application to JBoss from weblogic. Currently, I'm using RDBMSRealm of weblogic to authenticate the user. What I want to know is does JBoss has a built-in servlet/jsp container or I should use either tomcat or jetty? If I need to use jetty or tomcat, do they

[jBoss-User] Problems accesing Entity bean from a session bean

2000-11-28 Thread f35238c
Hi, I am new to JBoss and looking for some help . I have deployed an Entity Bean "CabinBean" and a session Bean "TravelAgentBean" . Auto Deploy seems to work properly and when I start the Jboss, messages show that the beans have been properly deployed. But, when I am trying to access Entity Bea

[jBoss-User] Container Exception, notify ...

2000-11-28 Thread Tobias Frech
Hi container developers! The most important part first, the server trace (client trace says nothing new): jBoss: [User] [15] getPersonalDetails(15,null) jBoss: [UserACL] [15acl] hasAccess(15,null) jBoss: [UserACL] [15acl] isOwner(15,null) jBoss: [UserPersonalDetails] create(15pd,15,null) jBoss:

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread Chris Todd
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Stefan Röper >Sent: Tuesday, November 28, 2000 12:15 PM >To: Jboss-User (E-Mail) >Subject: [jBoss-User] jBoss Performance - Benchmark >The HTML Page was very small, only 163 Bytes, no Images or further

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread marc fleury
Test Description Number of concurrent clients 1 10 50 100 200 500 1000 2000 5000 (all times in ms) Read-only call on an entity bean (optimized) 0.83038 1.3163 0.66576 0.6892 0.687 0.71442 0.78052 0.8346 1.25902 Read-only call on an entity bean (serialized) 8.65604 2.17434 2.5

[jBoss-User] Jboss Petstore tgz

2000-11-28 Thread Paul Schaap
Hi, For those having problems I have put the jBoss Petstore tgz up at If this upsets anyone I will happily take it down. I'm still trying to get it working under Final myself so if anybody else succeeds, HELP :-) REGARDS Paul -- --

Re: [jBoss-User] Has anyone else deployed the Jboss ear onJboss/Tomcat or Jboss/J etty final

2000-11-28 Thread Scot Bellamy
I've just struggled through this on my own ear file. The problem with mine was the context-root name was set as asa in the application.xml file. The deployer then passed it on to embedded Tomcat as asa instead of /asa. I then changed the context-root in application.xml to be /asa and all wo

AW: [jBoss-User] Auto-Deployer messages

2000-11-28 Thread Christian Seifert
In the log file it shows -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Scot Bellamy Gesendet: Tuesday, November 28, 2000 10:03 AM An: [EMAIL PROTECTED] Betreff: [jBoss-User] Auto-Deployer messages When the auto-deployer is deploying beans, I as

[jBoss-User] Minerva Data Pool Resource Rolling Back Transaction

2000-11-28 Thread Wes Mckean
I have a connection pool setup using the iNet driver. I can see that when the connection pool is started, a BEGIN TRANSACTION is issued on the connection in MS SQL Server. After every SQL statement executed (viewed using trace), I see the SQL statement IF @@TRANCOUNT > 1 ROLLBACK TRAN BEGIN TR

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread Scot Bellamy
Before posting more "official" numbers you my want to consider also running the benchmark tests with IBM's JDK1.3. Many users are reporting significant performance gains of Sun's JDK. Hopefully the same will be true for jBoss. Scot. >> Original Message << On

[jBoss-User] Inet TDS driver

2000-11-28 Thread Brian Ashburn
Is anyone out there using the Inet TDS driver for SQL Server? It looks as if the driver is not responding well to JBoss Entity beans. It is looking like either JBoss or the driver is opening a transaction and not closing it. So the driver tries to close all open transactions with the statement :

RE: [jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Nortje, Andrew
Scot Check out the use of the java.util.ResourceBundle. We use it, it works well and ensures you don't do the ugly hard coding thing. IMHO using java -Dxxx is also pretty ugly as well. > -Original Message- > From: Scot Bellamy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 28, 200

[jBoss-User] Has anyone else deployed the Jboss ear onJboss/Tomcat or Jboss/J etty final

2000-11-28 Thread Kemp Randy-W18971
Has anyone else deployed the Jboss ear on jboss/Tomcat or Jboss/jetty final? I have done the following steps: Downloaded Jboss/Tomcat final and started it up on windows 2000. Followed these directions in the readme file: This package includes - jboss 2.0 final from http://www.jboss.org - t

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread marc fleury
|We run at 1ms - 6ms (**with** network and DB) on average in our benchmarks. |With optimized stacks (from servlet to EJB) we run at 0.1-0.2ms ON AVERAGE |(done on linux, w2k, solaris). Please show us what you measure exactly I |don't know what is taking 199.9 ms :))) Ok I know what is going on.

RE: [jBoss-User] client demarcated UserTransaction:

2000-11-28 Thread marc fleury
java:comp/UserTransaction is for beans only in our case if you need the client demarcation you can use a front session bean to do that, it will work on the server. marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Martin Danger |Sent: Tuesday, No

RE: [jBoss-User] jboss performance comparison with WebLogic

2000-11-28 Thread marc fleury
|I also wish to stress that this is only important if you have |application or applet clients. For web server clients, the number of |connections is restricted by the web servers thread pool size, and |irrelevant in the in-VM case (since no wire protocol at all is used |then). absolutely, the net

[jBoss-User] Apache + Embedded Tomcat

2000-11-28 Thread Wes Mckean
Has anyone had any luck getting Apache to work with embeded tomcat? Wes -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread marc fleury
EJB Test Results Configuration Hardware Compaq 7940 CPU AMD Athlon 800MHz RAM 256M OS Windows 2000 JDK Vendor/Version Sun 1.3 EJB Server jboss 2.0 final Servlet Engine tomcat 3.2b7 DB hypersonic Results Test Description Number of concurrent clients 1 10 50 100 Simple Entity Bean creation (opt

Re: [jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Scot Bellamy
I've done it this way before but I was looking for a solution that is more EJB server independent. This solution ties my servlet to jBoss. I want to be able to take my ear file and deploy it as is on another J2EE complient application server. One solution I found was to modify the run.sh s

RE: [jBoss-User] petstore example

2000-11-28 Thread marc fleury
who put jboss-petstore.tgz... can we remove it and just put a zip or jar version? marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of abhishek balaria |Sent: Tuesday, November 28, 2000 1:36 AM |To: jBoss |Subject: Re: [jBoss-User] petstore example |

RE: [jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Stefan Röper |Sent: Tuesday, November 28, 2000 9:15 AM |To: Jboss-User (E-Mail) |Subject: [jBoss-User] jBoss Performance - Benchmark | | |Hi folks, | |i have tested now also orionserver with my little ap

Re: [jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Adrian Köpe
And not to forget add these lines to your Servlet: Context ctx = null; try { Hashtable env = new Hashtable(1); env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); env.put(Context.PROVIDER_URL, "127.0.0.1:1099"); env.put(Context.URL

[jBoss-User] jBoss Performance - Benchmark

2000-11-28 Thread Stefan Röper
Hi folks, i have tested now also orionserver with my little app. The results are a little bit frustrating for the jBoss configs, can anybody please explain the big difference for EJB invocation ? Server Configuration: Pentium Pro 200MHz RAM 64 MB IDE Drive Red Hat Linux 7.0 Tomcat 3

Re: [jBoss-User] Programming Restrictions for Enterprise Beans

2000-11-28 Thread Rickard Öberg
Hi! [EMAIL PROTECTED] wrote: > In Chapter 1, page 9, of the Sun Enterprise Development Guide, they list some > Programming Restrictions for Enterprise Beans. It says to avoid conflicts with > the ocntainer services, enterprise beans are restricted from performing certain > operations. > > How d

Re: [jBoss-User] Servlets ...

2000-11-28 Thread Adrian Köpe
Tank you. Rickard Oberg wrote: > Hi! > > >Is true that each time when I get a reference from JNDI of one object I > >receive a new instance of it ?? The servlet binds an object into JNDI > >and other clients access it. Each of them get a new instance of it or a > >proxy to it > > Objects ar

RE: [jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Marko Strukelj
Title: RE: [jBoss-User] Problem with ear/war with embeded tomcat Put this     System.setProperty("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory");     System.setProperty("java.naming.provider.url", "localhost");     System.setProperty("java.n

Re: [jBoss-User] Servlets ...

2000-11-28 Thread Rickard Oberg
Hi! >Is true that each time when I get a reference from JNDI of one object I >receive a new instance of it ?? The servlet binds an object into JNDI >and other clients access it. Each of them get a new instance of it or a >proxy to it Objects are stored in their serialized form, so yes each

Re: [jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Scot Bellamy
I tried exporting the CLASSPATH, and tried modifying the run.sh script to add the jnp-client.jar to the classpath passed into the java command for starting jBoss. Neither made a difference. I have also placed the jnp-client.jar in the /library directory of my ear file. None of these made a

[jBoss-User] Servlets ...

2000-11-28 Thread Adrian Köpe
Hello there, Is true that each time when I get a reference from JNDI of one object I receive a new instance of it ?? The servlet binds an object into JNDI and other clients access it. Each of them get a new instance of it or a proxy to it Bye. -- -

[jBoss-User] Programming Restrictions for Enterprise Beans

2000-11-28 Thread Michael_Binette
In Chapter 1, page 9, of the Sun Enterprise Development Guide, they list some Programming Restrictions for Enterprise Beans. It says to avoid conflicts with the ocntainer services, enterprise beans are restricted from performing certain operations. How do you get around the following restrict

RE: [jBoss-User] JBoss rules!

2000-11-28 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard Öberg |Sent: Tuesday, November 28, 2000 1:26 AM |To: jBoss |Subject: Re: [jBoss-User] JBoss rules! | | |marc fleury wrote: |> what more do you http://www.earth-today.com/us.htm">need to |> know?

RE: [jBoss-User] errors trying out EBS

2000-11-28 Thread Jim Reesman
Thanks, that was it. Jim > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mahesh Bhat > Sent: Monday, November 27, 2000 11:02 PM > To: jBoss > Subject: Re: [jBoss-User] errors trying out EBS > > > See if the tools.jar file is in your classpath > > r

Re: [jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Adrian Köpe
Hi, Put your jnp-client.jar from jboss/client folder in your classpath when you start the jBoss ... it should solves your problems bye. Scot Bellamy wrote: > I get the same problem with an ear or a war file. Either one deploys > successfully. But when I attempt to talk to a bean through my JS

[jBoss-User] client demarcated UserTransaction:

2000-11-28 Thread Martin Danger
Hi, we have the following problem with jboss 2.0 final: We want to use client demarcated transactions, but the lookup of a UserTransaction by our client-java-application with lookup("java:comp/UserTransaction") gives a "javax.naming.NameNotFoundException: comp not bound". Now, how can the app

[jBoss-User] Problem with ear/war with embeded tomcat

2000-11-28 Thread Scot Bellamy
I get the same problem with an ear or a war file. Either one deploys successfully. But when I attempt to talk to a bean through my JSP, I get a javax.naming.NoInitialContextException (see stack trace below). What do I need to do to solve this? Thanks, Scot. [EmbeddedTomcat] javax.naming.No

[jBoss-User] Auto-Deployer messages

2000-11-28 Thread Scot Bellamy
When the auto-deployer is deploying beans, I assume that the [Container Factory] message "Deploying XYZ", is referring to the ejb-name of the bean. It would be helpful if it also displayed the JNDI name being bound to the bean. Scot. -- --

Re: [jBoss-User] zola jboss vs ejoss

2000-11-28 Thread Juha-P Lindfors
ejboss hierarchy is for jBoss 1.0 -- Juha On Tue, 28 Nov 2000, Sean Pau wrote: > hi I found out there is two src folder for zola, one is jboss and the other > ejoss. What is the difference? Thanks > > > _ > Do You Yahoo!? > Get your fre

RE: [jBoss-User] HELP: EJB resolve by servlet

2000-11-28 Thread MArandjelovic
Thanks for explainations, Daniel. With this I am starting to understand jboss-jetty and now can actually do real things! Maybe it will be usefull to add your instructions (manifest, client.jar) to Jboss/Jetty link at jboss.org, as current info there (see quoted) could be tricky for other uniniti

[jBoss-User] zola jboss vs ejoss

2000-11-28 Thread Sean Pau
hi I found out there is two src folder for zola, one is jboss and the other ejoss. What is the difference? Thanks _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- -

[jBoss-User] Error on starting with spyderMQ

2000-11-28 Thread Javier Gallardo
Error: [JMX RMI Adaptor] java.lang.ClassCastException: java.rmi.MarshalledObject [JMX RMI Adaptor] at org.jnp.interfaces.NamingContext.getServer(NamingCont ext.java:98) [JMX RMI Adaptor] at org.jnp.interfaces.NamingContext.checkRef(NamingConte xt.java:617) [JMX RMI Adaptor] at

RE: [jBoss-User] Jetty vs Tomcat - Benchmark

2000-11-28 Thread Stefan Röper
Greg, yes we used HTTP/1.1 in our tests, which is the default. Neverless, the tool allows to change it to HTTP/1.0 if you like. The Web Application Stresstool is Version 1.1.293.1 you can find it, and further information about it, at http://webtool.rte.microsoft.com I will retest Je

RE: [jBoss-User] jBoss Final 2.0 & MS SQL & WebLogic JDBC driver

2000-11-28 Thread Pascal Davoust
Hi Jöns, Yup, you're right about the URL : mssqlserver4 is the right string to use ! Sorry about that (I should have cut & pasted it instead of copying it... ;o) Happy it helped you through... Yes, you're right, do make some test before using a JDBC driver, or you'll may run into troubles at the

[jBoss-User] jboss on exisitng Apache+Tomcat

2000-11-28 Thread Sudheshna Methuku
Hi All, We have an application running on Apache+Tomcat. We want to use javax.jts api to maintain Transactions in our application. We want to use jboss to support Transaction api. Could you pl. give us some clues how to go about dealing this. Thanks, Sudheshna.M. -- --

RE: [jBoss-User] jBoss Final 2.0 & MS SQL & WebLogic JDBC driver

2000-11-28 Thread jons . weimarck
Thanx, I now got the SQLServer up and running together with Jboss and and the driver from Weblogic (Can't get the driver from Atinav to work though...It seems like you have to make the right choice with those drivers...). A small comment though: jdbc:weblogic:mssqldriver4:j2eedb@mymachin

RE: [jBoss-User] Some

2000-11-28 Thread Bordet, Simone
Hey, no problem, forget about these messages. They simply detect bugs in the JMX reference implementation from Sun. There is no impact on jBoss functionality. Simon > My server.log shows the following errors when I'm running > Jboss/Tomcat with > run_with_tomcat. Somebody who has any clues? >

Re: [jBoss-User] Using an object database with jBoss

2000-11-28 Thread Rickard Öberg
Hi! Catherine Jung wrote: > Hi, my company uses an object database called Objectivity as an object > store for our product, and I'm trying to figure out how to get that > working with jBoss. > > We're not planning to use entity beans (long story, but the decision has > been made) only stateless

[jBoss-User] CMP customised finder problem (FROM keyword notfound where expected)

2000-11-28 Thread Shahar Solomianik
I get this message when invoking a customised find method I am using BETA PROD 4. Any ideas ? Shahar. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] Using an object database with jBoss

2000-11-28 Thread Catherine Jung
Hi, my company uses an object database called Objectivity as an object store for our product, and I'm trying to figure out how to get that working with jBoss. We're not planning to use entity beans (long story, but the decision has been made) only stateless and stateful beans, accessing the DB th

[jBoss-User] Some

2000-11-28 Thread jons . weimarck
My server.log shows the following errors when I'm running Jboss/Tomcat with run_with_tomcat. Somebody who has any clues? ... [Configuration] Detected JMX Bug: Server reports attribute 'JDBCUser' is not writeable for MBean 'DefaultDomain:name=InstantDB,service=XADataSource' [Configuration] Detecte

Re: [jBoss-User] JBoss rules!

2000-11-28 Thread Ryan Marsh
I knew it! jBoss's superiority is due to alien technology!!! -- Regards, -ryan The three great virtues of programming are laziness, impatience, and hubris, but bigotry makes the open-source world go round. > marc fleury wrote: > > what more do you http://www.earth-today.com/us.htm">need to >

[jBoss-User] basic question: JNDI vs singletons

2000-11-28 Thread Roger Spreen
Here's a naive architecture/design question about using JNDI, I hope it's not too dumb: I have a singleton class (i.e. it only provides static methods) that I initialize during JBoss startup (using JMX), so that all my EJBeans running in the same VM can use it. This works fine (for now). Quest

RE: [jBoss-User] JBoss+Oracle+BLOB

2000-11-28 Thread Shahar Solomianik
Hi Darius. try to use : rs.getBlob().getBinaryStream() for select and ps.setBinaryStream() for insert/update. Oracle documentation state that you must use oci version 8.1.6 connecting to a 8.1.6 database in order for that to work. (Otherwise, you will have to cast ps.getBlob() to oracle.sql.BLO

Re: [jBoss-User] petstore example

2000-11-28 Thread abhishek balaria
Sill doesn't work.. after applying dos2unix I get src/jboss/OrderDAOPostgreSQL.java tar: Skipping to next header gzip: stdin: invalid compressed data--format violated tar: Child returned status 1 tar: Error exit delayed from previous errors Thanks Abhishek Fabrizio Sciarra wrote: > > abhishe

RE: [jBoss-User] jboss performance comparison with WebLogic

2000-11-28 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard Öberg |Sent: Tuesday, November 28, 2000 12:59 AM |To: jBoss |Subject: Re: [jBoss-User] jboss performance comparison with WebLogic | | |Hi! | |vimal kansal wrote: |> I would be interested in knowi

Re: [jBoss-User] JBoss rules!

2000-11-28 Thread Rickard Öberg
marc fleury wrote: > what more do you http://www.earth-today.com/us.htm">need to > know? Ah man, geeez, give the bad guys some credit here. If I was an evil alien I would: a) not have any bases at all on the blue marble (lots of nice little moons about in this system to use). b) in any case not u

RE: [jBoss-User] JBoss rules!

2000-11-28 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Juha-P Lindfors |Sent: Tuesday, November 28, 2000 12:07 AM |To: jBoss |Subject: Re: [jBoss-User] JBoss rules! | | | |Damn, they've found my vacation spot on the moon... | |"If a Homo Sapiens would ever c

RE: [jBoss-User] Jetty vs Tomcat - Benchmark

2000-11-28 Thread Greg Wilkins
> -Original Message- > From: Stefan Röper [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 28 November 2000 3:19 > To: 'jBoss' > Subject: RE: [jBoss-User] Jetty vs Tomcat - Benchmark > > Ok, i tested Jetty and Tomcat in the same environment. Here > are my results. > > ... Stefan, Do you kn

Re: [jBoss-User] jboss performance comparison with WebLogic

2000-11-28 Thread Rickard Öberg
Hey marc fleury wrote: > We are not interested in a vs benchmark :) > > however I will say this. We use the RMI native implementation for the > invocations so it is t3 vs RMI. > > Rickard do you have input there? Well, one of the features with T3 is that if a client does concurrent calls to t

Re: [jBoss-User] jBoss clients on 1.1 VMs?

2000-11-28 Thread Rickard Öberg
Hey "B. Flaumenhaft" wrote: > Unfortunately, I'm stuck in a situation where my client needs to > connect from a 1.1 VM . For those of you who are curious, I'm writing > a Palm HotSync conduit in Java that needs to talk to an EJB server. > Palm conduits in Java support only the 1.1.3 JRE, which is

Re: [jBoss-User] jboss performance comparison with WebLogic

2000-11-28 Thread Rickard Öberg
Hi! vimal kansal wrote: > I would be interested in knowing where does jboss > stands in comparison to WebLogic's "t3 protocol" We use the standard JRMP protocol that comes with the JDK, so any comparison between T3 and JRMP applies here. Note however that if you use Tomcat/Jetty servlets/JSP's

[jBoss-User] Any info/docs with tomcat & jboss

2000-11-28 Thread Mahesh Bhat
>Hi > >Does any one have instructions on integrating jboss with the tomcat server >on windows nt ? I could not get the integrated version up and running gave >me some invalid method signature errors - so i downloaded them seperately in >two packages jboss_2.0 final from jboss.org and tomcat 3.2

Re: [jBoss-User] JBoss rules!

2000-11-28 Thread Juha-P Lindfors
Damn, they've found my vacation spot on the moon... "If a Homo Sapiens would ever come into this place, he would never leave it alive." -- Juha On Mon, 27 Nov 2000, marc fleury wrote: > what more do you http://www.earth-today.com/us.htm">need to > know? > > _