Author: remy.maucherat(a)jboss.com
Date: 2008-03-07 07:57:03 -0500 (Fri, 07 Mar 2008)
New Revision: 486
Added:
trunk/res/jboss/
trunk/res/jboss/org/
trunk/res/jboss/org/apache/
trunk/res/jboss/org/apache/catalina/
trunk/res/jboss/org/apache/catalina/startup/
trunk/res/jboss/org/apache/catalina/startup/catalina.properties
Removed:
trunk/jboss/
trunk/lib/README.txt
trunk/lib/ant.jar
trunk/lib/jasper-jdt.jar
trunk/xdocs/
Modified:
trunk/.classpath
trunk/build.xml
trunk/dist.xml
Log:
- Remove some top level folders from the repository.
- Remove Ant and JDT as they were not very useful, but were using lots of space in the
source bundle.
Modified: trunk/.classpath
===================================================================
--- trunk/.classpath 2008-03-07 11:13:13 UTC (rev 485)
+++ trunk/.classpath 2008-03-07 12:57:03 UTC (rev 486)
@@ -2,8 +2,6 @@
<classpath>
<classpathentry excluding="**/.svn/**" kind="src"
path="java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/ant.jar"/>
- <classpathentry kind="lib" path="lib/jasper-jdt.jar"/>
<classpathentry kind="lib" path="lib/jboss-jaxrpc.jar"/>
<classpathentry kind="lib" path="lib/mail.jar"/>
<classpathentry kind="lib" path="lib/wsdl4j.jar"/>
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-03-07 11:13:13 UTC (rev 485)
+++ trunk/build.xml 2008-03-07 12:57:03 UTC (rev 486)
@@ -64,6 +64,7 @@
<fileset dir="${basedir}/lib">
<include name="*.jar"/>
</fileset>
+ <pathelement path="${jasper-jdt.jar}"/>
</path>
<!-- Just build Tomcat -->
@@ -583,7 +584,7 @@
<!-- Javadoc and i18n exclusions -->
<exclude name="**/package.html" />
</fileset>
- <fileset dir="${basedir}/jboss">
+ <fileset dir="${basedir}/res/jboss">
<include name="org/apache/catalina/startup/catalina.properties"
/>
</fileset>
</jar>
Modified: trunk/dist.xml
===================================================================
--- trunk/dist.xml 2008-03-07 11:13:13 UTC (rev 485)
+++ trunk/dist.xml 2008-03-07 12:57:03 UTC (rev 486)
@@ -132,10 +132,6 @@
<fixcrlf srcdir="${tomcat.dist}/bin" includes="*.bat"
eol="crlf"/>
<chmod dir="${tomcat.dist}/bin" includes="*.sh"
perm="+x"/>
- <copy todir="${tomcat.jars}">
- <fileset dir="${tomcat.build}/lib" />
- </copy>
-
</target>
<target name="dist-javadoc" description="Create the Tomcat
javadoc" >
Deleted: trunk/lib/README.txt
===================================================================
--- trunk/lib/README.txt 2008-03-07 11:13:13 UTC (rev 485)
+++ trunk/lib/README.txt 2008-03-07 12:57:03 UTC (rev 486)
@@ -1 +0,0 @@
-These JARs are present to facilitate workspace setup in IDEs.
\ No newline at end of file
Deleted: trunk/lib/ant.jar
===================================================================
(Binary files differ)
Deleted: trunk/lib/jasper-jdt.jar
===================================================================
(Binary files differ)
Added: trunk/res/jboss/org/apache/catalina/startup/catalina.properties
===================================================================
--- trunk/res/jboss/org/apache/catalina/startup/catalina.properties
(rev 0)
+++ trunk/res/jboss/org/apache/catalina/startup/catalina.properties 2008-03-07 12:57:03
UTC (rev 486)
@@ -0,0 +1,11 @@
+# JBoss AS configuration
+org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
+org.apache.catalina.core.StandardService.DELAY_CONNECTOR_STARTUP=true
+org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
+org.apache.catalina.connector.Request.SESSION_ID_CHECK=true
+
+# String cache configuration.
+tomcat.util.buf.StringCache.byte.enabled=true
+#tomcat.util.buf.StringCache.char.enabled=true
+#tomcat.util.buf.StringCache.trainThreshold=500000
+#tomcat.util.buf.StringCache.cacheSize=5000
Property changes on: trunk/res/jboss/org/apache/catalina/startup/catalina.properties
___________________________________________________________________
Name: svn:executable
+ *
Show replies by date