Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

J2ME application connecting to servlet

843849May 27 2005 — edited Feb 4 2008
I 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 : )
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2008
Added on May 27 2005
2 comments
134 views