X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2Fj2ee%2FTomcatContext.java;h=bf6312b75ae1cad36ebf073da45aeb50fa460a96;hp=6dd1e939aae7e5207a2daa7882ac1a134401889f;hb=f94215d00376e335d13e893d8003375164fb940d;hpb=5027c00aa2240518bc76c9db24ecdc27019cc72e diff --git a/src/dolda/jsvc/j2ee/TomcatContext.java b/src/dolda/jsvc/j2ee/TomcatContext.java index 6dd1e93..bf6312b 100644 --- a/src/dolda/jsvc/j2ee/TomcatContext.java +++ b/src/dolda/jsvc/j2ee/TomcatContext.java @@ -55,7 +55,7 @@ public class TomcatContext extends J2eeContext { String basename = System.getProperty("catalina.base"); base = new File(basename); } catch(SecurityException e) { - logger.log(Level.WARNING, "no permssions to fetch Tomcat base directory while reading configuration", e); + logger.log(Level.WARNING, "no permissions to fetch Tomcat base directory while reading configuration", e); return; } config.put("jsvc.storage", "file:" + new File(new File(base, "work"), "jsvc").getPath());