J2ME application connecting to servlet
843849May 27 2005 — edited Feb 4 2008I have a J2ME that communicates with a JBoss server. The application works perfectly on Websphere Device Developer's Emulator, but when I deploy it to the iPAQ and try to connect over a wireless network, it fails to connect to the server.
Both the iPAQ and the JBoss server are on the same network.
The application connects using the HTTP protocal and uses the ip address of the server in the url. The application creates a connectiong with the servlet and then streams info to and from the servlet.
When I use internet explorer on the iPAQ to access the web application
running on the same JBoss server is works fine.
I have double checked that it is using the ip address and not localhost.
I have even gone as far as disabling all security software to make sure that
it is not blocking the connection.
Any replies would be fantastic : )