Hi all....
I am new to Mobile Java.I have gone through the documentation and learnt to use the ktoolbar.I could also run the example applications available with the wireless toolkit.
I am trying to run the DBMIDlet example used to access remote relational database.For the server-side,I have successfully deployed the war file and it runs fine at http://localhost:8080/DatabaseProxy.
Now I need to run that on the emulator.But the JAD file for DBMIDlet specified the Proxy-URL:http://www.myhost.com/databaseproxy-1.0/servlet/dbproxy
So i tried changing it to
Proxy-URL:http://localhost:8080/DatabaseProxy
But when i build and run the midlet,it says error 302.
kindly help.

Reply With Quote

