Tomcat manager throws java exception

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vandora
    New Member
    • Nov 2011
    • 1

    Tomcat manager throws java exception

    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)
  • kuldeeprsks
    New Member
    • Dec 2011
    • 22

    #2
    if this mentioned exception comes in the webpage while accesing your servlet then check your web.xml file also check whether your files are placed under the mentioned directory (Required file for servlet is your java class file).

    Comment

    Working...