JBoss 简介

1. Jboss Server 目录结构

  1. bin        Start up scripts and start up configuration files available for Unix and Windows environments  
  2. bundles      Location of OSGi bundles  
  3. docs/schema    XML schema definition files  
  4. domain      Configuration files, deployment content, and writable areas used by the domain mode processes run from this installation.  
  5. modules      AS 7 is based on a modular classloading architecture. The various modules used in the server are stored here.  
  6. standalone    Configuration files, deployment content, and writable areas used by the single standalone server run from this installation.  
  7. 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应用服务器的规则引擎。

 

 

 

参考文档:
https://docs.jboss.org/author/display/AS7/Getting+Started+Guide#GettingStartedGuide-GettingStartedwithJBossApplicationServer7

 

posted @ 2012-01-05 20:57  万法自然~  阅读(438)  评论(0)    收藏  举报