While installing ur midlet on the real mobile what url (in Connector.open(url))did u use to connect to the servlet present in apache servlet folder.
I want to send data to a local pc with apache installed an get a response..it works fine on an emulator in wireless toolkit but it does not connect to the servlet when d midlet is installed on a real mobile.i feel there is a problem with the url..
am using my local ip rather than 127.0.0.1 at 8080 port to connect..