ajax - jQuery Error connection refused -


i created java web application using apache tomcat 8, , used jquery ajax call servlet. used same application using apache tomcat 7, , when call servlet via jquery ajax, gives me following error:

net::err_connection_reset 

here ajax code:

   $.get("servletname", { label: data1value                 }, function(responsetext){                      alert('response text: ' + responsetext);                       });                  }); 

where going wrong? kindly assist me.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -