[jBoss-User] JMX MBeans and classloaders

2000-11-15 Thread Tom Cook
Hey all, I've written an mbean (two in fact) which my beans need to look up. When they go to do so, however, there is a ClassCastException thrown at java.rmi.PortableRemoteObject.narrow(). This smells to me like a classloader issue; the classes are being loaded by different classloaders and so

[jBoss-User] JMX MBeans and classloaders

2000-11-15 Thread Tom Cook
Tom Cook writes: Hey all, I've written an mbean (two in fact) which my beans need to look up. When they go to do so, however, there is a ClassCastException thrown at java.rmi.PortableRemoteObject.narrow(). This smells to me like a classloader issue; the classes are being loaded by

Re: [jBoss-User] JMX MBeans and classloaders

2000-11-15 Thread Rickard Öberg
Hey Tom Cook wrote: I've written an mbean (two in fact) which my beans need to look up. When they go to do so, however, there is a ClassCastException thrown at java.rmi.PortableRemoteObject.narrow(). This smells to me like a classloader issue; the classes are being loaded by different

Re: [jBoss-User] JMX MBeans and classloaders

2000-11-15 Thread Rickard Öberg
Hey Tom Cook wrote: I've written an mbean (two in fact) which my beans need to look up. When they go to do so, however, there is a ClassCastException thrown at java.rmi.PortableRemoteObject.narrow(). This smells to me like a classloader issue; the classes are being loaded by

[jBoss-User] deployment error

2000-11-15 Thread Ingo Bruell
Hi, I have now with the current CVS a deployment error, because some classes are not found. This classes I have put into a separte jar file. This jar file I have put in the lib/ext directory from jboss and it is loaded. In earlier releases that worked. In this archive i have some helper classes

AW: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Holger Baxmann
i'll take the other 2 :-) bax -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von John D. McDonald Gesendet: Mittwoch, 15. November 2000 02:55 An: jboss list Betreff: [jBoss-User] JBOSS T-SHIRTS: Who wants one? Mark, Can you send me the

[jBoss-User] NoInitialContextException

2000-11-15 Thread Linda Berry
Can someone please help me. I am now using jboss-2.0-FINAL with embedded tomcat-3.2-b7 and jdk1.3 on windows NT 4. (installed from the jboss_tomcat.zip) I have auto deployed my app.ear file from the jboss deploy directory. I have a servlet that is using ejb's. I get the following exception:

AW: [jBoss-User] NoInitialContextException

2000-11-15 Thread Gebers, Andre
put this in your servlet code: System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingC ontextFactory"); System.setProperty("java.naming.provider.url","localhost:1099"); InitialContext ctx = new InitialContext(); Object objref = initial.lookup("ejb/User"); hope it helps

Re: [jBoss-User] Can bean invoke its own methods ?

2000-11-15 Thread Robert Krueger
At 12:35 15.11.00 , you wrote: Hi! Rickard Öberg skrev: Hi! Shahar Solomianik wrote: Can a bean method invoke another (same bean) method ? not through remote interface ? if so, how are transaction handled ? If you invoke directly, then they are under the tx/security of the

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Roberto Leong
do you take orders from portugal? Roberto -Original Message- From: Benjamin Kunz [mailto:[EMAIL PROTECTED]] Sent: Quarta-feira, 15 de Novembro de 2000 11:34 To: 'jBoss' Subject: AW: [jBoss-User] JBOSS T-SHIRTS: Who wants one? won't be worth it. So with that in mind, will

[jBoss-User] can't get tomcat-test.ear to work.

2000-11-15 Thread Alexander ten Bruggencate
Hi, tomcat-test.ear deploys as it should with tomcat-2.0-final and tomcat 3.2b7 on my machine (linux, x86, sun jdk1.3) but i can't figure out how to run it. first i tried pointing my browser to hostname:8083 like jboss suggests in the screendump like: [Webserver] Codebase set to

Re: [jBoss-User] Multiple DB for BMPs ...

