My midlet can't make a http connection to a linux server when using the S40 SDK platform. It works fine with WTK 2.5.2 platform.
I had the same experience with The Fruit machine Example.
Case 1) the servlet is deployed on Glassfish V2 running in my Windows Vista Box => the example worked fine using either s40 SDK platform or WTK platform.
Case 2) The servlet is now deployed on Glassfish V2 running in my linux Ubuntu box => The example does not work using s40 SDK platform. But it still works fine using WTP platform
In both cases, I use Netbeans 6.5 IDE
In case 2) when I test incomming TCP connection using ngrep, I don't see any incoming data from the s40 emulator, even though the disgnostic frame shows that the emulator has sent a request to the server. This request just never hit the linux server. But it always hit the Windows Vista server.
Anyone has an idea ?


Reply With Quote


