I have blogged before on the utility of the HttpServer provided with the Oracle HotSpot JVM. One of the general challenges associated with its use is the lack of documentation. Fortunately, its open ...
Ever since I began developing server-side Java applications, I’ve had to constantly restart the server. Whether it is a Java HTTP server, RMI server, EJB application server, or custom server, ...