Hi friends,
I'm building Servlet in j2me.When i run this Servlet on web browser the Servlet running fine.But while in application when i used
conn = (HttpConnection)Connector.open( url );
where url = "http://localhost:8080/servlets-examples/hits"
It hangs ,the debugger stuck at this method .It didn't throw any Exception also.
Whats the problem?how could i resolve this issue?
Note:
I've used the follwing tutorial
http://developers.sun.com/techtopics...les/tutorial2/
to build servlet in MIDlet.
Regards,
Sachin Warang.

Reply With Quote


