deploy目录下的结构
<td style="padding-right: 6pt; padding-left: 6pt; padding-bottom: 1.8pt; padding-top: 1.8pt; background-color: transpar File
Description
bsh-deployer.xml
This file configures the bean shell deployer, which deploys bean shell scripts as JBoss services.
这个文件用来配置bean shell部署器(把bean shell脚本发布为JBoss服务)
cache-invalidation-service.xml
This is a service that allows for custom invalidation of the EJB caches via JMS notifications. It is disabled by default.
这个服务允许自定义的提除EJB cache。JBoss的Cahche invalidation机制。
client-deployer-service.xml
This is a service that provides support for J2EE application clients. It manages the java:comp/env enterprise naming context for client applications based on the application-client.xml descriptor.
提供给J2EE应用程序客户端的一个服务。它基于application-client.xml配置文件,管理java:comp/env企业级名字上下文给客户端程序使用。
ear-deployer.xml
The EAR deployer is the service responsible for deploying J2EE EAR files.
部署J2EE EAR应用的配置。
ejb-deployer.xml
The EJB deployer is the service responsible for deploying J2EE EJB JAR files.
部署J2EE EJB应用的配置。
hsqldb-ds.xml
hsqldb-ds.xmlconfigures the Hypersonic embedded database service configuration file. It sets up the embedded database and related connection factories.
Hypersonic embedded database服务的配置文件
http-invoker.sar
http-invoker.sar contains the detached invoker that supports RMI over HTTP. It also contains the proxy bindings for accessing JNDI over HTTP.
http-invoker.sar包含了支持RMI over HTTP的调用者。它也包含通过HTTP存取JNDI的绑定。
jboss-aop-jdk50.deployer
This service configures the AspectManagerService and deploys JBoss AOP applications.
这个服务配置了AspectManagerService和部署JBoss AOP应用程序的功能。
jboss-bean.deployer
jboss-bean.deployer provides the JBoss microcontainer, which deploys POJO services wrapped in .beans files.
jboss-bean.deployer提供了JBoss微容器功能,通过它部署在.beans文件中包装了的POJO服务。
jboss-ha-local-jdbc.rar
jboss-ha-local-jdbc.rar is an experimental version of jboss-local-jdb
分享到:
相关推荐
☆ 资源说明:☆ [Packt Publishing] JBoss AS 7 配置部署管理教程 (英文版) [Packt Publishing] JBoss AS 7 Configuration, Deployment and Administration (E-Book) ☆ 出版信息:☆ [作者信息] Francesco ...
☆ 资源说明:☆ [TipTec Development] JSF & Facelets & JBoss Seam 核心技术 (英文版) [TipTec Development] Essential JSF, Facelets & JBoss Seam (E-Book) ☆ 出版信息:☆ [作者信息] Kent Ka Iok Tong ...
☆ 资源说明:☆ [Packt Publishing] JBoss AS 7 开发教程 (英文版) [Packt Publishing] JBoss AS 7 Development (E-Book) ☆ 出版信息:☆ [作者信息] Francesco Marchioni [出版机构] Packt Publishing ...
☆ 资源说明:☆ [Apress] JSF 2 APIs & JBoss Seam 基础教程 (英文版) [Apress] Beginning JSF 2 APIs and JBoss Seam (E-Book) ☆ 出版信息:☆ [作者信息] Kent Ka Iok Tong [出版机构] Apress [出版日期] ...
☆ 资源说明:☆ [Packt Publishing] JBoss Portal Server 开发教程 (英文版) [Packt Publishing] JBoss Portal Server Development (E-Book) ☆ 出版信息:☆ [作者信息] Ramanujam Rao [出版机构] Packt ...
☆ 资源说明:☆ [Packt Publishing] JBoss ESB 初学者指南 (英文版) [Packt Publishing] JBoss ESB Beginner's Guide (E-Book) ☆ 出版信息:☆ [作者信息] Len DiMaggio , Kevin Conner , Magesh B. Kumar , ...
- **JBOSS_HOME**:新建JBOSS_HOME变量,指向JBoss安装目录,例如`E:\Jboss\jboss-4.2.3.GA`。 - **启动与验证**: - 运行`run.bat`文件启动JBoss服务。 - 访问`http://localhost:8080`以确保JDK与JBoss配置成功...
☆ 资源说明:☆ [奥莱理] RESTful Java 开发 (Jax-RS 2.0 实现) (英文版) [奥莱理] RESTful Java with JAX-RS 2.0 (E-Book) ☆ 图书概要:☆ Learn how to design and develop distributed web services in ...
广州科技网,作为广州市科技局的重要网络平台,承载着宣传科技发展、推动科技创新的任务,为政府、科研机构和企业提供科技信息和服务。然而,随着其服务功能的日益增强,原有的数据备份方式已无法满足可靠性、扩展性...
9. Web服务和服务器端技术:文档中还提到了Tomcat、Jboss、JSP和J2EE,说明了在开发手机游戏时可能会涉及到的服务器端技术和Web服务。 10. 界面和用户交互:文档中有提到Form、CommandListener、Displayable等组件...
数字证书是由可信的第三方机构签发的电子文档,用于证明持有者身份的真实性。在CAS中,数字证书用于确保CAS Server的身份。 **2.3.2 证书内容** 数字证书通常包含以下信息: - 持有者的名称。 - 持有者的公钥。 - ...
- **WAR 文件上下文根目录**:设置正确的上下文根目录对于应用程序的功能至关重要。 - **无需访问Web 应用程序服务器的预部署**:即使没有直接访问权限,也可以进行某些预部署准备工作。 通过以上详细说明,读者...