WebSphere Application Server Community Edition 入门
2010-01-18 00:00:00 来源:WEB开发网作为简单的示例,让我们将 Hello 应用程序的上下文根 (context root) 更改为 simpledemo 而非 hello。
在可以用新的上下文根部署 Hello 应用程序之前,您必须将它解除部署。在 wasce_install 目录中执行以下命令:
java -jar bin\deployer.jar --user system --password manager undeploy hello
您应该能看到一段消息,表明您已成功解除部署应用程序。(您可能会忘记包含应用程序的模块的名称,对于这种情况,您可以执行 list-modules 命令来查看当前部署在服务器上的所有模块。)
将清单 3 中的代码复制到名为 hello-plan.xml 的文件中来部署计划。
清单 3. hello-plan.xml<?xml version="1.0"?>
<web-app
xmlns="http://geronimo.apache.org/xml/ns/web"
xmlns:naming="http://geronimo.apache.org/xml/ns/naming"
configId="HelloApp">
<context-root>/simpledemo</context-root>
</web-app>
通过执行此命令再次部署应用程序——这次也提供部署计划的位置:
java -jar bin\deployer.jar --user system --password manager deploy samples_home\hello\bin\hello.war
path_to_hello_plan\hello-plan.xml
当部署完成时,您应该能看到一段消息表明部署成功:
Deployed HelloApp @ http://localhost:8080/simpledemo
不仅上下文根改变了,连模块名称现在都与部署计划中指定的配置 ID 相同。
故障排除
当您遇到问题时,首先要查看的地方是日志。
Tags:WebSphere Application Server
编辑录入:爽爽 [复制链接] [打 印]- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
更多精彩
赞助商链接