2000-11-15 Thread Rickard Oberg
Hi! Yap, Robert got the idea ("... generic table access beans, picking up the database at runtime ...") and I've understood that is currently not possible. It will be nice to have such features in the future releases of the JBoss, I think (since there are a lot of users/developer which already

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Lars Hoss
and what about germany? yours, lars Am Mittwoch 15 November 2000 12:05 schrieben Sie: do you take orders from portugal? Roberto -Original Message- From: Benjamin Kunz [mailto:[EMAIL PROTECTED]] Sent: Quarta-feira, 15 de Novembro de 2000 11:34 To: 'jBoss' Subject: AW:

[jBoss-User] Autoboot Jboss on Solaris

2000-11-15 Thread Tim Yates
Hello, here is my script to get jBoss and Tomcat to autoboot (on Solaris 8, but earlier versions should work too -- and maybe other Unix flavours) -- I hope it is accurate and helpful to at least someone...(and not redundant) (you'll have to excuse my lack of confidence, this is my first post to

Re: [jBoss-User] Multiple DB for BMPs ...

2000-11-15 Thread Robert Krueger
At 13:48 15.11.00 , you wrote: Hi! Yap, Robert got the idea ("... generic table access beans, picking up the database at runtime ...") and I've understood that is currently not possible. It will be nice to have such features in the future releases of the JBoss, I think (since there are a lot

[jBoss-User] Missing file nice idea

2000-11-15 Thread Thomas Nagel
Hi, just tried to download the tomcat/jboss tar.gz bundle: "The requested URL /jboss_tomcat.tar.gz was not found on this server." By the way: nice idea with the T-shirts, what about a tomcat/jboss online Shop :-) -- Thomas Nagel Web: http://www.tomspage.de/ Mail:

[jBoss-User] jBoss-FINAL.tar.gz

2000-11-15 Thread Lars Hoss
hi folks! please, let the tar.gz create a directory named jboss or jboss-final if you want to but do not extract the contents of the tar.gz directly to the current directory. every tar.gz on unix is creating its own directory and extracting the contents into that directory. yours, lars --

Re: [jBoss-User] deployment error

2000-11-15 Thread Ingo Bruell
Hi, does someone know this problem ? I have now with the current CVS a deployment error, because some classes are not found. This classes I have put into a separte jar file. This jar file I have put in the lib/ext directory from jboss and it is loaded. In earlier releases that worked. In

Re: [jBoss-User] Multiple DB for BMPs ...

2000-11-15 Thread Adrian Köpe
Hi, Are you really really saying that for each bean, say FooBean, that you deploy you are going to have content to it coming from several datasources??? Yes (some of them could use the same DS, but generally could be different) Well, first I want to find out what you really are trying to

Re: [jBoss-User] deployment error

