Hi,

> How can I extend the server classpath to include my jar file without
> putting it in lib/ext. I tried adding it to the classpath by 
> adding the
> following:
> 
> 
> <MLET CODE =
> "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" 
> CODEBASE="../../lib/ext"> 
> <ARG TYPE="java.lang.String" VALUE="../../../lib/oraclejdbc.jar">
> </MLET>

For me it works. 
1) Are you sure the path really exists (the current directory is
conf/default, where jboss.conf is, so the path in VALUE must be relative to
this directory)
2) Guess: a case problem ?

> and putting it as the first line of jboss.conf, however, when 
> I look at
> the debug log for classpathextension it never shows that it 
> even attempts
> to add my jar file.

Tried not to put it as first entry in jboss.conf, but at least after the
first classpath extension. I got some problem when it was the first entry; I
moved it down and it worked.

HTH,

Simon


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to