From 7dca020819b7573cd05bd54482fb5d1afe9bb658 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 6 May 2015 16:06:34 -0400 Subject: Patches to get nuxwdog working with systemd This patch adds some new unit files and targets for starting instances with nuxwdog, as well as logic within the pki-server nuxwdog module to switch to/from the old and new systemd unit files. It also corrects some issues found in additional testing of the nuxwdog change scripts. To use nuxwdog to start the instance, a user needs to do the following: 1. Create an instance normally. 2. Run: pki-server instance-nuxwdog-enable 3. Start the instance using: systemctl start pki-tomcatd-nuxwdog@.service To revert the instance, simply do the following: 1. Run: pki-server instance-nuxwdog-disable 2. Start the instance using: systemctl start pki-tomcatd@.service --- base/java-tools/src/com/netscape/cmstools/HttpClient.java | 1 - 1 file changed, 1 deletion(-) (limited to 'base/java-tools/src/com') diff --git a/base/java-tools/src/com/netscape/cmstools/HttpClient.java b/base/java-tools/src/com/netscape/cmstools/HttpClient.java index 132375298..f0603a4bd 100644 --- a/base/java-tools/src/com/netscape/cmstools/HttpClient.java +++ b/base/java-tools/src/com/netscape/cmstools/HttpClient.java @@ -30,7 +30,6 @@ import java.io.InputStream; import java.io.InputStreamReader; import java.io.PrintStream; import java.net.Socket; -import java.net.SocketException; import java.util.StringTokenizer; import org.mozilla.jss.CryptoManager; -- cgit