JBoss 简介
1. Jboss Server 目录结构
- bin Start up scripts and start up configuration files available for Unix and Windows environments
- bundles Location of OSGi bundles
- docs/schema XML schema definition files
- domain Configuration files, deployment content, and writable areas used by the domain mode processes run from this installation.
- modules AS 7 is based on a modular classloading architecture. The various modules used in the server are stored here.
- standalone Configuration files, deployment content, and writable areas used by the single standalone server run from this installation.
- welcome-content Default Welcome Page content
2. Standalone 目录结构
1)configuration
Configuration files for the standalone server that runs off of this installation. All configuration information for the running server is located here and is the single place for configuration modifications for the standalone server.
2)data
Persistent information written by the server to survive a restart of the server
3)deployments
End user deployment content can be placed in this directory for automatic detection and deployment of that content into the server's runtime. NOTE: The server's management API is recommended for installing deployment content. File system based deployment scanning capabilities remain for developer convenience.
4)lib/ext
Location for installed library jars referenced by applications using the Extension-List mechanism
5)log
standalone server log files
6)tmp
location for temporary files written by the server
3. Jboss Rule
JBoss Rules 的前身是Codehaus的一个开源项目叫Drools。最近被纳入JBoss门下,更名为JBoss Rules,成为了JBoss应用服务器的规则引擎。
浙公网安备 33010602011771号