Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working to create a java web application that uses Java Server Faces (JSF) version 2.1 along with CDI.

Can such a web app be deployed to Elastic Beastalk? I cannot see any option for JBOSS AS 7 (the latest version of JBOSS) so I am a bit confused... Which server do I choose from amongst the options shown in Elastic Beanstalk?

share|improve this question

1 Answer

Amazon Elastic Beanstalk currently supports only Apache Tomcat for Java Applications. You can deploy an application to Tomcat 6 or 7 using the AWS toolkit for eclipse.

If you are looking for JBOSS you can try OpenShift from RedHat. You can deploy on either JBOSS AS 7 or JBOSS EAP 6 application servers

See alse:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.