About 592,000 results
Open links in new tab
  1. Which free version of Java can I use for production environments …

    Oct 6, 2019 · After the free use license period, Oracle intends to use the OTN License, the same currently used for Java 8 and 11 LTS releases, for subsequent updates. Non-LTS releases …

  2. Where and how to deploy a Java Spring Boot application for free ...

    Apr 24, 2020 · With scalingo.com you get 30 days free trial. That's where I managed to host my java app and mysql DB for free. It's only 30 days but it allows you to se how deployment works …

  3. Simple HTTP server in Java using only Java SE API

    Sep 17, 2010 · Since Java SE 6, there's a builtin HTTP server in Sun Oracle JRE. The Java 9 module name is jdk.httpserver.The com.sun.net.httpserver package summary outlines the …

  4. Create a simple HTTP server with Java? - Stack Overflow

    Apr 26, 2010 · Jetty is pretty lightweight, but it does provide a servlet container, which may contradict your requirement against using an "application server". Jetty 12 has separated the …

  5. How to free memory in Java? - Stack Overflow

    Since server CPUs now almost all have multiple cores, this is A Really Good Tradeoff to have available. Look at your flags tuning memory use. Especially in newer versions of Java, if you …

  6. How to get the server name in a Java Web Application

    In fact, you cannot get the value purely from the server side, since it's possible that the user has defined its own hostname for your server. request.getHeader("Host") If your server is behind …

  7. Get Application Server name or ip and port in Java

    Dec 7, 2015 · We have two application server instances running on a single physical box and therefore have two active ports per box i.e. 9080, 9081. What I'd like to have is <Application …

  8. How can I get the memory that my Java program uses via Java's …

    Jun 29, 2013 · You're doing it correctly. The way to get memory usage is exactly as you described: Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory()

  9. creating a Java Proxy Server that accepts HTTPS

    Feb 20, 2012 · After that you have to supply client's incoming input stream without headers/host etc to upstream server and incoming stream from upstream server to client. You don't need to …

  10. ftp - java code to download a file from server - Stack Overflow

    Apr 28, 2014 · using java code in windows i need to download several files from a directory placed in a server. those files in server are generated separately. so i'll not know the name of …

Refresh