- Lucene home page –> http://lucene.apache.org/
- Download Lucene from –> http://www.apache.org/dyn/closer.cgi/lucene/java/
- Lucene API Doc –> http://lucene.apache.org/java/docs/api/index.html
- Lucene docs for each release –> http://lucene.apache.org/java/docs/
- Where can I get help from –> java-user@lucene.apache.org
- Lucene wiki –> http://wiki.apache.org/lucene-java/FrontPage
- Lucene , how to improve search speed –> http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
- Lucene , how to improve index speed –> http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
- Lucene FAQ –> http://wiki.apache.org/lucene-java/LuceneFAQ
Fundamentally, the JBoss architecture consists of the JMX MBean server, the microkernel, and a set of pluggable component services - the MBeans. The JBoss Application Server ships with three different server configurations. Within the <JBoss_Home>/server directory, you will find three subdirectories: minimal, default and all. The default configuration is the one used if you don’t specify another one when starting up the server. If you want to know which services are configured in each of these instances, look at the jboss-service.xml file in the <JBoss_Home>/server/<instance-name>/conf/ directory and also the configuration files in the <JBoss_Home>/server/<instance-name>/deploy directory. JBoss 4.0 features an embedded Apache Tomcat 5.5 servlet container. conf --> The conf directory contains the jboss-service.xml bootstrap descriptor file for a given server configuration. This has the jboss-log4j.xml file which configures the Apach...
Comments
Post a Comment