About 241,000 results
Open links in new tab
  1. Simple HTTP server in Java using only Java SE API

    Sep 17, 2010 · Is there a way to create a very basic HTTP server (supporting only GET/POST) in Java using just the Java SE API, without writing code to manually parse HTTP requests and …

  2. How to create a basic Java Server? - Stack Overflow

    Aug 16, 2013 · 0 I did a Java program that basically implemented a sort of chat between a client and a server. Used a socket to open up a port of the server that would hear incoming …

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

    Apr 26, 2010 · 5 Java 6 has a default embedded http server. Check the thread here By the way, if you plan to have a rest web service, here is a simple example using jersey.

  4. How to generate keystore and truststore - Stack Overflow

    Nov 27, 2017 · 45 How to: Generate keystore Generate truststore To make SSL work between client and server, I need help in only Generation of keystore and truststore for mutual …

  5. ssl - Simple Java HTTPS server - Stack Overflow

    Feb 22, 2010 · I need to set up a really lightweight HTTPS server for a Java application. It's a simulator that's being used in our development labs to simulate the HTTPS connections …

  6. How do you configure a DataSource in Java to connect to MS SQL …

    I'm trying to follow Java's JDBC tutorials to write a Java program that can connect to SQL Server 2008. I'm getting lost at the point of making a connection. The following snippet is from the tut...

  7. How do I fix Error: could not create the Java VM?

    Aug 18, 2020 · 1 Recently, i've been trying to set up forge on java minecraft. However, a problem popped up where, after installing java, I would get this message upon attempting to open the …

  8. java - Cannot create PoolableConnectionFactory - Stack Overflow

    Mar 5, 2011 · What is the problem? Can't connect to database? org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory …

  9. A Simple Http Server with Java/Socket? - Stack Overflow

    A Simple Http Server with Java/Socket? Asked 13 years, 1 month ago Modified 6 years, 3 months ago Viewed 89k times

  10. How to create Java socket that is localhost only?

    Feb 5, 2010 · 39 I have a Java server that opens up a socket using ServerSocket (using Thrift with it). This server has a client on the local machine in Obj-c that communicates with the Java …