This commit is contained in:
Christian P. MOMON 2010-08-05 10:55:21 +02:00
parent 1c97ff61a1
commit b3f7cda55e

2
src/fr/devinsy/kiss4web/SimpleServletDispatcher.java Executable file → Normal file
View file

@ -31,7 +31,7 @@ public class SimpleServletDispatcher extends HttpServlet
public void init () throws ServletException
{
super.init();
this.webclassesRootPath = getInitParameter("webclassesRootPath");
this.webclassesRootPath = getInitParameter("webClassesRootPath");
// Set logger.
String logFilepathname = getInitParameter("log4j-init-file");