RE: Authencation in apache tomcat

2009-10-30 Thread Caldarale, Charles R
> From: daulat khan [mailto:daulat@gmail.com] > Subject: Re: Authencation in apache tomcat > > Now i am experience different NPE > java.lang.NullPointerException > java.util.Hashtable.put(Hashtable.java:396) > com.cisco.earms.fm.Dispatcher.doPos

Re: Authencation in apache tomcat

2009-10-29 Thread Peter Crowther
2009/10/29 daulat khan : > httpd version : httpd-2.2.11 Reasonably recent. > Tomcat Version : jakarta-tomcat-4.1.18 Ancient. I'd strongly recommend upgrading. > Mod_JK version : jakarta-tomcat-connectors-1.2.15-src Ancient. I'd strongly recommend upgrading. > Stack trace : > > java.lang.Nul

RE: Authencation in apache tomcat

2009-10-29 Thread Caldarale, Charles R
> From: daulat khan [mailto:daulat@gmail.com] > Subject: Re: Authencation in apache tomcat > > And one more query peter. When i deployed the Application into > apache-tomcat, the speed of loading the servlet is very low. compated > to apache-jrun setup. May i know what is

Re: Authencation in apache tomcat

2009-10-29 Thread daulat khan
And one more query peter. When i deployed the Application into apache-tomcat, the speed of loading the servlet is very low. compated to apache-jrun setup. May i know what is the reason behind this ? Thanks, Daulatkhan On Thu, Oct 29, 2009 at 6:56 PM, daulat khan wrote: > Hi Peter, > > Please fin

Re: Authencation in apache tomcat

2009-10-29 Thread daulat khan
Hi Peter, Please find the details as follows : httpd version : httpd-2.2.11 Tomcat Version : jakarta-tomcat-4.1.18 Mod_JK version : jakarta-tomcat-connectors-1.2.15-src Stack trace : java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at com.cisco.earm

Re: Authencation in apache tomcat

2009-10-29 Thread Peter Crowther
httpd version? jk version? Tomcat version? Stack trace of NPE? - Peter 2009/10/29 daulat khan : > Hi, > >                I have an java servlet application which is running > fine in Apache-Jrun setup. recently, i have migrated it from jrun to > tomcat. i have launced the application in apache-to