This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to add User Shared Library path to JBosspeterj Jul 9, 2009 11:51 AM (in response to akatoch)Is your configuration based on 'all' or 'default'? I ask because server/default/lib is empty. The jboss.server.lib.url sys prop identifies the location on the lib directory - just point it to your directory. To do this, add this to JAVA_OPTS in the run script: 
 -Djboss.server.lib.url=file://path/to/the/jar/files
- 
        2. Re: How to add User Shared Library path to JBossakatoch Jul 16, 2009 2:22 AM (in response to akatoch)Thanks. It 's working 
 
    