I want to know whether i can run multiple server for one java application or not?
If yes then how?Waiting for your kind reply.Thanks in advance.
Printable View
I want to know whether i can run multiple server for one java application or not?
If yes then how?Waiting for your kind reply.Thanks in advance.
What kind of Java application? desktop based? web based application?
I want to know in either case.Desktop as well as web based application.
It's possible if you are listening on one port at a time.