-
Book Overview & Buying
-
Table Of Contents
JBoss AS 5 Development
By :
Apache Tomcat provides the core functionality of JBoss Web Server. Its embedded engine allows seamless integration with JBoss components, by using the underlying Microkernel system. JBoss Web Server currently uses the Apache Tomcat 6.0 release and it is ships as service archive (SAR) application in the deploy folder. The location of the embedded web server has changed at almost every new release of JBoss. The following table could be a useful reference if you are using different versions of JBoss:
|
JBoss release |
Location of Tomcat |
|---|---|
|
5.0.0 GA |
|
|
4.2.2 GA |
|
|
4.0.5 GA |
|
|
3.2.X |
|
The main configuration file is server.xml which, by default, has the following minimal configuration:
<Server> <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" /> <Listener className="org.apache.catalina.core.JasperListener" /> <Service...
Change the font size
Change margin width
Change background colour