From a2e06181b801f102d74e2c4f49091caac16276db Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Tue, 21 Sep 2010 12:51:53 +0800 Subject: [PATCH] added tomcat development configuration template with ssl connector enabled. --- tomcatConfig/META-INF/tomcat/dev.readme.txt | 5 + tomcatConfig/META-INF/tomcat/server.dev.xml | 129 ++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 tomcatConfig/META-INF/tomcat/dev.readme.txt create mode 100644 tomcatConfig/META-INF/tomcat/server.dev.xml diff --git a/tomcatConfig/META-INF/tomcat/dev.readme.txt b/tomcatConfig/META-INF/tomcat/dev.readme.txt new file mode 100644 index 0000000000..a8b121a5fc --- /dev/null +++ b/tomcatConfig/META-INF/tomcat/dev.readme.txt @@ -0,0 +1,5 @@ +For development, save server.dev.xml as server.xml and change the ssl keystorepass to match +the keystorepass you use for your development jre. + +This step is to enabled tomcat ssl connector which is needed for the swing client to use the +remote Server and Status service. \ No newline at end of file diff --git a/tomcatConfig/META-INF/tomcat/server.dev.xml b/tomcatConfig/META-INF/tomcat/server.dev.xml new file mode 100644 index 0000000000..2531ba32ea --- /dev/null +++ b/tomcatConfig/META-INF/tomcat/server.dev.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +