【问题标题】:how to deploy GWT to Jboss 7 and assign domain to the deployment?如何将 GWT 部署到 Jboss 7 并将域分配给部署?
【发布时间】:2013-02-04 12:05:31
【问题描述】:

我有 GWT 应用程序使用 Hibernate 和 Spring 功能,我如何将它部署到 JBoss 7 并将我的域分配给这个部署 (www.mydomain.com),

谢谢

【问题讨论】:

    标签: spring hibernate gwt deployment jboss


    【解决方案1】:

    在 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
    

    一切顺利。

    【讨论】:

    猜你喜欢
    • 2011-08-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-05-28
    • 1970-01-01
    相关资源
    最近更新 更多