Same.
This commit is contained in:
parent
1c97ff61a1
commit
b3f7cda55e
1 changed files with 1 additions and 1 deletions
2
src/fr/devinsy/kiss4web/SimpleServletDispatcher.java
Executable file → Normal file
2
src/fr/devinsy/kiss4web/SimpleServletDispatcher.java
Executable file → Normal file
|
@ -31,7 +31,7 @@ public class SimpleServletDispatcher extends HttpServlet
|
||||||
public void init () throws ServletException
|
public void init () throws ServletException
|
||||||
{
|
{
|
||||||
super.init();
|
super.init();
|
||||||
this.webclassesRootPath = getInitParameter("webclassesRootPath");
|
this.webclassesRootPath = getInitParameter("webClassesRootPath");
|
||||||
|
|
||||||
// Set logger.
|
// Set logger.
|
||||||
String logFilepathname = getInitParameter("log4j-init-file");
|
String logFilepathname = getInitParameter("log4j-init-file");
|
||||||
|
|
Loading…
Reference in a new issue