User: salborini Date: 00/11/28 11:25:55 Modified: documentation jawsxml_howto.html Log: Broken link Revision Changes Path 1.2 +1 -1 newsite/documentation/jawsxml_howto.html Index: jawsxml_howto.html =================================================================== RCS file: /products/cvs/ejboss/newsite/documentation/jawsxml_howto.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jawsxml_howto.html 2000/11/12 20:33:45 1.1 +++ jawsxml_howto.html 2000/11/28 19:25:54 1.2 @@ -20,7 +20,7 @@ <p>If you want to know everything about <em>jaws.xml</em>, see the <a href="jaws.dtd">Jaws.xml DTD</a>. The general structure of the <em>jaws.xml</em> can be found <a href="jaws_structure.txt">here</a>. All parts of this file are optional: you only provide what you need!</p> <h3><a name="datasource">Specifying a datasource</a></h3> -<p>A datasource is, mainly, a database plus a driver plus a connection pool. By default, jboss uses the Hypersonic datasource. To add another datasource, you have to declare it as a JMX MLet: see the <a href="manual/adv_config.html">manual</a>.</p> +<p>A datasource is, mainly, a database plus a driver plus a connection pool. By default, jboss uses the Hypersonic datasource. To add another datasource, you have to declare it as a JMX MLet: see the <a href="../manual/adv_config.html">manual</a>.</p> <p>The second ARG of this MLet is the JNDI name of the datasource, i.e. the name you have to use to access it. To tell JAWS to use this datasource, simply add in your <em>jaws.xml</em> file a <tt><datasource></tt> tag with the JNDI name in it.</p>
