can anyone helpme out please.................
Hi All................
I have few issues in our application development.
Can any one help me out if they are free.
problem is with the
Applet Servlet communication.
...................................................................
In our application an applet is embeded in a
jsp.
That applet when executed from a remote PC (client system) creates a text file(some bill will be generated eg:bill.txt) in the remote machine (eg. in the C: drive) and drives the local printer (default dot matrix printer) which is configured and connected to that remote macine and prints that text file.
Up to here it is working fine(creation of the file and printing the file using dot matrix printer).
After printing the file that applet needs to talk to servlet inorder to redirect the page to previous page.
Iam able to see(debug) the URL of the servlet within the
java console and no exceptions are coming in the java console of the applet.
But the request is not reaching the servlet.
Servlet doesn't seem to get the object we are sending.
None of the debug messages in the Servlet appear on the server console.
Servlet code:
-------------------------------------------------
Thanks in Advance...
Plzzz help me out...
