This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: adding classpaths to service files - possible?adrian.brock May 21, 2003 2:35 PM (in response to ntone606)You can use an MBean descriptor to change the 
 classpath.
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE server>
 The url can also be relative to server/default/
 or whatever config you are using.
 server/default/conf is already in the "classpath",
 it is the first classloader installed.
 Regards,
 Adrian
 
    