[JBoss-user] Re: How to make Jboss make maximum 3 instances of session bean ??

2002-03-28 Thread Achilleus Mantzios
> Hi there, > I've made a stateful session bean, now I wanna check if stateful session > bean really Passivates and Activates. > so I wanna restrict that Jboss can generate only 3(max) instances of > session beans. > > Which configuration file should I modify ? and how ? > > Thank you > tony Hi

Re: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Hunter Hillegas
Title: Re: [JBoss-user] better to run Tomcat and JBOSS seperately? The main advantage of having them integrated is SPEED. It is SO much faster that way as communication between the web tier and the EJB tier doesn’t have to go across the wire, it is all in-VM. From: Guy Rouillier <[EMAIL PROTEC

Re: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Guy Rouillier
One significant benefit of running Tomcat and JBoss separately is that you can easily relocate them to separate boxes if necessary or desired.  With that in mind, I architected our company's environment to run separately.  After our code was in production, our security guy approached me and

[JBoss-user] custom login module trouble

2002-03-28 Thread Todd Marshall
Hey all- I've created a custom login module. I use the ProxyLoginModule to load it. The ear starts up fine, and it looks like every thing loads properly. however, when I click on a secured resource, instead of getting a login window, I get the following exception: [ERROR,EmbeddedCatalinaSer

Re: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Press Release Question (OT)

2002-03-28 Thread Peter Fagerlund
Love goes as long way ... It is easy - as a child I was tough to endure under stress - as an independent I learned to tolerate stress under doubtful situations with Andersen Accountants value ground as base ... - hehe ... Danch is this to political for U ? ... 61.176.32.194 __

Re: [JBoss-user] CMP 2.0 vs BMP - Which performes better?

2002-03-28 Thread Hunter Hillegas
Title: Re: [JBoss-user] CMP 2.0  vs BMP -  Which performes better? IMHO, CMP2 is so good you don’t need BMP... Also, if you use CMP you benefit from all the caching and read-ahead stuff that Dain has put in JBossCMP. Hunter From: "Patrick Munis" <[EMAIL PROTECTED]> Date: Thu, 28 Mar 2002 17:35

[JBoss-user] How to make Jboss make maximum 3 instances of session bean ??

2002-03-28 Thread wolfgang
Hi there, I've made a stateful session bean, now I wanna check if stateful session bean really Passivates and Activates. so I wanna restrict that Jboss can generate only 3(max) instances of session beans. Which configuration file should I modify ? and how ? Thank you tony

[JBoss-user] CMP 2.0 vs BMP - Which performes better?

2002-03-28 Thread Patrick Munis
Title: FW: [JBoss-user] interesting article comparing JBoss and JOnAS I am in the process of building a database intensive app and wanted to know whether to use container manage persistence versus bean manage persistence  for this database intensive application. What are the pros and cons of

FW: [JBoss-user] interesting article comparing JBoss and JOnAS

2002-03-28 Thread Herve Tchepannou
Title: FW: [JBoss-user] interesting article comparing JBoss and JOnAS Its true that having Tomcat-JBoss embeded improve the performance, but all clients are not necessarely web-clients. Im develloping an app now where some clients will use Swing, which mean that I'll access my session bean fr

RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Pres s Release Question (OT)

2002-03-28 Thread John Moore
Title: RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Pres s Release Question (OT) shit.  Here I post to say I won't post in HTML, change to plain-text, and it goes out in HTML.I must be getting old. -Original Message- From: John Moore [mailto:[EMAIL PROTECTED]] Sent:

RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Press Release Question (OT)

2002-03-28 Thread John Moore
Title: RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Press Release Question (OT) First, sorry for posting in html it was purely accidental.  And yes, I should have sent mail to jboss.org; I made a big mistake and I learned my lesson.  I was trying to get a response from the thr

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread mdelamere
Hi Alain, IT WORKS :-) !! it works like a dream!!! All I had to do was change the application.xml to "host=virtual.host.com". Thank you so much. Also thanks to all others, especially James who kindly answered all my questions! I´ll write a small how-to so that others with the same problem will

