Ok, so this isn't exactly a jBoss question, but...

I am patterning a JMX server on jBoss' architecture, and I can't get my
server to find the MLet configuration file when I do the following:

        URL mletURL =
getClass().getClassLoader().getResource("myserver.conf");

It does work with:

        URL mletURL = getClass().getResource("myserver.conf");

Any insight is appreciated.

Wes

--------------------------------------------
Wes McKean
Director Platform Management
U.S. South Communications, Inc.
770-240-6114
[EMAIL PROTECTED]



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

Reply via email to