diff options
author | Matthew Harmsen <mharmsen@redhat.com> | 2012-07-03 17:52:33 -0700 |
---|---|---|
committer | Matthew Harmsen <mharmsen@redhat.com> | 2012-07-19 10:15:56 -0700 |
commit | 0ce6c97e4fe0e36786b78c273833b8f1dfbc12b4 (patch) | |
tree | 79c0152be9f49069e977d0156283dbed746e7cfb /.classpath | |
parent | 32b2670ba16084896e10ae27f7ce7b50313e375a (diff) | |
download | pki-0ce6c97e4fe0e36786b78c273833b8f1dfbc12b4.tar.gz pki-0ce6c97e4fe0e36786b78c273833b8f1dfbc12b4.tar.xz pki-0ce6c97e4fe0e36786b78c273833b8f1dfbc12b4.zip |
PKI Deployment Scriptlets
* Integration of Tomcat 7
* Introduction of dependency upon tomcatjss 7.0
* Removal of http filtering configuration mechanisms
* Introduction of additional slot substitution to
support revised filesystem layout
* Addition of 'pkiuser' uid:gid creation methods
* Inclusion of per instance '*.profile' files
* Introduction of configurable 'configurationRoot'
parameter
* Introduction of default configuration of 'log4j'
mechanism (alee)
* Modify web.xml to use new Application classes to
bootstrap servers (alee)
* Introduction of "Wrapper" logic to support
Tomcat 6 --> Tomcat 7 API change (jmagne)
* Added jython helper function to allow attaching
a remote java debugger (e. g. - eclipse)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath index f58839361..28dddffc2 100644 --- a/.classpath +++ b/.classpath @@ -39,10 +39,11 @@ <classpathentry kind="lib" path="/usr/share/java/velocity.jar"/> <classpathentry kind="lib" path="/usr/share/java/xerces-j2.jar"/> <classpathentry kind="lib" path="/usr/share/java/xml-commons-apis.jar"/> - <classpathentry kind="lib" path="/usr/share/tomcat6/lib/catalina.jar"/> <classpathentry kind="lib" path="/usr/share/java/istack-commons-runtime.jar"/> <classpathentry kind="lib" path="/usr/share/java/jss/jss4.jar"/> <classpathentry kind="lib" path="/usr/share/java/apache-commons-lang.jar"/> <classpathentry kind="lib" path="/usr/share/java/resteasy/resteasy-atom-provider.jar"/> + <classpathentry kind="lib" path="/usr/share/java/tomcat/catalina.jar"/> + <classpathentry kind="lib" path="/usr/share/java/tomcat/tomcat-util.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> |