Changeset 989


Ignore:
Timestamp:
06/06/11 09:50:00 (2 years ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-jetty-server/trunk/src/main/java/uk/ac/cardiff/raptorserver/server/RunServer.java

    r913 r989  
    5555        System.setProperty("org.apache.cxf.Logger", "org.apache.cxf.common.logging.Slf4jLogger"); 
    5656 
    57         String configurationFiles = System.getProperty("configurationFiles", System.getProperty("user.dir") + "/target"); 
     57        String configurationFiles = System.getProperty("configurationFiles", System.getProperty("user.dir") + "/target/"); 
    5858 
    5959        configureLogger(configurationFiles+"conf/logging.xml"); 
Note: See TracChangeset for help on using the changeset viewer.