<classpathentry kind="lib" path="testsrc/lib/testng-5.10-jdk15.jar"/>\r
<classpathentry kind="lib" path="lib/servlet-api.jar"/>\r
<classpathentry kind="lib" path="WEB-INF/lib/drmaa.jar"/>\r
- <classpathentry kind="lib" path="WEB-INF/lib/compbio-annotations-1.0.jar"/>\r
<classpathentry kind="lib" path="WEB-INF/lib/derby.jar"/>\r
- <classpathentry kind="lib" path="WEB-INF/lib/compbio-util-1.4.jar"/>\r
<classpathentry kind="lib" path="WEB-INF/lib/log4j-1.2.15.jar"/>\r
+ <classpathentry kind="lib" path="WEB-INF/lib/compbio-util-1.4.jar"/>\r
+ <classpathentry kind="lib" path="WEB-INF/lib/compbio-annotations-1.0.jar"/>\r
<classpathentry kind="output" path="WEB-INF/classes"/>\r
</classpath>\r
log4j.appender.stdout=org.apache.log4j.ConsoleAppender\r
log4j.appender.stdout.Target=System.out\r
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout\r
-log4j.appender.stdout.layout.ConversionPattern=%m%n\r
+log4j.appender.stdout.layout.ConversionPattern=%t %d %m%n\r
\r
## Uncomment to enable JWS2 activity logging to the file\r
-log4j.logger.compbio=TRACE, ACTIVITY\r
+log4j.logger.compbio=INFO, ACTIVITY\r
log4j.appender.ACTIVITY=org.apache.log4j.RollingFileAppender\r
log4j.appender.ACTIVITY.File=${logDir}/activity.log\r
log4j.appender.ACTIVITY.MaxFileSize=10MB\r
ph = new PropertyHelper(locEngineProp, clustEngineProp,\r
execProp);\r
} catch (IOException e) {\r
- log.warn("Cannot read property files! Reason: "\r
- + e.getLocalizedMessage(), e.getCause());\r
+ log.warn(\r
+ "Cannot read property files! Reason: "\r
+ + e.getLocalizedMessage(), e.getCause());\r
}\r
}\r
return ph;\r
} catch (IllegalArgumentException e) {\r
// Classes are in the jar file, using different method to determine\r
// the path new File(INCORRECT URL) throws it\r
- log\r
- .warn(\r
- "It looks like classes are in the jar file. "\r
- + "Attempting a different method to determinine the path to the resources "\r
- + e.getLocalizedMessage(), e.getCause());\r
+ log.debug(\r
+ "It looks like classes are in the jar file. "\r
+ + "Attempting a different method to determinine the path to the resources "\r
+ + e.getLocalizedMessage(), e.getCause());\r
try {\r
f = new File(PropertyHelperManager.class.getProtectionDomain()\r
.getCodeSource().getLocation().toURI().getPath());\r
f = f.getParentFile();\r
}\r
} catch (URISyntaxException e1) {\r
- log.error("Could not find resources path! "\r
- + e1.getLocalizedMessage(), e1.getCause());\r
+ log.error(\r
+ "Could not find resources path! "\r
+ + e1.getLocalizedMessage(), e1.getCause());\r
throw new RuntimeException("Could not find resources path! ",\r
e1.getCause());\r
}\r