Hi,
I need to deploy application in TOMCAT5.5 for testing.once i copied our snapshot war file and pasted it in wepapps.After start my server i am calling localhost:8080/myfile-snapshot.war it showing gzip content error.I have comment the gzip filter mapping in web.xml .then i restart my sever,i got successful login.jso.once i enter admin user and pass after clicking login it showing
javax.servlet.jsp.JspException: Error initializing Velocity: java.lang.NullPointerException
at net.sf.navigator.taglib.DisplayMenuTag.doStartTag(DisplayMenuTag.java:105)
at net.sf.navigator.taglib.el.DisplayMenuTag.doStartTag(DisplayMenuTag.java:45)
at org.apache.jsp.common.menu_jsp._jspx_meth_menu_005fdisplayMenu_005f0(menu_jsp.java:270)
at org.apache.jsp.common.menu_jsp._jspx_meth_menu_005fuseMenuDisplayer_005f0(menu_jsp.java:206)
at org.apache.jsp.common.menu_jsp._jspService(menu_jsp.java:98)