hi everyone,
I have an applet in an Html page which is kept in C:\windows\desktop. I want this Applet to communicate with the Servlet which is in the Javawebserver2.0\servlets directory. If I tried to call the servlet in the IE from the Applet, it is not responding(not connecting). The URL object is pointed to the Servlet(http://localhost(Name of machine):8080\servlet\servletname...Now I want servlet connected from the applet(C:\windows\desktop\) instead of putting the html file containing the applet in some webserver.....But If I used the JSDK2.1, I am able to connect to the servlet(because it is a http request). Is it the drawback of JWS?
Rajanikanth

Reply via email to