RE: [JBoss-user] interesting article comparing JBoss and JOnAS

2002-03-28 Thread Lucas McGregor
I just read this article, with particular interest since I switched from Jonas to JBoss about 4 months ago. I switched because in my home-brew tests Jboss seemed to handle more traffic better than Jonas. Which brings me to my question. The main benefit of Jboss that attracted me was that I could r

[JBoss-user] interesting article comparing JBoss and JOnAS

2002-03-28 Thread Herve Tchepannou
Title: interesting article comparing JBoss and JOnAS Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL PROTECTED] Objexis Coorporation http://www.objexis.com 1635 Sh

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Coetmeur, Alain
as far as I understand this is Tomcat 3 embedded engine... the problem I encountered with tomcat4 (catalina) is that server.xml is not used with catalina embedded engine. tomcat4/catalina supports a more recent Servlet API/JSP specification level, is faster, but wit jboss one need my patch to s

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
It is pretty much your standard server.xml.  JBoss parses the file and takes what it needs.   -James   -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 9:32 AMTo: James Ward; [EMAIL PROTECTED]Subject: Re: [JBoss-user] JBOSS a

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread David Ward
My guess is that he means tomcat's server.xml file. -- Michael Delamere wrote: > I´ve got JBoss 2.4.4. I can´t imagine that the difference between those > two versions is so large. Does the tomcat.xml come with the > jboss-tomcat bundle? Can you give me a short insight as to what this > to

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
Sorry, I guess I forgot some stuff.  tomcat.xml is my Tomcat's server.xml   In jboss.conf :           I have my tomcat files in the /home/jakarta-tomcat/lib/ dir.   jboss.jcml       /home/jboss/conf/vhost1/tomcat.xml    This is the key piece since it tells jboss to use the tomcat.xml f

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
Hi James,   Thanks, I will try it along with Alain´s proposal.  One last question :-) : Does the tomcat.xml contain the "server/service/engine/context" tags as in the server.xml that you have in tomcat/conf?   bye Michael   - Original Message - From: James Ward To: Michael

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
I´ve got JBoss 2.4.4.  I can´t imagine that the difference between those two versions is so large.  Does the tomcat.xml come with the jboss-tomcat bundle?  Can you give me a short insight as to what this tomcat.xml is?   Thanks Michael   - Original Message - From: James Ward

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
JBoss 2.4.3 with Tomcat.   I am also working on do this with 3.0.   -James   -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 8:24 AMTo: James Ward; [EMAIL PROTECTED]Subject: Re: [JBoss-user] JBOSS and Virtual Hosts Hi J

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
Hi James,   Just one question to your setup.  Which version of tomcat and which version of jboss are you using?  I´m asking because I don´t know what "tomcat.xml" you´re referring to.  I don´t seem to have one.   Michael Here are my config file snippets: httpd.conf DocumentRoot /

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
Here are my config file snippets: httpd.conf DocumentRoot /home/www/vhost1 ServerName vhost1JkMount /* vhost1   workers.properties should be easy ( point vhost1 to the ajp13 port )   tomcat.xml in the jboss/conf/vhost1 dir (this one is also easy, just setup ajp13)   Make sure that jboss st

RE: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury - Press Release Questio n (OT)

2002-03-28 Thread Karl Koster
Peter and the rest of the list users: -- NO Flames, Please -- I have to agree with the posting referred to here. Like it or not it is perception that will get you in the door at a client. I work at a major energy trading concern (not Enron) in the U.S. and have been to JBoss training, albiet a

Re: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury -Press Release Questio n (OT)

2002-03-28 Thread Peter Fagerlund
on 28-03-2 06.11, danch at [EMAIL PROTECTED] wrote: >> U have the wrong address ! ... > If you're going to bitch about someone else's post being in html, at > least strain your fingers to type the word 'you.' That's three freaking > letters, Peter. I understand if english is not your first langua

Re: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
Hi Alain, thanks very much AGAIN!! You´re right, I didn´t get it working, however with the new input from you I´m fairly optimistic this time. You have answered a number questions that I have been asking mysqlf and trying to figure out. As with the "host=test.virtualhost.com.war", I thought

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Maris Orbidans
>If I understand your thread correctly, then you are saying that you >can only make use of JNDI if both servers (jboss+tomcat) are >running in he same vm. +++ You can use JNDI in embedded Catalina and in standalone as well, of course. But +standalone Catalina will not see what's bound in

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Alex Loubyansky
Performance: in-vm calls have greater performance over remote. JNDI: it's possible to use jndi for remote clients. But you can't, for example, make use of jboss connection pool for remote clients. Datasources are bound under the names beginning with "java:". Such names are restricted for re

RE: [JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-28 Thread Māris Orbidāns
That's right ! JBuilder starts Catalina with this option. thanx Maris > -Original Message- > From: Georg Schmid [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 11:44 AM > To: Māris Orbidāns; 'JBoss user list (E-mail)' > Subject: RE: [JBoss-user] JBoss and standalone Tomcat

Re: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Michael Delamere
Thanks for the answer,   I realise what the term "embedded" means.  I was hoping that someone could enlighten me on the performance and scalability issue gegarding the use of the "embedded tomcat".    If I understand your thread correctly, then you are saying that you can only make use of JND

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Alex Loubyansky
"Embedded" means they run in one vm. All calls are in-vm and you can access JNDI "java:"-names from web components.   alex   Hi All,   There´s just one more question that I have.   What are the advantages and disadvantages of running Tomcat "embeded" in JBOSS.  I´ve read in a nu

RE: [JBoss-user] How can I get a reference as "java:comp/env/foo" to EJB Home interface ???

2002-03-28 Thread Alex Loubyansky
Hello. You can't use names beginning with "java:/comp" and "java:" for remote clients. They are restricted for use by components in jboss vm. alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, March 28, 2002

[JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Michael Delamere
Hi All,   There´s just one more question that I have.   What are the advantages and disadvantages of running Tomcat "embeded" in JBOSS.  I´ve read in a number of threads that in terms of scalability it would be better to have them running seperately.  Is this true?   If that is the case, then

RE: [JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-28 Thread Georg Schmid
You can start Catalina with the -nonaming option. Georg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Māris Orbidāns Sent: Wednesday, March 27, 2002 10:35 To: JBoss user list (E-mail) Subject: RE: [JBoss-user] JBoss and standalone Tomcat 4.0.2 > >

[JBoss-user] How can I get a reference as "java:comp/env/foo" to EJB Home interface ???

2002-03-28 Thread wolfgang
Hi, I've tried the example (Stateless Session Bean) on www.jboss.org , and it worked successfully. But when the example get a reference to EJB Home interface, It uses following. --- InitialContext jndiContext = new InitialContext(); System.out.println("Got context"); // G

[JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread Michael Delamere
Hi All,   As I have not managed to get an answer on this topic in the forum yet, I shall try it with this list!   Is it possible to have a virtual host set up in an Apache HTTP Server and have it communicate with JBOSS/Tomcat(embeded).   i.e.  http://test.virtualhost.com/jboss/servlet/HelloEJ

[JBoss-user] Re: parent/child cmp2 relationship - please help!

2002-03-28 Thread Peter Shillan
Hi David, I have managed to code this and I can deploy it. However, once deployed, if I call setParent() or addChild() on my bean, the relationships are not maintained (though the same code works in Orion server - up to a point as it's CMP 2.0 support is not complete). I've included my jbosscm

Re: [JBoss-user] MySQL service

2002-03-28 Thread jain
> Have you tried with latest CVS? Not yet, I'm still using a version from March 1. Anyways, the problem dissappeared when mysql-service.sar was renamed to a-mysql-service.sar... -- Eric Jain -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net ___