1 | <html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Apache Tomcat 6.0 - Additional Components</title><meta value="Remy Maucherat" name="author"><meta value="" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="0" width="100%" border="0"><!--PAGE HEADER--><tr><td><!--PROJECT LOGO--><a href="http://tomcat.apache.org/"><img border="0" alt=" |
---|
2 | The Apache Tomcat Servlet/JSP Container |
---|
3 | " align="right" src="./../images/tomcat.gif"></a></td><td><font face="arial,helvetica,sanserif"><h1>Apache Tomcat 6.0</h1></font></td><td><!--APACHE LOGO--><a href="http://www.apache.org/"><img border="0" alt="Apache Logo" align="right" src="./../images/asf-logo.gif"></a></td></tr></table><table cellspacing="4" width="100%" border="0"><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td valign="top" align="left"><h1>Apache Tomcat 6.0</h1><h2>Additional Components</h2></td><td nowrap="true" valign="top" align="right"><img border="0" hspace="0" vspace="0" height="1" width="1" src="./../images/void.gif"></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote> |
---|
4 | <p> |
---|
5 | A number of additional third party components may be used with Apache |
---|
6 | Tomcat, but are not provided directly in the download bundle. These |
---|
7 | components may be built by users should they need them. |
---|
8 | </p> |
---|
9 | |
---|
10 | </blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Building"><strong>Building</strong></a></font></td></tr><tr><td><blockquote> |
---|
11 | |
---|
12 | <p> |
---|
13 | The additional components are built using the <code>extras.xml</code> Ant |
---|
14 | script which is present in the source bundle of Tomcat. |
---|
15 | </p> |
---|
16 | |
---|
17 | <p>The build process is the following:</p> |
---|
18 | |
---|
19 | <ul> |
---|
20 | <li>Follow the <a href="building.html">build instructions</a> to build a |
---|
21 | Tomcat binary from the source bundle (note: it will be used by the build |
---|
22 | process of the additional components, but does not need to be actually |
---|
23 | used later on)</li> |
---|
24 | <li>Execute the command <code>ant -f extras.xml</code> to run the build |
---|
25 | script</li> |
---|
26 | <li>The additional components JARs will be placed in the |
---|
27 | <code>output/extras</code> folder</li> |
---|
28 | <li>Refer to the documentation below about the usage of these JARs</li> |
---|
29 | </ul> |
---|
30 | |
---|
31 | </blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Components list"><strong>Components list</strong></a></font></td></tr><tr><td><blockquote> |
---|
32 | |
---|
33 | <table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Full commons-logging implementation"><strong>Full commons-logging implementation</strong></a></font></td></tr><tr><td><blockquote> |
---|
34 | |
---|
35 | <p> |
---|
36 | Tomcat uses a package renamed commons-logging API implementation which is |
---|
37 | hardcoded to use the java.util.logging API. The commons-logging additional |
---|
38 | component builds a full fledged package renames commons-logging |
---|
39 | implementation which can be used to replace the implementation provided with |
---|
40 | Tomcat. See the <a href="logging.html">logging</a> page for usage |
---|
41 | instructions. |
---|
42 | </p> |
---|
43 | |
---|
44 | </blockquote></td></tr></table> |
---|
45 | |
---|
46 | <table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Web Services support (JSR 109)"><strong>Web Services support (JSR 109)</strong></a></font></td></tr><tr><td><blockquote> |
---|
47 | |
---|
48 | <p> |
---|
49 | Tomcat provides factories for JSR 109 which may be used to resolve web |
---|
50 | services references. Place the generated catalina-ws.jar as well as |
---|
51 | jaxrpc.jar and wsdl4j.jar (or another implementation of JSR 109) in the |
---|
52 | Tomcat lib folder. |
---|
53 | </p> |
---|
54 | |
---|
55 | <p> |
---|
56 | Users should be aware that wsdl4j.jar is licenced under CPL 1.0 and not the |
---|
57 | Apache License version 2.0. |
---|
58 | </p> |
---|
59 | |
---|
60 | </blockquote></td></tr></table> |
---|
61 | |
---|
62 | </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em> |
---|
63 | Copyright © 1999-2008, Apache Software Foundation |
---|
64 | </em></font></div></td></tr></table></body></html> |
---|