I got , this error was coz of only calling the servlet class
i was using
xmlHttp.open("GET","http://localhost:8080/deleteChk1?user="+str,true);
I removed "http://localhost:8080/" and simply calling deleteChk1 java class and its working