Now i have a standalone application which will call initHttpConn() method on runtime. Inside initHttpConn() method, it will connect to a servlet called "ServletProxy" to send and receive binary messages (actually object instances).
Now the problem is it seems that method initHttpConn() always fails to connect to the servlet. There is no printout on the server console. Does any one know why? THanks a lot!
I am sure that the tomcat server is up, the servlet resource is located correctly