User: starksm Date: 01/04/22 22:39:09 Modified: src/docs howtoj2eedeployer.xml Log: Add the footnotes back in Revision Changes Path 1.5 +10 -2 manual/src/docs/howtoj2eedeployer.xml Index: howtoj2eedeployer.xml =================================================================== RCS file: /cvsroot/jboss/manual/src/docs/howtoj2eedeployer.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- howtoj2eedeployer.xml 2001/04/21 23:52:01 1.4 +++ howtoj2eedeployer.xml 2001/04/23 05:39:09 1.5 @@ -143,7 +143,7 @@ <para>In JBoss we achieve this issue with the following classloader architecture: </para> <para>On deployment one common classloader is created. This classloader will get all archives in its - classpath that are referenced in MANIFEST.MF/Class-Path entries of the each individual module + classpath that are referenced in MANIFEST.MF/Class-Path<footnoteref linkend="classpath.gotcha"/> entries of the each individual module contained in enclosing application. <xref linkend = "web-manifest-figure"/> shows such an entry </para> <para>When afterwards all modules become deployed in their containers, the @@ -164,7 +164,7 @@ </para> <para>To make sure that this package is now loaded by the common classloader, we reference it from within the web package by adding a Class-Path entry to the web - packages MANIFEST.MF file. + packages MANIFEST.MF file<footnoteref linkend="classpath.gotcha2"/>. </para> <figure id="web-manifest-figure"> <title>Example Manifest file of web module</title> @@ -208,5 +208,13 @@ Some useful references are <ulink url = "http://java.sun.com/docs/books/tutorial/jar/basics/manifest.html">Manifest tutorial</ulink> and <ulink url = "http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html">Jar specification</ulink> </para> + </section> + + <section> + <title>Notes</title> + <para> + <footnote id = "classpath.gotcha"><para>The MANIFEST.MF referred to is the one inside the ejb or war archive and NOT the one directly in the ear archive.</para></footnote> + <footnote id = "classpath.gotcha2"> <para>There is a "feature" of the jdk jarfile reader that means that you need to have a carriage return after the Class-Path entry in the manifest file - otherwise it is not found.</para></footnote> + </para> </section> </section> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development