JBOSS学习-初识JBOSS

初识JBOSS

启动错误

  • Error installing to Instantiated:name=AttachmentStore state=Described
    修改文件server/default/conf/bootstrap/profile.xml
    parameter class=”java.io.File”
  • Error installing to Instantiated:name=StandardBindings state=Described
    修改文件server/default/conf/bootstrap/bindings.xml
    parameter class=”java.util.Collection”

部署服务器

  • 复制应用程序置于server路径的任意一个配置(default)下的deploy路径下
    在自己部署的过程中,发现需要将WEB-INF路径置于hello.war这样形式的文件夹下,然后将整个hello.war文件夹复制过去。
  • Hello World部署
    创建源文件->编译源文件->直接复制目录到deploy路径下部署

你可能感兴趣的:(工具的使用)