Re: Run TomEE as a daemon

2012-07-25 Thread David Blevins
On Jul 24, 2012, at 7:17 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David, > > On 7/23/12 8:29 PM, David Blevins wrote: >> The page can be edited by anyone by clicking the blue pencil icon >> in the upper right, so contr

Re: Run TomEE as a daemon

2012-07-23 Thread David Blevins
On Jul 23, 2012, at 2:24 PM, Konstantin Kolinko wrote: > 2012/7/24 Christopher Schultz : >> >> On 7/23/12 2:44 PM, Konstantin Kolinko wrote: >>> See proper Apache Commons-Daemon jsvc documentation, at >>> http://commons.apache.org/daemon/jsvc.html >> >> If the TomEE documentation is incorrect,

Re: Problem "J2EE Web Profile support"

2012-05-03 Thread David Blevins
On May 2, 2012, at 11:40 PM, Vogliotti Massimo wrote: > I downloaded and installed TomEE on my computer and connected it to NetBeans > as you suggested, but the error is the same. The Netbeans crew is currently talking about adding support for TomEE using the Tomcat adapter. Several of the de

Re: [OT] using static helper classes within servlets

2009-06-15 Thread David Blevins
On Jun 15, 2009, at 9:32 AM, Christopher Schultz wrote: On 6/14/2009 5:43 PM, David Blevins wrote: Regardless of that choice we will still handle sychronization of instantiation, so double-check-locking or other things will not be necessary. NB: DCL does not work in Java. Period. http

Re: using static helper classes within servlets

2009-06-14 Thread David Blevins
: Thanks David, but we are stuck with Struts and EJB 2.1 at the moment. --- On Sun, 6/14/09, David Blevins wrote: From: David Blevins Subject: Re: using static helper classes within servlets To: "Tomcat Users List" Date: Sunday, June 14, 2009, 5:43 PM Hey all, If the goal is to

Re: using static helper classes within servlets

2009-06-14 Thread David Blevins
Hey all, If the goal is to ensure that only one instance is in the webapp, I'd recommend the new EJB 3.1 bean type @Singleton which is supported in OpenEJB 3.1 and 3.1.1. http://openejb.apache.org/3.0/singleton-example.html http://openejb.apache.org/singleton-ejb.html Instantiation can

Re: how to integrate tomcat with open EJB for online money transactions

2009-03-06 Thread David Blevins
I have to agree with the financial transaction advice. Should you need it for other things, the steps for integrating Tomcat and OpenEJB are pretty simple: 1. Download and unpack Tomcat (any 5.5.x or 6.0.x) 2. Download the latest openejb.war file and place it into the webapps/ directory

Re: Tomcat 6.0.x & OpenEJB

2007-04-12 Thread David Blevins
On Apr 12, 2007, at 6:58 AM, Filip Hanik - Dev Lists wrote: David Blevins wrote: Plugging into Tomcat 6 doesn't work yet as the classloader structure changed just slightly. It'd likely be just a couple day effort to get it in, but we're very busy trying to finish up t

Re: Tomcat 6.0.x & OpenEJB

2007-04-12 Thread David Blevins
On Apr 11, 2007, at 8:21 PM, Filip Hanik - Dev Lists wrote: http://geronimo.apache.org they did it :) filip :) Just as a general note, as with OpenEJB 1.0 and before (0.9.x, 0.8.x, etc) you can once again plug OpenEJB 3 into Tomcat. OpenEJB 3 is the EJB 3.0 version based on our 1.x code t

Re: How to run EJB in Tomcat itself ?

2006-08-08 Thread David Blevins
On Jul 28, 2006, at 11:22 AM, Maurice Yarrow wrote: Hello Raju Try OpenEJB, which can be run in both tomcat-embedded mode (drop their openejb_loader .war into tomcat/webapps) and also a detached server mode. http://openejb.codehaus.org/download.html This is an open-source product, and they h