Remove unused module
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 11 Dec 2012 11:27:41 +0000 (11:27 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 11 Dec 2012 11:27:41 +0000 (11:27 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5955 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/org.argeo.server.tomcat/.classpath [deleted file]
server/modules/org.argeo.server.tomcat/.project [deleted file]
server/modules/org.argeo.server.tomcat/.settings/org.eclipse.pde.core.prefs [deleted file]
server/modules/org.argeo.server.tomcat/build.properties [deleted file]
server/modules/org.argeo.server.tomcat/conf/server.xml [deleted file]
server/modules/org.argeo.server.tomcat/pom.xml [deleted file]
server/modules/org.argeo.server.tomcat/tomcat.properties [deleted file]

diff --git a/server/modules/org.argeo.server.tomcat/.classpath b/server/modules/org.argeo.server.tomcat/.classpath
deleted file mode 100644 (file)
index 5f10ee2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>>>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-</classpath>
diff --git a/server/modules/org.argeo.server.tomcat/.project b/server/modules/org.argeo.server.tomcat/.project
deleted file mode 100644 (file)
index c24b7f3..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.server.tomcat</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/server/modules/org.argeo.server.tomcat/.settings/org.eclipse.pde.core.prefs b/server/modules/org.argeo.server.tomcat/.settings/org.eclipse.pde.core.prefs
deleted file mode 100644 (file)
index 8dee388..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#Thu Apr 14 16:09:49 CEST 2011
-eclipse.preferences.version=1
-pluginProject.extensions=false
-resolve.requirebundle=false
diff --git a/server/modules/org.argeo.server.tomcat/build.properties b/server/modules/org.argeo.server.tomcat/build.properties
deleted file mode 100644 (file)
index 5f22cdd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bin.includes = META-INF/
diff --git a/server/modules/org.argeo.server.tomcat/conf/server.xml b/server/modules/org.argeo.server.tomcat/conf/server.xml
deleted file mode 100644 (file)
index b138b46..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<Server port="8005" shutdown="SHUTDOWN">
-       <!--APR library loader. Documentation at /docs/apr.html -->
-       <!-- <Listener className="org.apache.catalina.core.AprLifecycleListener" 
-               SSLEngine="on" /> -->
-       <!-- Initialize Jasper prior to webapps are loaded. -->
-       <Listener className="org.apache.catalina.core.JasperListener" />
-       <!-- JMX -->
-       <!-- <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" 
-               /> <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" 
-               /> -->
-
-       <Service name="Catalina">
-               <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
-                       maxThreads="150" minSpareThreads="4" />
-
-               <!-- HTTP -->
-               <Connector executor="tomcatThreadPool" port="${argeo.server.port.http}"
-                       protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="${argeo.server.port.https}"
-                       secure="${argeo.server.http.secure}" proxyName="${argeo.server.http.proxyName}"
-                       proxyPort="${argeo.server.http.proxyPort}" />
-               <!-- HTTPS
-               <Connector port="${argeo.server.port.https}" protocol="HTTP/1.1"
-                       SSLEnabled="true" scheme="https" secure="true" sslProtocol="TLS"
-                       keystoreFile="${argeo.server.keystoreFile}" keystoreType="JKS"
-                       keystorePass="${argeo.server.keystorePass}" truststoreFile="${argeo.server.truststoreFile}"
-                       truststoreType="JKS" truststorePass="${argeo.server.truststorePass}"
-                       clientAuth="${argeo.server.https.clientAuth}" />
-                        -->
-               <!-- AJP (for proxying with httpd) -->
-               <Connector port="${argeo.server.port.ajp}" protocol="AJP/1.3"
-                       redirectPort="${argeo.server.port.https}" />
-
-               <Engine name="Catalina" defaultHost="localhost">
-                       <Host name="localhost" appBase="webapps" unpackWARs="true"
-                               autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"
-                               workDir="work">
-                       </Host>
-               </Engine>
-       </Service>
-</Server>
\ No newline at end of file
diff --git a/server/modules/org.argeo.server.tomcat/pom.xml b/server/modules/org.argeo.server.tomcat/pom.xml
deleted file mode 100644 (file)
index 7b458b3..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons.server</groupId>
-               <version>1.1.9-SNAPSHOT</version>
-               <artifactId>modules</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.server.tomcat</artifactId>
-       <name>Commons Server Default Tomcat configuration</name>
-       <description>Integrates into OSGi HTTP registry</description>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Fragment-Host>org.argeo.catalina.start</Fragment-Host>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file
diff --git a/server/modules/org.argeo.server.tomcat/tomcat.properties b/server/modules/org.argeo.server.tomcat/tomcat.properties
deleted file mode 100644 (file)
index 5e6a5f1..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-argeo.server.port.http=7070
-argeo.server.port.https=7073
-argeo.server.port.ajp=7079
-
-# Used only when SSL is activated (uncommented in server.xml)
-argeo.server.keystoreFile=../../../../ssl/server.ks
-argeo.server.keystorePass=changeit
-argeo.server.truststoreFile=../../../../ssl/server.ts
-argeo.server.truststorePass=changeit
-argeo.server.https.clientAuth=want
-
-argeo.server.http.proxyName=
-argeo.server.http.proxyPort=
-argeo.server.http.secure=false
\ No newline at end of file