patrickl01/11/16 14:53:01
Modified:catalina/src/share/org/apache/catalina/servlets
DefaultServlet.java
Log:
Use the request's URI in error pages instead of just the path with the current
context. This behavior was in Tomcat 4.0.1 but was lost recently.
patrickl01/11/17 13:20:54
Modified:webapps/admin index.jsp
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
TreeControlTag.java
Log:
Look-and-feel patch to admin tool
Submitted by: Jazmin Jonson
Revision ChangesPath
1.5
patrickl01/11/18 09:17:08
Modified:webapps/admin/WEB-INF struts-config.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
ApplicationResources_es.properties
patrickl01/11/18 13:09:13
Modified:webapps/admin/WEB-INF web.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationServlet.java
TreeControlTestListener.java
Added: webapps/admin/WEB-INF/classes/org
patrickl01/11/18 15:54:36
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationServlet.java
TreeControlTestListener.java
Removed: webapps/admin/WEB-INF/classes/org/apache/webapp/admin
patrickl01/11/19 21:54:03
Added: webapps/admin saved.jsp
Log:
New success file
Revision ChangesPath
1.1 jakarta-tomcat-4.0/webapps/admin/saved.jsp
Index: saved.jsp
patrickl01/11/20 05:57:44
Modified:webapps/admin error.jsp
Log:
Change link to "/" to try login again. Old use of "/logOut.do" forced a user to
login twice after clicking on this link.
Revision ChangesPath
1.5 +1 -1 jakarta-tomcat-4.0/web
patrickl01/11/20 17:10:09
Modified:webapps/admin/WEB-INF struts-config.xml web.xml
Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin
SetUpTreeAction.java TreeBuilder.java
Removed: webapps/admin/WEB-INF/classes/org/apache/webapp/admin
patrickl01/11/20 17:12:08
Modified:webapps/admin index.jsp
Log:
Enhancements to the tree renderer to make it more "pluggable"
Submitted by: Jazmin Jonson
Revision ChangesPath
1.6 +1 -1 jakarta-tomcat-4.0/webapps/admin/index.jsp
Index:
patrickl01/11/26 18:46:28
Modified:webapps/admin/WEB-INF web.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
SetUpTreeAction.java TreeControlTag.java
TreeControlTestAction.java
Added: webapps/admin/WEB-INF
patrickl01/11/26 18:47:26
Modified:catalina/src/conf catalina.policy
Log:
Deleted extraneous '\n' characters that were causing the Solaris JVM to barf when
parsing this file.
Revision ChangesPath
1.18 +3 -5 jakarta-tomcat-4.0/catalina/src/conf/catal
patrickl01/11/27 14:34:25
Modified:catalina/src/bin catalina.sh tool-wrapper.sh
Added: catalina/src/bin setenv.sh
Log:
Added file for user customizable environment variables such as JAVA_HOME to be saved
Revision ChangesPath
1.21 +4 -1 jakarta-tomcat
patrickl01/11/27 15:10:14
Modified:catalina/src/bin catalina.sh tool-wrapper.sh
Removed: catalina/src/bin setenv.sh
Log:
Incorporate Jon Stevens point that we should not distribute a setenv.sh as this will
cause overwriting of the user's modified setenv.sh upon upgrade
patrickl01/11/27 17:39:10
Modified:catalina/src/bin catalina.bat tool-wrapper.bat
Log:
Add user customization of environment variables for Windows
Revision ChangesPath
1.22 +12 -6 jakarta-tomcat-4.0/catalina/src/bin/catalina.bat
Index: catalina.bat
patrickl01/11/27 19:33:49
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
TreeControlTestAction.java
Log:
Removed extraneous code
Submitted by: Jazmin Jonson
Revision ChangesPath
1.3 +15 -29
jakarta-tomcat-4.0/webapps
patrickl01/11/29 09:18:10
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
Fix for situation where an SSL connector is enabled but external dependencies (e.g.
no .keystore file, etc.) are not correctly installed. Previous to this change, Tomcat
would
patrickl01/11/30 19:09:19
Modified:webapps/admin login.jsp
Log:
Make redirect to login.jsp smoother if a timeout occurs. Now, we redirect to "." so
that, once you relogin after a timeout, the user will be forward to the welcome page.
Revision ChangesPath
1.
patrickl01/12/02 11:22:23
Modified:catalina/src/share/org/apache/catalina/startup Catalina.java
Log:
Reversed previous revision and moved server.await() into the same try/catch block as
server.start(). This change, which forces Tomcat to immediately shutdown if an
exception is
patrickl01/12/05 21:52:22
Modified:webapps/admin header.jsp
Added: webapps/admin admin.css
Log:
Added admin.css file to help provide some standard formatting stylesheet classes
Revision ChangesPath
1.4 +1 -0 jakarta-tomcat-4.0/webapps/admin/header.jsp
patrickl01/12/06 13:46:09
Modified:webapps/admin admin.css
Log:
Added font-family for buttons
Revision ChangesPath
1.2 +1 -0 jakarta-tomcat-4.0/webapps/admin/admin.css
Index: admin.css
patrickl01/12/06 14:55:58
Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin
SetUpServerAction.java LabelValueBean.java
ServerAction.java ServerForm.java
Log:
Submitted by: Manveen Kaur
Revision ChangesPath
1.1
patrickl01/12/06 14:57:54
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
ApplicationResources_es.properties
TomcatTreeBuilder.java
Log:
Implementation of
patrickl01/12/06 14:58:33
Modified:webapps/admin/WEB-INF struts-config.xml
Log:
Implementation of support for the Tomcat Server node in the admin webapp
Submitted by: Manveen Kaur
Revision ChangesPath
1.9 +26 -0 jakarta-tomcat-4.0/webapps/admin/WEB-INF
patrickl01/12/06 15:19:17
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_es.properties
Log:
Correct some of the Spanish stuff
Revision ChangesPath
1.6 +2 -2
jakarta-tomcat-4.0/webapps/admin/WEB-INF
patrickl01/12/06 15:38:29
Added: webapps/admin server.jsp
Log:
Add .jsp page for Tomcat Server node
Submitted by: Manveen Kaur
Revision ChangesPath
1.1 jakarta-tomcat-4.0/webapps/admin/server.jsp
Index: server.jsp
patrickl01/12/06 15:49:19
Modified:webapps/admin index.jsp
webapps/admin/WEB-INF struts-config.xml
Added: webapps/admin blank.jsp
Removed: webapps/admin sample.jsp
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
patrickl01/12/11 14:54:13
Modified:webapps/admin admin.css index.jsp server.jsp
tree-control-test.css
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
patrickl01/12/12 10:25:43
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_es.properties
Log:
Update Spanish resource file.
Submitted by: Adrian Almenar
Revision ChangesPath
1.8 +17 -17
jakarta
patrickl01/12/14 15:22:33
Modified:webapps/admin/WEB-INF struts-config.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
ApplicationResources_es.properties
patrickl01/12/16 11:38:02
Modified:webapps/admin/WEB-INF web.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
SetUpTreeAction.java TreeControlTag.java
Log:
In the webadmin navigation tree display, the label for the root node was
patrickl01/12/16 11:40:20
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
ApplicationResources_es.properties
SetUpServerAction.java SetUpServiceAction.java
Log
patrickl01/12/17 09:34:05
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
ApplicationResources_es.properties
SetUpServerAction.java SetUpServiceAction.java
Log
patrickl01/12/17 09:37:43
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
SetUpServerAction.java
Log:
Replace tabs with proper number of spaces to conform to coding style standard
Revision ChangesPath
1.5 +27 -27
jakarta
patrickl01/12/17 18:44:51
Modified:catalina/src/share/org/apache/catalina/startup Tool.java
Log:
Print usage statement if there are no arguments
Revision ChangesPath
1.2 +8 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/Tool.java
patrickl01/12/17 18:50:30
Modified:catalina/src/share/org/apache/catalina/startup Tool.java
Log:
Implement a better fix for the ArrayIndexOutOfBoundsException in main
Revision ChangesPath
1.3 +5 -9
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina
patrickl02/01/05 13:09:15
Modified:webapps/admin server.jsp
Log:
Get debug level values from correct bean.
Revision ChangesPath
1.5 +1 -1 jakarta-tomcat-4.0/webapps/admin/server.jsp
Index: server.jsp
patrickl02/01/09 12:07:12
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_es.properties
Log:
Updates to Spanish messages
Submitted by: Adrian Almenar
Revision ChangesPath
1.14 +45 -45
jakarta-tomcat
patrickl02/01/09 19:41:14
Modified:webapps/admin connector.jsp server.jsp service.jsp
webapps/admin/WEB-INF struts-config.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
patrickl02/01/10 12:34:04
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
TomcatTreeBuilder.java
Log:
Encoded the node label names as they contain spaces and other reserved characters.
Submitted by: Manveen Kaur
Revision Changes
patrickl02/01/14 01:34:12
Modified:catalina/src/conf catalina.policy
Log:
Add AllPermissions struts.jar in admin webapp since it was missing from the policy
file.
Revision ChangesPath
1.19 +5 -1 jakarta-tomcat-4.0/catalina/src/conf/catalina.policy
Index
patrickl02/01/14 18:55:39
Modified:catalina/src/bin catalina.bat catalina.sh cpappend.bat
digest.bat digest.sh shutdown.bat shutdown.sh
startup.bat startup.sh tool-wrapper.bat
tool-wrapper.sh
jasper
patrickl02/01/15 10:52:14
Modified:.BUILDING.txt build.properties.sample
Log:
Update to latest version of struts.jar in build.
Submitted by: Manveen Kaur
Revision ChangesPath
1.18 +5 -5 jakarta-tomcat-4.0/BUILDING.txt
Index: BUILDING.txt
patrickl02/01/16 16:28:15
Modified:catalina/src/conf catalina.policy
Log:
Add AllPermissions to admin webapp's classes directory
Revision ChangesPath
1.20 +9 -5 jakarta-tomcat-4.0/catalina/src/conf/catalina.policy
Index: catalina.p
patrickl02/01/17 21:53:26
Modified:webapps/admin host.jsp
webapps/admin/WEB-INF struts-config.xml
webapps/admin/WEB-INF/classes/org/apache/webapp/admin
ApplicationResources_en.properties
patrickl02/01/18 12:59:50
Modified:catalina/src/bin catalina.sh
Log:
Correct typo in comments
Revision ChangesPath
1.25 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh
Index: catalina.sh
patrickl02/01/18 22:08:00
Modified:.BUILDING.txt build.properties.sample
Log:
Update documentation to reflect that a newer commons-modeler nightly build is needed
to build.
Revision ChangesPath
1.20 +2 -2 jakarta-tomcat-4.0/BUILDING.txt
Index
patrickl02/01/19 16:51:54
Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin
SetUpContextAction.java TomcatTreeBuilder.java
Log:
Replace all references to the DefaultContext and StandardContext MBeans' "name"
property with &quo
patrickl02/01/21 09:51:21
Modified:catalina/src/bin catalina.sh
Log:
Correct typo that caused CATALINA_HOME to be echoed instead of CATALINA_TMPDIR.
Submitted by: Cristopher Lenz ([EMAIL PROTECTED])
Revision ChangesPath
1.26 +2 -2 jakarta-tomcat-4.0/catalina
patrickl02/01/27 19:03:44
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Replace references to "reload" lifecycle event with Lifecycle.RELOAD_EVENT to be
consistent with other events.
Revision ChangesP
patrickl02/01/30 10:10:40
Modified:catalina/src/bin Tag: tomcat_40_branch catalina.bat
catalina.sh cpappend.bat digest.bat digest.sh
shutdown.bat shutdown.sh startup.bat startup.sh
jasper/src/bin Tag: tomcat_40_branch
patrickl02/01/30 13:23:02
Modified:jasper/src/bin Tag: tomcat_40_branch jasper.bat jasper.sh
Log:
Added jar files in common/lib and removed shared/lib to fix Bugzilla bug 6108
Revision ChangesPath
No revision
No revision
patrickl02/01/30 13:29:03
Modified:jasper/src/bin jasper.bat jasper.sh
Log:
Added common/lib jar files to CLASSPATH to fix Bugzilla bug 6108
Revision ChangesPath
1.7 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat
Index: jasper.bat
patrickl02/01/30 14:04:03
Modified:jasper/src/bin Tag: tomcat_40_branch jasper.bat jasper.sh
Log:
Add classes directory to CLASSPATH
Revision ChangesPath
No revision
No revision
1.4.2.4 +2 -1 jakarta-tomcat-4.0
patrickl02/01/30 14:13:50
Modified:jasper/src/bin jasper.bat jasper.sh
Log:
Add shared/classes directory to CLASSPATH
Revision ChangesPath
1.8 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat
Index: jasper.bat
patrickl02/01/30 14:37:03
Modified:catalina/src/bin Tag: tomcat_40_branch setclasspath.bat
setclasspath.sh
Log:
Set java.endorsed.dirs property to common/lib so that the XML parser in common/lib
overrides the parser bundled with JDK 1.4. This behavior is
patrickl02/01/30 15:01:50
Modified:catalina/src/bin setclasspath.bat setclasspath.sh
Log:
Set java.endorsed.dirs property to common/lib so that the XML parser in common/lib
overrides the parser bundled with JDK 1.4. This behavior is needed for Tomcat to
behave under JDK 1.4 like
patrickl02/01/30 15:08:28
Modified:catalina/src/bin Tag: tomcat_40_branch setclasspath.bat
setclasspath.sh
Log:
Add bin directory to java.endorsed.dirs property as well since it is needed to run
with the -security option.
Revision ChangesPath
No
patrickl02/01/31 09:47:45
Modified:catalina/src/share/org/apache/catalina/authenticator Tag:
tomcat_40_branch AuthenticatorBase.java
Log:
Ported security patch from HEAD branch to fix Bugzilla bug 6151. Fixed security hole
where resources that are protected
patrickl02/02/05 09:59:28
Modified:catalina/src/bin setclasspath.bat
Log:
Add checking for all of the other tools in JAVA_HOME that the other scripts use
Revision ChangesPath
1.3 +10 -2 jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat
Index
patrickl02/02/05 10:00:20
Modified:catalina/src/bin setclasspath.sh
Log:
Add checking for all of the other tools in JAVA_HOME that the other scripts use
Revision ChangesPath
1.3 +3 -2 jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh
Index
patrickl02/02/12 15:51:21
Modified:catalina/src/bin cpappend.bat
Log:
Revert changes in previous version as previous version was accidently merged against
the wrong file
Revision ChangesPath
1.4 +1 -16 jakarta-tomcat-4.0/catalina/src/bin/cpappend.bat
patrickl02/02/12 15:53:02
Modified:catalina/src/bin Tag: tomcat_40_branch cpappend.bat
Log:
Revert changes in previous version as previous version was accidently merged against
the wrong file
Revision ChangesPath
No revision
No
patrickl02/02/12 21:55:21
Modified:catalina/src/bin Tag: tomcat_40_branch cpappend.bat
Log:
Add support for spaces in path names
Revision ChangesPath
No revision
No revision
1.2.4.3 +18 -0 jakarta-tomcat-4.0
patrickl02/02/12 21:57:08
Modified:catalina/src/bin cpappend.bat
Log:
Add support for spaces in path names
Revision ChangesPath
1.5 +18 -0 jakarta-tomcat-4.0/catalina/src/bin/cpappend.bat
Index: cpappend.bat
patrickl02/02/13 17:29:47
Modified:catalina/src/bin setclasspath.bat setclasspath.sh
Log:
Changed -Djava.endorse.dirs to new common/endorsed directory
Revision ChangesPath
1.4 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat
Index
patrickl01/11/12 17:00:03
Modified:webapps/admin banner.jsp dumpRegistry.jsp dumpServer.jsp
error.jsp login.jsp sample.jsp
tree-control-test.jsp
Log:
No content change. Just moved "footer.jsp" includes outside of the "
patrickl01/11/13 11:39:28
Modified:catalina/src/share/org/apache/catalina/connector
HttpResponseBase.java
Log:
Trap uncaught exceptions thrown by certain malformed URIs and return SC_NOT_FOUND
instead. These uncaught exceptions are thrown when URIs contain
patrickl01/11/13 11:48:13
Modified:catalina/src/share/org/apache/catalina/connector Tag:
tomcat_40_branch HttpResponseBase.java
Log:
Trap uncaught exceptions thrown by certain malformed URIs and return SC_NOT_FOUND
instead. These uncaught exceptions are
patrickl02/02/27 23:04:37
Modified:catalina/src/share/org/apache/naming/resources
WARDirContext.java
Log:
Fix to handle war files that do not have separate ZipEntry objects for directories.
Surprisingly, this is a valid format for a jar file. This fix
patrickl02/03/08 17:44:55
Modified:catalina/src/share/org/apache/naming/resources Tag:
tomcat_40_branch WARDirContext.java
Log:
Fix to handle war files that do not have separate ZipEntry objects for directories.
Surprisingly, this is a valid format for a
patrickl02/03/15 10:26:32
Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin/logger
SetUpLoggerAction.java
Log:
Add back source file that was incorrectly removed. Without this file, build will
fail.
Revision ChangesPath
1.4 +1
patrickl02/03/18 09:37:51
Modified:catalina/src/bin catalina.sh
Log:
Correct misspelled environment variable name
Revision ChangesPath
1.27 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh
Index: catalina.sh
patrickl02/03/18 09:39:15
Modified:catalina/src/bin Tag: tomcat_40_branch catalina.sh
Log:
Correct misspelled environment variable name
Revision ChangesPath
No revision
No revision
1.20.2.2 +2 -2 jakarta-tomcat
patrickl02/03/19 09:36:45
Modified:catalina/src/bin catalina.bat
Log:
Patch to fix typo
Submitted by: Christopher Elkins
Revision ChangesPath
1.26 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.bat
Index: catalina.bat
patrickl02/03/19 09:37:42
Modified:catalina/src/bin Tag: tomcat_40_branch catalina.bat
Log:
Patch to fix typo
Submitted by: Christopher Elkins
Revision ChangesPath
No revision
No revision
1.18.2.5 +2 -2
patrickl02/03/19 10:10:56
Modified:catalina/src/bin catalina.bat
Log:
Make JDPA transport configurable
Submitted by: Christopher Elkins
Revision ChangesPath
1.27 +9 -3 jakarta-tomcat-4.0/catalina/src/bin/catalina.bat
Index: catalina.bat
patrickl02/03/19 10:14:10
Modified:catalina/src/bin Tag: tomcat_40_branch catalina.bat
Log:
Make JDPA transport configurable
Submitted by: Christopher Elkins
Revision ChangesPath
No revision
No revision
1.18.2.6
patrickl02/03/19 10:21:14
Modified:catalina/src/bin catalina.sh
Log:
Add JPDA_TRANSPORT environment variable
Revision ChangesPath
1.28 +8 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh
Index: catalina.sh
patrickl02/03/19 10:24:36
Modified:catalina/src/bin Tag: tomcat_40_branch catalina.sh
Log:
Add JPDA_TRANSPORT environment variable
Revision ChangesPath
No revision
No revision
1.20.2.3 +8 -2 jakarta-tomcat-4.0
patrickl02/03/30 15:50:43
Modified:catalina/src/bin setclasspath.bat setclasspath.sh
Log:
Remove line that reset JAVA_OPTS so that user's JAVA_OPTS can be used
Revision ChangesPath
1.5 +1 -4 jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat
patrickl02/03/30 15:53:24
Modified:catalina/src/bin Tag: tomcat_40_branch setclasspath.bat
setclasspath.sh
Log:
Remove line that reset JAVA_OPTS so that user's JAVA_OPTS can be used
Revision ChangesPath
No revision
patrickl02/03/31 16:13:23
Modified:catalina/src/bin catalina.bat catalina.sh setclasspath.bat
setclasspath.sh tool-wrapper.bat tool-wrapper.sh
catalina/src/share/org/apache/catalina/startup
Bootstrap.java Tool.java
patrickl02/03/31 21:50:57
Modified:catalina/src/bin digest.sh
Log:
Correct typo in comment
Revision ChangesPath
1.7 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/digest.sh
Index: digest.sh
patrickl02/04/01 11:51:32
Modified:catalina/src/bin catalina.bat catalina.sh setclasspath.bat
setclasspath.sh tool-wrapper.bat tool-wrapper.sh
catalina/src/share/org/apache/catalina/startup
Bootstrap.java Tool.java
patrickl2002/07/18 00:28:50
Modified:jasper2/src/share/org/apache/jasper/runtime
PageContextImpl.java
Log:
Make source compilable under JDK 1.3 which is required by the Tomcat build.
Revision ChangesPath
1.13 +4 -4
jakarta-tomcat
patrickl2002/07/18 00:44:22
Modified:catalina/src/bin catalina.sh
Log:
Add CATALINA_BASE to environment variables that need to be converted when running
with Cygwin
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
1.31 +3 -1 jakarta-tomcat-4.0/catalina
patrickl2002/07/18 00:48:23
Modified:catalina/src/bin Tag: tomcat_40_branch catalina.sh
Log:
Add CATALINA_BASE to environment variables that need to be converted when running
with Cygwin
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
No
patrickl2002/07/29 08:54:38
Modified:catalina build.xml
Log:
Update so that jakarta-tomcat-connectors/jk will build.
Revision ChangesPath
1.4 +1 -0 jakarta-tomcat-catalina/catalina/build.xml
Index: build.xml
patrickl2002/07/29 11:47:26
Modified:catalina build.xml
Added: catalina/src/bin catalina.properties launcher.properties
launcher.xml
Log:
Integrate Launcher from jakarta-commons-sandbox/daemon into the build. Also, made
jakarta-commons-sandbox
patrickl2002/07/29 11:53:03
Modified:.build.properties.default download.properties
Added: .BUILDING.txt
Log:
Create initial build instructions and update versions in property files to match
build instructions.
Revision ChangesPath
1.4 +9
patrickl2002/07/29 12:04:35
Modified:.BUILDING.txt build.properties.default
Log:
Update earliest build for jakarta-commons-sandbox/daemon since the first build will
be 200020730
Revision ChangesPath
1.2 +2 -2 jakarta-tomcat-5/BUILDING.txt
Index
patrickl2002/07/29 12:06:09
Modified:.BUILDING.txt
Log:
Update earliest build for jakarta-commons-sandbox/daemon since the first build will
be 200020730
Revision ChangesPath
1.33 +3 -3 jakarta-tomcat-4.0/BUILDING.txt
Index: BUILDING.txt
patrickl2002/07/29 19:02:12
Removed: catalina/src/bin catalina.properties
Log:
Remove user configuration file as we don't want to overwrite a user's custom
configuration if they upgrade to a newer version.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
patrickl2002/07/29 20:57:24
Modified:resources/confinstall server_1.xml server_2.xml
Log:
Update documentation and comments to reference Tomcat 5, Servlet 2.4, and JSP 2.0
Revision ChangesPath
1.2 +1 -1 jakarta-tomcat-5/resources/confinstall/server_1.xml
patrickl2002/07/29 20:57:43
Modified:.build.xml
Log:
Update documentation and comments to reference Tomcat 5, Servlet 2.4, and JSP 2.0
Revision ChangesPath
1.8 +1 -1 jakarta-tomcat-5/build.xml
Index: build.xml
patrickl2002/07/30 13:01:32
Modified:.BUILDING.txt build.properties.default build.xml
Removed: .download.properties
Log:
Remove default.properties since it was incomplete and contained properties that are
already in build.properties.default. Also, made Xerces
patrickl2002/07/30 13:03:08
Modified:catalina build.xml
Log:
Remove support for Xerces 1.x since we need Xerces 2 for XML schema support
Revision ChangesPath
1.6 +5 -32 jakarta-tomcat-catalina/catalina/build.xml
Index: build.xml
patrickl2002/07/30 13:21:44
Modified:.build.properties.default build.xml
Log:
More updates to get correct downloads
Revision ChangesPath
1.7 +4 -15 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
patrickl2002/07/30 14:00:33
Modified:.build.properties.default build.xml
Log:
More updates to download targets
Revision ChangesPath
1.8 +2 -3 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
patrickl2002/07/30 15:13:49
Modified:.BUILDING.txt build.properties.default build.xml
Log:
Have download target checkout jakarta-commons-sandbox/daemon and
jakarta-commons/digester since the lastest nightly build is going to be required to
get pending Launcher changes and
1 - 100 of 178 matches
Mail list logo