WebSphere Application Server Community Edition 入门
2010-01-18 00:00:00 来源:WEB开发网在部署应用程序之前启动服务器。
打开另一个命令提示符并导航至 wasce_install 目录。
执行命令:
java -jar bin\deployer.jar --user system --password manager deploy samples_home\hello\bin\hello.war
当部署命令完成时,将会显示此消息以指示部署成功:
Deployed hello @ http://localhost:8080/hello
在新的浏览器窗口中打开 http://localhost:8080/hello。您应该能看到一条祝贺您应用程序部署成功的消息(图 2)。
图 2. Hello 应用程序
您已经成功部署并运行了该应用程序。这再简单不过了。然而,如果您查看启动服务器的窗口,您将看到这段消息:
WARN [TomcatModuleBuilder] Web application does not contain a WEB-INF/geronimo-web.xml deployment plan.
This may or may not be a problem, depending on whether you have things like resource references that
need to be resolved. You can also give the deployer a separate deployment plan file on the command line.
因为这是一个简单的应用程序,它不需要额外的信息就可以部署成功,所以这不是问题。如果您部署一个更复杂的应用程序(例如,依赖于外部库的应用程序,或者需要将任何资源引用映射成实际资源的应用程序),则需要在部署时提供额外信息。对于 Community Edition,这一信息是以部署计划的形式提供的。
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 体系结构概述
更多精彩
赞助商链接