Possibly a stupid question... what about <classpath codebase="file:bla/bla2/" archives="bla.jar"> ?
Does this include bla.jar from the specified directory or is it invalid? David > Finally the explicit classpath usage is slightly different. > codebase is always referenced to the jboss-home > <classpath codebase="lib/ext" archives="*"> includes everyone > in the lib/ext > (as it used to and is included) > <classpath codebase="bla" archives="bla2.jar"> includes > jboss-home/bla/bla2.jar > <classpath codebase="http://myserver" archives="bla.jar"> includes > http://myserver/bla.jar > <classpath codebase="file:bla/bla2/"> includes the directory > > marcf > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.303 / Virus Database: 164 - Release Date: 11/24/2001 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
