Hi all!
How can I open the port 80 in the N95? I'm trying to develop a server and it doesn't reply, and I think that the port is close (in fact, i have made a port scanning in the mobile and all ports are closed).
code that listen at port 80:
I've install the WS application and I think that Apache is managing the ports (open and close them), is this correct?Code:svc=ServerSocketConnection)Connector.open("socket://:80",Connector.READ_WRITE); s = (SocketConnection) svc.acceptAndOpen();
Any idea to open this port with J2ME?
Thanks for all!



