Hi everyone,
Can someone please tell me how to solve the error below? My CATALINA_BASE/conf is the original config files
the only thing i had tried to chage was in webapps/manager/WB-INF/web.xml to use FORM based authentication instead of BASIC. But now whenI reverted my changes back, it still does not work
java.lang.NullP ointerException
org.apache.cata lina.manager.HT MLManagerServle t.list(HTMLMana gerServlet.java :434)
org.apache.cata lina.manager.HT MLManagerServle t.doGet(HTMLMan agerServlet.jav a:137)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:690)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:803)
Can someone please tell me how to solve the error below? My CATALINA_BASE/conf is the original config files
the only thing i had tried to chage was in webapps/manager/WB-INF/web.xml to use FORM based authentication instead of BASIC. But now whenI reverted my changes back, it still does not work
java.lang.NullP ointerException
org.apache.cata lina.manager.HT MLManagerServle t.list(HTMLMana gerServlet.java :434)
org.apache.cata lina.manager.HT MLManagerServle t.doGet(HTMLMan agerServlet.jav a:137)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:690)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:803)
Comment