java-server Questions
5
Solved
I want to create a very simple HTTP server application in Java.
For example, if I run the server on localhost in port 8080, and I make to following call from my browser, I want to get a Json array...
Strickland asked 17/2, 2015 at 21:4
3
Solved
I am writing a small game server using Java.
I use TooTallNate-Java-Websockets library to create my websocket server.
Everything works when I run my server on localhost , I can connect to it from ...
Camden asked 30/5, 2015 at 17:37
6
Solved
I am a little confused.
Oracle says Java 8 is highly compatible with Java 7 (backward). But, what possibilities exist that Java 8 program can be run on Java 7 successfully (SE/EE)?
If point one w...
Kirstiekirstin asked 24/3, 2014 at 13:11
1
Solved
Is there an easy way to reproduce the tcp CLOSE_WAIT state with a java program?
I have a legacy java application that have this problem and I'd like to be able to reproduce it so that i can test m...
Holoenzyme asked 18/4, 2013 at 8:15
4
I installed JBoss 5.0.1
and ran it , but when i called it from the same computer on localhost:8080 it works
but when i call it from other computer it doesnt work at all using the computer IP ... wh...
Henrieta asked 1/6, 2011 at 16:47
5
Solved
I want to create http socket connection for server in php for multiple client . how can I do that ? I need some resource .
First I was trying to create server in java .I create a server in java . ...
Edea asked 9/5, 2011 at 13:20
3
This is the context: I've just developed an app that needs to be launched in SERVER mode (java -server). I'm using the JSE SDK (JDK) and I have no problems to run the app because the JDK has the Se...
Meltage asked 14/10, 2010 at 17:45
1
Solved
Are there any examples(ready scripts) to connect to java server with socket.io library?
My problem: I have a server that works on java (proceed some data from clients) and a java client that is alw...
Flatware asked 1/3, 2012 at 10:45
1
Solved
Is there any tutorial on JSON RESTful interface (using JAVA servlet) ? The purpose is to call to external REST interface for data, and handle the data by the client(javascript client).
I am not su...
Overwrite asked 29/3, 2011 at 8:33
1
© 2022 - 2024 — McMap. All rights reserved.