As the message tells you, the directory must be in the classpath.  Is it?
If the target directory is indeed in your classpath, did you move
log.properties there?  If you switch to log4j, you can put the log files
anywhere you want - don't have to be in the classpath, and doesn't need
log.properties.  log4j is the strategic direction for JBoss logging, so you
should go ahead and switch to it now.

----- Original Message -----
From: "Jakob Braeuchi" <[EMAIL PROTECTED]>
To: "JBoss User" <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2001 3:00 AM
Subject: [JBoss-user] MLET absolute path and MalformedObjectNameException


> when i try to set an absolute logging path, i get the following exception:
>
> javax.management.MalformedObjectNameException: ObjectName: Invalid
value ->
> d:/java/jboss/log/
>
> i changed the logging path from ../../log/ to d:/java/jboss/log/
>
> <!-- The log dir needs to be in the classpath to allow location of
> log.properties -->
> <MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
> CODEBASE="../../lib/ext/">
>    <ARG TYPE="java.lang.String" VALUE="d:/java/jboss/log/">
> </MLET>
>
> thanks
> jakob
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to