Re: TomEE on Amazon Beanstalk?

2012-08-10 Thread zeeman
Hi Aldrin, Can you elaborate more about detailed needed for Tomee patching on AWS and host manager? Can I use the Tomee AMI to customize VM settings and have the AMI loaded when new instances are created? Thanks! -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-on

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread zeeman
Many other features have more votes, so Tomee won't make it at least for now on jelastic. So that leaves us with AMI option. Any ideas on when we can get one? -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656758.html Sent fro

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
them since they already support Tomcat 7. I can do that but I > don't > want to speak on behalf of Apache :) > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656749.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread zeeman
and ask to add Tomee to Beanstack? It'll bring more business for them and I'm sure they won't mind. Should be easy for them since they already support Tomcat 7. I can do that but I don't want to speak on behalf of Apache :) -- View this message in context: http://openejb

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
ing to do one? > In > > > fact > > > > i'm not sure what is expected from such an image. > > > > > > > > - Romain > > > > > > > > > > > > 2012/8/9 zeeman > > > > > > > > > Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI > > available? > > > > > > > > > > Does anyone know of PAAS provider that offers Tomee in the cloud? > > > > > > > > > > > > > > > > > > > > -- > > > > > View this message in context: > > > > > > > > > > > > > > > http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656731.html > > > > > Sent from the OpenEJB User mailing list archive at Nabble.com. > > > > > > > > > > > > > > >

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Aldrin Leal
In > > fact > > > i'm not sure what is expected from such an image. > > > > > > - Romain > > > > > > > > > 2012/8/9 zeeman > > > > > > > Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI > availab

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
t; - Romain > > > > > > 2012/8/9 zeeman > > > > > Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI available? > > > > > > Does anyone know of PAAS provider that offers Tomee in the cloud? > > > > > > > > > > > > -- > > > View this message in context: > > > > > > http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656731.html > > > Sent from the OpenEJB User mailing list archive at Nabble.com. > > > > > >

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Aldrin Leal
such an image. > > - Romain > > > 2012/8/9 zeeman > > > Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI available? > > > > Does anyone know of PAAS provider that offers Tomee in the cloud? > > > > > > > > -- > > View th

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread Romain Manni-Bucau
#x27;m not sure what is expected from such an image. - Romain 2012/8/9 zeeman > Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI available? > > Does anyone know of PAAS provider that offers Tomee in the cloud? > > > > -- > View this message in context: > ht

Re: TomEE on Amazon Beanstalk?

2012-08-09 Thread zeeman
Any updates on Tomee in AWS Beanstalk? Is there a Tomee AMI available? Does anyone know of PAAS provider that offers Tomee in the cloud? -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-on-Amazon-Beanstalk-tp4604643p4656731.html Sent from the OpenEJB User mailing

Re: TomEE on Amazon Beanstalk?

2012-05-02 Thread Romain Manni-Bucau
in the war otherwise it'd be a bit weird ;) - Romain 2012/5/3 Aldrin Leal > Romain, > > What about JDBC drivers? lib dir or could be in the war? > > If it seems easy, I'd be happy to do that AMI for you guys > > -- > -- Aldrin Leal, / http://meadiciona.com/aldrinleal > > > On Wed, May 2, 2012

Re: TomEE on Amazon Beanstalk?

2012-05-02 Thread Aldrin Leal
Romain, What about JDBC drivers? lib dir or could be in the war? If it seems easy, I'd be happy to do that AMI for you guys -- -- Aldrin Leal, / http://meadiciona.com/aldrinleal On Wed, May 2, 2012 at 8:00 PM, Romain Manni-Bucau wrote: > of course datasources can be defined in the war ;) (ju

Re: TomEE on Amazon Beanstalk?

2012-05-02 Thread Romain Manni-Bucau
of course datasources can be defined in the war ;) (just said of course cause i helper ;)) 2 main ways: -> @DataSourceDefinition (or xml tag in web.xml) -> resources.xml (close to tomee.xml) - Romain 2012/5/3 Aldrin Leal > Unfortunately, Beanstalk needs a custom middleware, called the hostman

Re: TomEE on Amazon Beanstalk?

2012-05-02 Thread Aldrin Leal
Unfortunately, Beanstalk needs a custom middleware, called the hostmanager. You could boot an AMI with hostmanager and tweak. You're likely to need it, since if you ever need to run into datasources, I'm not sure you could handle them from a .war-only deployment (dblevins, correct me on this one).

Re: TomEE on Amazon Beanstalk?

2012-05-02 Thread Fernando Lozano
Hi, Do I *have* to create a Custom VM? How can I make beanstalk use my VM (so far I see only the standard VMs being offered)? I was hoping for an easier way, I'm still learning my way on AWS. Maybe someone has an image ready to use. :-) []s, Fernando Lozano You could create a Custom VM a

Re: TomEE on Amazon Beanstalk?

2012-05-02 Thread Aldrin Leal
You could create a Custom VM and modify the built-in tomcat with that. For best results, base your VM on the Tomcat 7 image. -- -- Aldrin Leal, / http://meadiciona.com/aldrinleal On Wed, May 2, 2012 at 7:48 PM, Fernando Lozano wrote: > Hi there, > > > I remeber reading somewhere (could not fin

TomEE on Amazon Beanstalk?

2012-05-02 Thread Fernando Lozano
Hi there, I remeber reading somewhere (could not find it on google) that TomEE would be supported on the Amazon Beanstalk PaaS. Can anyone point me to instructions? I can't find how to depoy two wars (my app and tomee war) inside an EC2 instance managed by Beanstalk. I suppose I could forc