2000-11-15 Thread Ingo Bruell
Sorry, after I have cleared the jboss/tmp directory, jboss deploys right. I thought this problem was fixed :-(( does someone know this problem ? I have now with the current CVS a deployment error, because some classes are not found. This classes I have put into a separte jar file. This

[jBoss-User] I think that's it.

2000-11-15 Thread Rickard Öberg
Hi! Adrian Köpe wrote: So, for example, you're saying that you can have a FooBean that can get data from both an Oracle database and a Sybase database *at the same time*!??? Yes if there are 2 instances of the same bean where each of them point to a DS chosen at the runtime (and these

Re: [jBoss-User] I think that's it.

2000-11-15 Thread Adrian Köpe
Hi, I did so in between ... I think this subject could be closed now since I've got the big picture ... Bye. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] mixed CMP/BMP transaction

2000-11-15 Thread Shahar Solomianik
Hi all. Before you go on prinitng jBoss T-Shirts... My mixed CMP/BMP transaction still doesnt work. For those of you who were busy with the textile industry lately, I will repeat the problem description... a stateless session bean method invokes several finder methods on several CMP entity beans

[jBoss-User] 404 error

2000-11-15 Thread Thad Humphries
I get a 404 error when I try to download the integrated jBoss-Tomcat archive, jboss-tomcat.tar.gz. Being a Linux guy, I just grabbed the ZIP file instead but I thought y'all might like to know. -- Thad Humphries

Re: [jBoss-User] jBoss-FINAL.tar.gz

2000-11-15 Thread Tim White
Lars Hoss wrote: please, let the tar.gz create a directory named jboss or jboss-final if you want to but do not extract the contents of the tar.gz directly to the current directory. every tar.gz on unix is creating its own directory and extracting the contents into that directory. Agreed, I

Re: [jBoss-User] Minerva JDBCPoolDataSource

2000-11-15 Thread Bill Pfeiffer
Aaron, I believe I see what the problem is. I am using the jdbc-odbc bridge to talk to MS SQL Server. This works fine except for one LITTLE quirk on columns with a text datatype. When a getString is performed on result set of these columns, an innocuous exception is thrown (no message, null

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread John D. McDonald
John, I will take overseas orders, however, I have to find out how much the postage is and charge accordingly. I'll do a little research today as to how mcuh it will cost to ship the t-shirts to such places as Germany, Portugal, and the Asian Pacific. -john -Original Message- From:

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Wes Mckean
Two for me. Perhaps someone in the know could broadcast instructions when the web site is ready to take orders?? Wes -Original Message- From: Matt Bauer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 10:15 AM To: jBoss Subject: Re: [jBoss-User] JBOSS T-SHIRTS: Who wants

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Bill Pfeiffer
Count me in for a couple shirts! - Original Message - From: "John D. McDonald" [EMAIL PROTECTED] To: "jboss list" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 8:55 PM Subject: [jBoss-User] JBOSS T-SHIRTS: Who wants one? Mark, Can you send me the logo that you had(for J1) on the

[jBoss-User] jboss-petstore.tgz corrupt

2000-11-15 Thread Matt Bauer
I just tried to download the jboss-petstore.tgz file and could not open it. I tried with different browsers and wget, all failed. I think the file is corrupt. The url I tried was http://www.jboss.org/manual/jboss-petstore.tgz. Though you should know, Matt --

[jBoss-User] Hypersonic and other installation probelms

2000-11-15 Thread Tim Yates
Hi there, I hope you can help me.. I have managed to get jBoss to boot with Tomcat, but I get this error in the logs when I try to run it... [Naming] Starting [Naming] Started [Hypersonic] Starting [Hypersonic] Server.run/init: java.sql.SQLException: File input/output error:

RE: [jBoss-User] Multiple DB for BMPs ...

2000-11-15 Thread marc fleury
|So, for example, you're saying that you can have a FooBean that |can get data |from both an Oracle database and a Sybase database *at the same time*!??? I believe you are saying that "one bean one db" is the right way to design this... but several databases in one application scope is *common*

RE: [jBoss-User] mixed CMP/BMP transaction

2000-11-15 Thread marc fleury
seems funny... seems also Oracle specific? 1- can you try the BMP by himself. (does the Aaron code on BMP with Oracle work properly, I assume yes since that is part of jbosstest) 2- do you have one transaction for the whole operation ? cmp1, cmp2 and bmp1 are all part of the same transaction,

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread John McDonald
I'll be setting up a secure site this weekend. I'm making arrangements to take credit cards. I'll know more before the end of the day. I'll send an email to the list when I'm ready to go. However I still need to get the T-shirts printed up. That may take a while. -john -Original

[jBoss-User] problems moving to FINAL

2000-11-15 Thread Benjamin Kunz
hi, everything worked fine in BETA-PROD03 so i guess i missed something simple... i established a DS, but cant get it from the JNDI, and the JNDI browser says jboss cant find a security manager present and thus disables the RMI classloader. i set securefalse/secure in jboss.xml. i couldnt find

RE: [jBoss-User] Autoboot Jboss on Solaris

2000-11-15 Thread marc fleury
tim that is a neat little script to keep jBoss running in production I am sure people will find it useful, could you give it in a simple web page "Solaris autoboot how to". Nothing fancy just this mail in web format thanks marc |-Original Message- |From: [EMAIL PROTECTED]

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread marc fleury
Well I remember "slashdot" does t-shirts and the shipping is taken care of by a company. The ordering is done directly by the individual with that company as well. So the slashdot people are never involved. John, don't do it yourself, it is a pain in the butt and you will end up paying out of

Re: [jBoss-User] can't get tomcat-test.ear to work.

2000-11-15 Thread Sebastien Alborini
Alexander ten Bruggencate wrote: Hi, tomcat-test.ear deploys as it should with tomcat-2.0-final and tomcat 3.2b7 on my machine (linux, x86, sun jdk1.3) but i can't figure out how to run it. Hi, Tomcat serves files on port 8080. The deployment descriptor in tomcat-test.ear

RE: [jBoss-User] Hypersonic and other installation probelms

2000-11-15 Thread marc fleury
you are using an old version where we had problems with the zip removing empty directories (namely db/hypersonic)... You can create the directory by hand or get the latest version that is properly managed marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On

Re: [jBoss-User] Classpath in ear files

2000-11-15 Thread Daniel Schulze
Hi Folks, maybe I was not clear enough in the HowTo with this MANIFEST.MF Class-Path stuff... I try to deploy an ear file with JBoss. This ear has this structure : META-INF/MANIFEST.MF META-INF/application.xml rapids-ejb.jar- All EJBs rapids-web.war- war file conf/some_files

Re: [jBoss-User] Minerva JDBCPoolDataSource

2000-11-15 Thread Aaron Mulder
I see. Okay, I changed it so that it won't automatically close the connection. You can use the "invalidateOnError" setting to control whether connections should be kept in the pool or released after a SQLException, but it won't automatically close the connection in either case - it'll

[jBoss-User] JBoss loads apps from CLASSPATH??

2000-11-15 Thread John McDonald
I just loaded up the final version of jboss_tomcat an a wint nt box. I did not put any applications in the deploy directory, yet jboss went out and deployed a jar from my classpath anyhow. Has anyone else experienced this, and is it normal? I wouldn't think so. This "seems" seems to only affect

Re: [jBoss-User] jboss-petstore.tgz corrupt

2000-11-15 Thread Aaron Mulder
Hmm... Does CVS know that ".tgz" is binary? Aaron On Wed, 15 Nov 2000, Matt Bauer wrote: I just tried to download the jboss-petstore.tgz file and could not open it. I tried with different browsers and wget, all failed. I think the file is corrupt. The url I tried was

RE: [jBoss-User] Running Multiple jBoss Servers

2000-11-15 Thread Morrison, Scott
Rickard, I gave this a shot and did not have success. The first server "jboss1" started, is logging to ../log/server.log (not as intended) and autodeploying from ../deploy/jboss1 (as intended) The second server "jboss2" seems to have failed numerous parts of initialization.

Re: [jBoss-User] Hypersonic and other installation probelms

2000-11-15 Thread Tim Yates
Sorry, Ignore this, I downloaded the Hypersonic directory off of the jBoss website, and it all works now ;O) Sorry to bother you all ;O) Tim. PS: Apologies also for the gratuitous smileys... - Original Message - From: Tim Yates [EMAIL PROTECTED] To: jBoss [EMAIL PROTECTED] Sent:

RE: [jBoss-User] Hypersonic and other installation probelms

2000-11-15 Thread Wes Mckean
Known install bug. Simply create a hypersonic directory in the db directory. Wes -Original Message- From: Tim Yates [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 11:56 AM To: jBoss Subject: [jBoss-User] Hypersonic and other installation probelms Hi there, I hope you

Re: [jBoss-User] problems moving to FINAL

2000-11-15 Thread Aaron Mulder
Can you send the source code for the bean where you try to get the connection? Aaron On Wed, 15 Nov 2000, Benjamin Kunz wrote: hi, everything worked fine in BETA-PROD03 so i guess i missed something simple... i established a DS, but cant get it from the JNDI, and the JNDI browser

Re: [jBoss-User] Tomcat fixes

2000-11-15 Thread Sebastien Alborini
Rickard Öberg wrote: I will modify the Windoze scripts to not include Tomcat in classpath. If some *nix dude could do the same fix to the .sh script that would be great. Done. Sebastien When I do this it means we must add a CPE MBean to jboss.conf. I will do this too. regards,

RE: [jBoss-User] mixed CMP/BMP transaction

2000-11-15 Thread Shahar Solomianik
Hi Marc. It seems it is an Oracle (XA) specific problem. I tried using minerva and it worked. But now if I choose minerva I have another problem : how do I insert/update/select oracle CLOB ? Here is my problem lifecycle: 1) I have an entity bean with a CLOB column in the DB (it holds user's

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread John McDonald
My preferred method is to outsource the operation. However, I took a look at a few companies (cafepress.com) and it seems to me that they will only print an uploaded jpeg, but will not perform any custom work(including the printing that we need front of the shirt). I'll talk to slashdot and get

Re: [jBoss-User] Tomcat fixes

2000-11-15 Thread Tim White
Rickard Öberg wrote: I've been messing around with Tomcat a bit, and have fixed two things: * the naming service now reads jndi.properties into system properties. This means that servlets now can do "new InitialContext()" to use JNDI and does not have to have their own jndi.properties, or

Re: [jBoss-User] Hypersonic and other installation probelms

2000-11-15 Thread Tim White
Tim Yates wrote: Now, this seems to be a valid error, as I don't have a default.properties file in that directory (indeed, I don't have a hypersonic directory iside the db directory!). Am I missing something? Where can I get it from? You are experiencing the lingering .zip error. Just

[jBoss-User] website graphic

2000-11-15 Thread VASQUEZ_JASON
I really like the new site, but.the diagram on the main page looks like it could use a little help. (it's also pretty big at 47k). I threw together a possible alternative--take a look and see what you think - http://www.geocities.com/jpvasquez/jboss.jpg It could use some more texturing, but

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Krishna Kumar
On second thoughts i wonder how many folks in singapore want it if u hv some consolidation u can bulk mail it to one of us and save on the postage!! rgds krishna "When I was growing up, the question was: who's going to be in charge?" Adams said. "But we all know that's not the case -- we're

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread James Brannan
Any chance you can sell some of this stuff to people on the list? JamesB [EMAIL PROTECTED] 11/14/00 09:39PM Ok, the logo is our usual logo with "An Open Source J2EE(TM) Application Server" in the back In the front "jboss (logo) and under it "coding the future"" I will send you the large

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Luan O'Carroll
I'll take 2 -Original Message- From: John D. McDonald [mailto:[EMAIL PROTECTED]] Sent: mercoledì 15 novembre 2000 2:55 To: jboss list Subject: [jBoss-User] JBOSS T-SHIRTS: Who wants one? Mark, Can you send me the logo that you had(for J1) on the t-shirts? I'll get them printed

Re: [jBoss-User] JBoss loads apps from CLASSPATH??

2000-11-15 Thread Sebastien Alborini
John McDonald wrote: I just loaded up the final version of jboss_tomcat an a wint nt box. I did not put any applications in the deploy directory, yet jboss went out and deployed a jar from my classpath anyhow. Has anyone else experienced this, and is it normal? I wouldn't think so. This

RE: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread John McDonald
We're setting up the details now. Everyone will know shortly. -john -Original Message-From: Daniel G. Koulomzin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 15, 2000 9:55 AMTo: jBossSubject: Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?Hey! I'm in for 2!

[jBoss-User] Test client: Not using localhost, Object ref with noupcast?

2000-11-15 Thread Richard Katz
On http://www.ejboss.org/documentation/jboss_win32_5.html The example uses: Object ref = jndiContext.lookup("interest/Interest"); But on http://www.ejboss.org/documentation/jboss5.html The test client on this page shows: // Get a reference to the Interest Bean // This

[jBoss-User] Trouble with jBoss/Jetty integration

2000-11-15 Thread Michael G. Drew
Hi all, I'm having trouble getting the jBoss/Jetty integration to work. I get the following exception when jboss starts: [Jetty] Testing if Jetty is present. [Jetty] Configuration error jar:file:/usr/java/jBoss/bin/webapps/default|/ org.xml.sax.SAXException:

[jBoss-User] Jetty vs Tomcat

2000-11-15 Thread Michael G. Drew
I would like to design my web apps so that I can access them directy through a normal http url. ie: www.myserver.com/myapp NOT: www.myserver.com:8080/myapp. I know I can do this by getting tomcat and apache working together, but when I introduce jBoss in the mix, I haven't been able to get

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Tim White
John McDonald wrote: My preferred method is to outsource the operation. However, I took a look at a few companies (cafepress.com) and it seems to me that they will only print an uploaded jpeg, but will not perform any custom work(including the printing that we need front of the shirt).

RE: [jBoss-User] website graphic

2000-11-15 Thread marc fleury
Looking good, remove XO3, put "Jetty" and do put the DB stuff in the back. I really like the look though marc -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, November 15, 2000 11:41 AMTo:

Re: [jBoss-User] website graphic

2000-11-15 Thread Phil Surette
I greatly prefer your graphic to the existing one. [EMAIL PROTECTED] wrote: I really like the new site, but.the diagram on the main page looks like it could use a little help. (it's also pretty big at 47k). I threw together a possible alternative--take a look and see what you think -

Re: [jBoss-User] Exception on connection close

2000-11-15 Thread Aaron Mulder
Try closing the PS before the Connection - the PS is really a "child" of the Connection... Aaron On Wed, 15 Nov 2000, Jon Finanger wrote: Hi! Just to make you aware of this (i'dont really know if its a bug or a misunderstanding from me) i get an exception if i try to close a

RE: [jBoss-User] website graphic

2000-11-15 Thread Rob Castaneda
sexy!, looks cool - which tool did you use to create it? It would be nice (and professional) if all diagrams on the site/future white papers have the same look and feel -Rob -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL

RE: [jBoss-User] JBoss loads apps from CLASSPATH!!

2000-11-15 Thread John McDonald
No, the application that jboss deployed was NOT in the deploy directory. It was one of my own, in the classpath. Give it a try. -john -Original Message- From: Sebastien Alborini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 1:00 PM To: jBoss Subject: Re: [jBoss-User]

RE: [jBoss-User] Minerva Question

2000-11-15 Thread Aaron Mulder
But you should instead declare a resource reference in you ejb-jar.xml file, and then use *that* name. So for example, if your ejb-jar.xml declares a DB resource named "jdbc/Foo" you should be able to look it up as "java:comp/env/jdbc/Foo" in *either* server! That whole point of that is

RE: [jBoss-User] website graphic

2000-11-15 Thread VASQUEZ_JASON
I used the Blender (http://www.blender.nl). It's free, (though not totally open source) and is very powerful once you learn to use it. The interface is not intuitive when you first start, but after going through some of the tutorials, it's not too hard to understand. You can become much more

Re: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread Peter Tillemans
"Michael G. Drew" wrote: I would like to design my web apps so that I can access them directy through a normal http url. ie: www.myserver.com/myapp NOT: www.myserver.com:8080/myapp. I know I can do this by getting tomcat and apache working together, but when I introduce jBoss in the

Re: AW: [jBoss-User] problems moving to FINAL

2000-11-15 Thread Aaron Mulder
You are looking a bean up using the JNDI name "Foo" (or the equivalent). This is incorrect. As I just said in another message, if your ejb-jar.xml declares the resource with name "Foo", then you should look it up using "java:comp/env/Foo", and you'll need to create a jboss.xml files for

[jBoss-User] Documentation - is it downloadable?

2000-11-15 Thread Luke Taylor
Hi, documentation is listed in the downloads section, but only seems to be browsable online... Would be nice to have a downloadable bundle containing all the docs if poss. cheers, Luke. -- Luke Taylor. PGP Key ID: 0x57E9523C --

Re: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread Bill Pfeiffer
If your plan is to just use your servlet container to serve up http, why not use tomcat without apache. The benefit of running apache is that it serves static pages fast (I'm sure there are others). If everything is going to come out of the servlet container, however, just set tomcat to

RE: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread marc fleury
Michael, Please post your numbers when you have them, this is very very very very interesting. marc PS: The servlet container war has begun let the games begin -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael G.

RE: [jBoss-User] Performance Drops when separately deployingSessionBeans

2000-11-15 Thread marc fleury
yes the classloader is jar based and so the classloaders are not the same and so the calls are serialized, i.e. normal invocation of RMI. The throughput is with network invocations in your case (although 10ms is high, we have it running in 1ms *with network* on win2k) However what you are

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Richard Katz
Hi John, Count us in for 8!!! Rich Katz HearMe.com John D. McDonald wrote: Mark, Can you send me the logo that you had(for J1) on the t-shirts? I’ll get them printed up and take care of logistics. First of all, let me get a count of how many people are _really_ interested before I lay out

Re: [jBoss-User] JMX MBeans and classloaders

2000-11-15 Thread Tom Cook
Rickard Öberg writes: Hey Tom Cook wrote: I've written an mbean (two in fact) which my beans need to look up. When they go to do so, however, there is a ClassCastException thrown at java.rmi.PortableRemoteObject.narrow(). This smells to me like a classloader issue; the

RE: [jBoss-User] website graphic

2000-11-15 Thread marc fleury
alright then, jaz it up and it is a go. marc -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, November 15, 2000 3:03 PMTo: jBossSubject: RE: [jBoss-User] website graphicI used the Blender

Re: [jBoss-User] JBOSS T-SHIRTS: Who wants one?

2000-11-15 Thread Hugo José Pinto
I'm in for two more from Portugal. (Roberto, -oi, como vai isso?-, se quiseres mandar vir diz-me qq coisa ou liga para o 966466860 - sorry, that is portuguese for "Roberto, if you want to join orders etc..."). Cheers Hugo José Pinto - Original Message - From: "Roberto

[jBoss-User] Performance Drops when separately deploying SessionBeans

2000-11-15 Thread Tom Cook
Morrison, Scott writes: [snip] QUESTION: Is there any explaination for this? Yes. Tom -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

RE: [jBoss-User] Documentation - is it downloadable?

2000-11-15 Thread marc fleury
it is available from CVS module newsite marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Luke Taylor |Sent: Wednesday, November 15, 2000 3:11 PM |To: jBoss |Subject: [jBoss-User] Documentation - is it downloadable? | | |Hi, | |documentation is

Re: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread caskey-lists-jboss
On Nov 15, Bill Pfeiffer quoth: If your plan is to just use your servlet container to serve up http, why not use tomcat without apache. The benefit of running apache is that it serves static pages fast (I'm sure there are others). If everything is going to come out of the servlet

RE: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread marc fleury
If it is a matter of putting apache in front of jetty I am sure it has been done to serve static pages... or has it? guys? (cross post) marc -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleurySent: Wednesday, November 15,

[jBoss-User] Slow mail system on working-dogs?

2000-11-15 Thread marc fleury
Is it me or is the mail system ***really*** slow today marc Marc Fleury, PhD CTO, Telkel Inc. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?:

[jBoss-User]

2000-11-15 Thread Julian Gosnell
Tim, I've sorted this out - you were right, I'd copied the build file from the Tomcat dir , and was working with a freshly built Jetty from CVS. I hadn't remembered that the other jars at the end of the classpath needed updating. This is now done and checked in. Let me know if you have any

Re: [jBoss-User] Trouble with jBoss/Jetty integration

2000-11-15 Thread Julian Gosnell
Guys, Jetty is looking for it's default XML parser. My JBoss integration tells Jetty to use the XML parser distributed with JBoss, to cut down on classes. This is done in the run.sh script by a -Dorg.xml.sax.parser=com.sun.xml.parser.Parser. I expect your run script is out of date. The one

Re: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread Julian Gosnell
Guys, Guys, Jetty is already integrated with JBoss - look at contrib/jetty in CVS Any questions - I'll be pleased to answer them. As for pros/cons - Do you want just a Servlet Container, or the whole lot ? As for the port number - tell Jetty to use whatever port[s] you want in it's xml

Re: [jBoss-User] Slow mail system on working-dogs?

2000-11-15 Thread VASQUEZ_JASON
heh...I thought it was my mail system :) marc fleury [EMAIL PROTECTED] 11/15/00 07:58 PM Please respond to jBoss To:jBoss [EMAIL PROTECTED] cc: Subject:[jBoss-User] Slow mail system on working-dogs? Is it me or is the mail system ***really*** slow today

[jBoss-User] tomcat / jetty

2000-11-15 Thread Sebastien Alborini
Hi, I've cleaned up the integration between tomcat and jetty (in CVS). You now no longer need to set environment variables (TOMCAT_HOME, JETTY_HOME). All configuration is instead done in the jboss.conf file (you have to uncomment both the classpath extension service and the EmbeddedTomcat /

RE: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread marc fleury
Jules just to make sure we communicate... what we are talking about is "shipping" Jetty with jBoss so that folks don't have Anything to do! one download and voila presto! a J2EE server. These are *pre-configured* and ready to go, then we bench :) marc |-Original Message- |From:

RE: [jBoss-User] Jetty vs Tomcat

2000-11-15 Thread marc fleury
Ok one question that seems to be coming up is can you use Apache, jetty (JSP+servlet), jBoss. it is the first one we want to know about. I know you are working on a web page and mini-how-to all these questions are already popping up : marc |-Original Message- |From: [EMAIL

[jBoss-User] Install Query (Windows 2000)

2000-11-15 Thread MNA
Hi all, I am trying to run jboss on a Windows 2000 box and get this message. I have jdk1.3 installed and thought that was all that was needed. The offending line in the startup is: [Hypersonic] Starting [Hypersonic] Server.run/init: java.sql.SQLException: File input/output error:

Re: [jBoss-User] Tomcat fixes

2000-11-15 Thread Rickard Öberg
Hi! Tim White wrote: I've been messing around with Tomcat a bit, and have fixed two things: * the naming service now reads jndi.properties into system properties. This means that servlets now can do "new InitialContext()" to use JNDI and does not have to have their own jndi.properties,

Re: [jBoss-User] Install Query (Windows 2000)

2000-11-15 Thread Lars Hoss
hi! change to the directory c:\jboss\db and create the directory hypersonic. then everything should work. yours, lars Hi all, I am trying to run jboss on a Windows 2000 box and get this message. I have jdk1.3 installed and thought that was all that was needed. The offending line in the

[jBoss-Dev] Tomcat fixes

2000-11-15 Thread Rickard Öberg
Hey I've been messing around with Tomcat a bit, and have fixed two things: * the naming service now reads jndi.properties into system properties. This means that servlets now can do "new InitialContext()" to use JNDI and does not have to have their own jndi.properties, or access

[jBoss-Dev] Tomcat fixes (DONE)

2000-11-15 Thread Rickard Öberg
Hey FYI, all Tomcat fixes mentioned in previous post are now in CVS. /Rickard -- Rickard Öberg Email: [EMAIL PROTECTED] http://www.telkel.com http://www.jboss.org http://www.dreambean.com