diff --git a/cactus/src/plugin-resources/conf/cactus.properties b/cactus/src/plugin-resources/conf/cactus.properties deleted file mode 100644 index b69e2da3..00000000 --- a/cactus/src/plugin-resources/conf/cactus.properties +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration file for Cactus. - -# Each project using Cactus need to have such a file put in the client side -# CLASSPATH (Meaning the directory containgin this file should be in the client -# side CLASSPATH, not the file itself of course ... :) ) - -# Defines the URLs that will be used by Cactus to call it's redirectors. -# You need to specify in these URLs the webapp context that you use for your -# application. In the example below, the context is "test". - -# Web app Context under which our application to test runs -cactus.contextURL = http://localhost:@maven.cactus.port@/test - -# Default Servlet Redirector Name. Used by ServletTestCase test cases. -cactus.servletRedirectorName = ServletRedirector - -# Default JSP Redirector Name. Used by JspTestCase test cases. -cactus.jspRedirectorName = JspRedirector - -# Default Filter Redirector Name. Used by FilterTestCase test cases. -cactus.filterRedirectorName = FilterRedirector diff --git a/cactus/src/plugin-resources/conf/containers/resin2x/resin.conf b/cactus/src/plugin-resources/conf/containers/resin2x/resin.conf deleted file mode 100644 index dd9a9ceb..00000000 --- a/cactus/src/plugin-resources/conf/containers/resin2x/resin.conf +++ /dev/null @@ -1,21 +0,0 @@ - - - - - . - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/cactus/src/plugin-resources/conf/containers/tomcat4x/server.xml b/cactus/src/plugin-resources/conf/containers/tomcat4x/server.xml deleted file mode 100644 index ab77ff97..00000000 --- a/cactus/src/plugin-resources/conf/containers/tomcat4x/server.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cactus/src/plugin-resources/conf/containers/tomcat4x/tomcat-users.xml b/cactus/src/plugin-resources/conf/containers/tomcat4x/tomcat-users.xml deleted file mode 100644 index ff0637a2..00000000 --- a/cactus/src/plugin-resources/conf/containers/tomcat4x/tomcat-users.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/cactus/src/plugin-resources/conf/containers/weblogic7x/DefaultAuthenticatorInit.ldift b/cactus/src/plugin-resources/conf/containers/weblogic7x/DefaultAuthenticatorInit.ldift deleted file mode 100644 index 114a4c8d..00000000 --- a/cactus/src/plugin-resources/conf/containers/weblogic7x/DefaultAuthenticatorInit.ldift +++ /dev/null @@ -1,65 +0,0 @@ -dn: dc=@domain@ -dc: @domain@ -objectclass: top -objectclass: domain - -dn: ou=@realm@, dc=@domain@ -ou: @realm@ -objectclass: top -objectclass: organizationalUnit - -dn: ou=groups,ou=@realm@, dc=@domain@ -ou: groups -objectclass: organizationalUnit -objectclass: top - -dn: cn=Administrators,ou=groups,ou=@realm@, dc=@domain@ -memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Administrators,ou=groups,ou=@realm@,dc=@domain@)) -description: Administrators group -objectclass: top -objectclass: groupOfUniqueNames -objectclass: groupOfURLs -cn: Administrators - -dn: cn=Deployers,ou=groups,ou=@realm@, dc=@domain@ -memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Deployers,ou=groups,ou=@realm@,dc=@domain@)) -description: Deployers group -objectclass: top -objectclass: groupOfUniqueNames -objectclass: groupOfURLs -cn: Deployers - -dn: cn=Operators,ou=groups,ou=@realm@, dc=@domain@ -memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Operators,ou=groups,ou=@realm@,dc=@domain@)) -description: Operators group -objectclass: top -objectclass: groupOfUniqueNames -objectclass: groupOfURLs -cn: Operators - -dn: cn=Monitors,ou=groups,ou=@realm@, dc=@domain@ -memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Monitors,ou=groups,ou=@realm@,dc=@domain@)) -description: Monitors group -objectclass: top -objectclass: groupOfUniqueNames -objectclass: groupOfURLs -cn: Monitors - -dn: ou=people,ou=@realm@, dc=@domain@ -ou: people -objectclass: organizationalUnit -objectclass: top - -dn: uid=system,ou=people,ou=@realm@, dc=@domain@ -description: system -objectclass: inetOrgPerson -objectclass: organizationalPerson -objectclass: person -objectclass: top -cn: system -sn: system -userpassword: {ssha}XYqqB9c/6OXoNVCOil7ZRdbb/GSIXVcE -uid: system -objectclass: wlsUser -wlsMemberOf: cn=Administrators,ou=groups,ou=@realm@,dc=@domain@ - diff --git a/cactus/src/plugin-resources/conf/containers/weblogic7x/SerializedSystemIni.dat b/cactus/src/plugin-resources/conf/containers/weblogic7x/SerializedSystemIni.dat deleted file mode 100644 index 467266d3..00000000 --- a/cactus/src/plugin-resources/conf/containers/weblogic7x/SerializedSystemIni.dat +++ /dev/null @@ -1,2 +0,0 @@ -y - tf2s"4-jj{D6b( \ No newline at end of file diff --git a/cactus/src/plugin-resources/conf/containers/weblogic7x/config.xml b/cactus/src/plugin-resources/conf/containers/weblogic7x/config.xml deleted file mode 100644 index ee9ae2a5..00000000 --- a/cactus/src/plugin-resources/conf/containers/weblogic7x/config.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/cactus/src/plugin-resources/conf/containers/weblogic7x/fileRealm.properties b/cactus/src/plugin-resources/conf/containers/weblogic7x/fileRealm.properties deleted file mode 100644 index 64b2afa3..00000000 --- a/cactus/src/plugin-resources/conf/containers/weblogic7x/fileRealm.properties +++ /dev/null @@ -1,9 +0,0 @@ -#Wed Jun 19 22:19:44 BST 2002 -acl.modify.weblogic.admin.acl=Administrators -acl.unlockServer.weblogic.admin=Administrators -user.system=0xa7dc9690ce40f88dac3bdd23cb32588ff5546bb6 -acl.lockServer.weblogic.admin=Administrators -acl.unlockuser.weblogic.passwordpolicy=Administrators -acl.shutdown.weblogic.admin=Administrators -acl.boot.weblogic.server=Administrators,everyone -group.Administrators=system diff --git a/cactus/src/plugin-resources/conf/containers/weblogic7x/weblogic.xml b/cactus/src/plugin-resources/conf/containers/weblogic7x/weblogic.xml deleted file mode 100644 index 0eaaf4ec..00000000 --- a/cactus/src/plugin-resources/conf/containers/weblogic7x/weblogic.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - test - testuser - - - \ No newline at end of file diff --git a/cactus/src/plugin-resources/conf/excluded.properties b/cactus/src/plugin-resources/conf/excluded.properties deleted file mode 100644 index 8f5e3915..00000000 --- a/cactus/src/plugin-resources/conf/excluded.properties +++ /dev/null @@ -1,16 +0,0 @@ -# -# The list of excluded package paths for the TestCaseClassLoader -# -excluded.0=sun.* -excluded.1=com.sun.* -excluded.2=org.omg.* -excluded.3=javax.* -excluded.4=sunw.* -excluded.5=java.* -excluded.6=org.w3c.dom.* -excluded.7=org.xml.sax.* -excluded.8=net.jini.* -excluded.9=org.apache.common.logging.* -excluded.10=org.apache.cactus.* -excluded.11=com.meterware.httpunit.* - diff --git a/cactus/src/plugin-resources/conf/web.xml b/cactus/src/plugin-resources/conf/web.xml deleted file mode 100644 index d58e9e84..00000000 --- a/cactus/src/plugin-resources/conf/web.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - FilterRedirector - org.apache.cactus.server.FilterTestRedirector - - - - FilterRedirector - /FilterRedirector - - - - - ServletRedirector - org.apache.cactus.server.ServletTestRedirector - - - - ServletRedirectorSecure - org.apache.cactus.server.ServletTestRedirector - - - - JspRedirector - /jspRedirector.jsp - - - - ServletRedirector - /ServletRedirector - - - - ServletRedirectorSecure - /ServletRedirectorSecure - - - - JspRedirector - /JspRedirector - - - - - SecurityRestriction - Protect the Cactus redirector servlet. - /ServletRedirectorSecure - GET - POST - - - Authorized Users Group - test - - - NONE - - - - - BASIC - - - - Test role - test - - diff --git a/cactus/src/plugin-resources/conf/web.xml.dvsl b/cactus/src/plugin-resources/conf/web.xml.dvsl deleted file mode 100644 index e864e273..00000000 --- a/cactus/src/plugin-resources/conf/web.xml.dvsl +++ /dev/null @@ -1,118 +0,0 @@ -## ----------------------------------------------------- -## X M L R O O T -## ----------------------------------------------------- -#match ("web-app") - - - - - - $context.applyTemplates("icon") - $context.applyTemplates("display-name") - $context.applyTemplates("description") - $context.applyTemplates("distributable") - $context.applyTemplates("context-param") - - - FilterRedirector - org.apache.cactus.server.FilterTestRedirector - - - $context.applyTemplates("filter") - - - FilterRedirector - /FilterRedirector - - - $context.applyTemplates("filter-mapping") - $context.applyTemplates("listener") - - - ServletRedirector - org.apache.cactus.server.ServletTestRedirector - - - - ServletRedirectorSecure - org.apache.cactus.server.ServletTestRedirector - - - - JspRedirector - /jspRedirector.jsp - - - $context.applyTemplates("servlet") - - - ServletRedirector - /ServletRedirector - - - - ServletRedirectorSecure - /ServletRedirectorSecure - - - - JspRedirector - /JspRedirector - - - $context.applyTemplates("servlet-mapping") - $context.applyTemplates("session-config") - $context.applyTemplates("mime-mapping") - $context.applyTemplates("welcome-file-list") - $context.applyTemplates("error-page") - $context.applyTemplates("taglib") - $context.applyTemplates("resource-env-ref") - $context.applyTemplates("resource-ref") - - - - SecurityRestriction - Protect the Cactus redirector servlet. - /ServletRedirectorSecure - GET - POST - - - Authorized Users Group - test - - - NONE - - - - - BASIC - - - - Test role - test - - - $context.applyTemplates("env-entry") - $context.applyTemplates("ejb-ref") - $context.applyTemplates("ejb-local-ref") - - -#end - -## ----------------------------------------------------- -## D E F A U L T C O P Y -## ----------------------------------------------------- - -#match( "text()" )$node.value()#end -#match( "@*" ) $node.name()="$node.value()"#end -#match("*") -#if ($node.name() == "source") -$context.applyTemplates("source"); -#else<$node.name()$context.applyTemplates("@*")>#foreach($n in $node.children())$context.applyTemplates($n)#end -#end -#end diff --git a/cactus/src/plugin-resources/conf/web/jspRedirector.jsp b/cactus/src/plugin-resources/conf/web/jspRedirector.jsp deleted file mode 100644 index 923a103e..00000000 --- a/cactus/src/plugin-resources/conf/web/jspRedirector.jsp +++ /dev/null @@ -1,28 +0,0 @@ -<%@page import="org.apache.cactus.server.*" session="true" %><% - - /** - * Note: - * It is very important not to put any character between the end - * of the page tag and the beginning of the java code expression, otherwise, - * the generated servlet containss a 'out.println("\r\n");' and this breaks - * our mechanism ! - */ - - /** - * This JSP is used as a proxy to call your server-side unit tests. We use - * a JSP rather than a servlet because for testing custom JSP tags for - * example we need access to JSP implicit objects (PageContext and - * JspWriter). - */ - - JspImplicitObjects objects = new JspImplicitObjects(); - objects.setHttpServletRequest(request); - objects.setHttpServletResponse(response); - objects.setServletConfig(config); - objects.setServletContext(application); - objects.setJspWriter(out); - objects.setPageContext(pageContext); - - JspTestRedirector redirector = new JspTestRedirector(); - redirector.doGet(objects); -%> \ No newline at end of file diff --git a/cactus/src/plugin-resources/scripts/resin.2x.jelly b/cactus/src/plugin-resources/scripts/resin.2x.jelly deleted file mode 100644 index 14cffadd..00000000 --- a/cactus/src/plugin-resources/scripts/resin.2x.jelly +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Property maven.cactus.resin2x.home is not defined - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/cactus/src/plugin-resources/scripts/tomcat.4x.jelly b/cactus/src/plugin-resources/scripts/tomcat.4x.jelly deleted file mode 100644 index 73567f78..00000000 --- a/cactus/src/plugin-resources/scripts/tomcat.4x.jelly +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Property maven.cactus.tomcat4x.home is not defined - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/cactus/src/plugin-resources/scripts/weblogic.7x.jelly b/cactus/src/plugin-resources/scripts/weblogic.7x.jelly deleted file mode 100644 index 3a33e5e6..00000000 --- a/cactus/src/plugin-resources/scripts/weblogic.7x.jelly +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Property maven.cactus.weblogic7x.home is not defined - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file