GWTアプリケーションにHibernateおよびSpring機能を使用させていますが、これをJBoss 7にデプロイし、ドメインをこのデプロイメント(www.mydomain.com)に割り当てるにはどうすればよいですか?
ありがとう
GWTアプリケーションにHibernateおよびSpring機能を使用させていますが、これをJBoss 7にデプロイし、ドメインをこのデプロイメント(www.mydomain.com)に割り当てるにはどうすればよいですか?
ありがとう
JbossへのGWTアプリケーションのデプロイ..
1)Compile you gwt web application
2)Copy the war file
3)Add all libraries(jar files) in lib folder of war file
4)Rename your war as mydoamin.war
5)Put the war in jboss/standalone/deployments/
6)create a dodeploy file like mydoamin.war.dodeploy (type should be file)
7)From command line enter into Jboss/bin folder
8)To run the jboss type standalone.bat -b 0.0.0.0
9)Then it start deploy all the dodeploy war files
10)If jboss created the file mydoamin.war.deployed ...successfully deploy .(you can acceess as http://localhost:8080/mydoamin)
11)If failed it will generate mydoamin.failed .. oops some thing went wrong ..check the console and resolve those exceptions
ではごきげんよう 。