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>

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.

Any suggestions?

Thanks,
Todd



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

Reply via email to