How to run Java EE application on CentOS
问题 I created an application with EJB and JSF. I'd like to deploy my application to the web, so I got a dedicated server from hostgator. On this server I installed CentOS 6.7, Java 7 and JBoss AS 7.1. I addition to that I have my own domain name. How can I deploy my application to this server and how I can make this application reachable via my domain name? 回答1: Here is information directly from JBoss: [standalone@localhost:9999 /] deploy ~/Desktop/test-application.war 'test-application.war'