| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: jakarta-tomcat-docs | Distribution: Unknown |
| Version: 4.0 | Vendor: Apache Software Foundation |
| Release: 20010523 | Build date: Wed May 30 07:59:55 2001 |
| Group: Documentation | Build host: samurai.castle.real-time.com |
| Size: 0 | Source RPM: jakarta-tomcat-4.0-20010523.src.rpm |
| Packager: Bob Tanner <tanner@real-time.com> | |
| Url: http://jakarta.apache.org | |
| Summary: Online manual for jakarta-tomcat | |
Documentation for jakarta-tomcat
Apache
internal MD5: 43a83a44b710becef3ede5cd31191615
* Wed May 30 2001 Bob Tanner <tanner@real-time.com>
- Because of the requirements, I was able to change many of the *.jar files to
be /usr/share/java/*.jar
- Start of the security patches. Do not think it's a very good idea to have
tomcat run as root, made changes to run tomcat as user tomcat4.
- Patch so javadoc build correctly.
- Patch to remove the example context from server.xml
- Latest snapshot of tomcat requires jmx, jndi, and jsse, added them as
secondary source files.
- Found a couple issued with B5, went to B6 build date 20010523
- Server layout in B5 changed to have a common/lib directory and tomcat wants
that directory, so created it.
- Change the name to jakarta-tomcat to follow the official project name
- Change from mkdir -p to install -d (better platform support)
- Used macros for build root, in case people wish to change it
- Made permission settings in 1 location. I personally like them in the %file
section rather then specifing them with install --mode.
- Cleaned up setup, rpm is smart about unpacking files
- Added Build dependencies, so check for a jdk is not necessary
- Formatting clean up. I use emacs and the shell-script major mode with rpm
minor mode to keep a "standard" format.
* Thu Feb 22 2001 Ben Reed <ben@opennms.org>
- changed server.xml back to where everyone else in the world
expects the ports to be :)
- also commented out the examples by default, as the server
would fail ungracefully because the context doesn't actually
exist
* Tue Jan 09 2001 Henri Gomez <hgomez@slib.fr>
- tomcat-v4.0b1
- first beta release of tomcat 4
* Fri Dec 15 2000 Henri Gomez <hgomez@slib.fr>
- tomcat-v4.0m5
* Fri Nov 03 2000 Henri Gomez <hgomez@slib.fr>
- tomcat-v4.0m4
* Wed Oct 25 2000 Henri Gomez <hgomez@slib.fr>
- tomcat-v4.0m3 RPM Release 2
- corrected jars included
- we assume you've installed jsse jars in /usr/share/java
- renamed tomcat4-doc to tomcat4-manual (follow apache RPM naming)
- RH 7.0 changes location of docdir and DocumentRoot. The spec file is modified
to place manual in right place when rebuilded under RH 6.x or RH 7.0
- compiled on Redhat 6.1 box plus updates with rpm-3.0.5
- build CLASSPATH=
* Fri Oct 20 2000 Henri Gomez <hgomez@slib.fr>
- tomcat-v4.0m3
* Wed Oct 18 2000 Henri Gomez <hgomez@slib.fr>
- tomcat-v4.0m2 RPM Release 2
- follow Debian policy about java stuff, libs in /usr/share/java,
executable in /usr/bin, apps datas in /var/jakarta-tomcat
- prepare transition to RH 7.0 new document root (/var/www)
- build CLASSPATH=/usr/share/java/jsse.jar:/usr/share/java/jcert.jar:/usr/share/java/jnet.jar
* Fri Oct 13 2000 Henri Gomez <hgomez@slib.fr>
- v4.0-m2
- to allow tomcat 3.x and tomcat 4.x coexistence, the RPM is named tomcat4.
It start at version 4.0 and all datas will goes in /home/tomcat4.
- tomcat 4.0 need ant post 1.1, xerces 1.2.0, jsse 1.0.1 (min) and jmx.
The RPM include ant post 1.1 (for build) and jmx (jmxri.jar for build/run) .
I couldn't include JSSE stuff so you must download JSSE from java.sun.com.
Next install jcert.jar, jnet.jar and jsse.jar in BOTH
/usr/lib/java AND JAVA_HOME/jre/lib/ext
- TC 4.0 HTTP 1.1 connector moved from port 8080 to 8180 and
from port 8081 to 8181 for HTTP 1.0 connector
(TC 3.x allready listen on 8080/8081)
* Sun Oct 08 2000 Henri Gomez <hgomez@slib.fr>
- v4.0-m1
- RPM never released
* Sat Oct 07 2000 Henri Gomez <hgomez@slib.fr>
- RPM release 2
- tomcat is now installed on /home/tomcat instead of
/opt/tomcat since /opt is mounted read-only on
many systems <summer@os2.ami.com.au>
- build CLASSPATH=/usr/lib/java/jsse.jar:/usr/lib/java/jcert.jar:/usr/lib/java/jnet.jar
- correct stuff in spec file (copyright, group...)
* Tue Sep 26 2000 Henri Gomez <hgomez@slib.fr>
- v3.2-beta-5 RPM
- detect jikes and use it to rebuild (yep 10 times faster).
- patched incorrect version number
- rebuilded with jikes 1.12 (and jsse 1.0.2).
* Wed May 30 2001 Bob Tanner- Because of the requirements, I was able to change many of the *.jar files to be /usr/share/java/*.jar - Start of the security patches. Do not think it's a very good idea to have tomcat run as root, made changes to run tomcat as user tomcat4. - Patch so javadoc build correctly. - Patch to remove the example context from server.xml - Latest snapshot of tomcat requires jmx, jndi, and jsse, added them as secondary source files. - Found a couple issued with B5, went to B6 build date 20010523 - Server layout in B5 changed to have a common/lib directory and tomcat wants that directory, so created it. - Change the name to jakarta-tomcat to follow the official project name - Change from mkdir -p to install -d (better platform support) - Used macros for build root, in case people wish to change it - Made permission settings in 1 location. I personally like them in the %file section rather then specifing them with install --mode. - Cleaned up setup, rpm is smart about unpacking files - Added Build dependencies, so check for a jdk is not necessary - Formatting clean up. I use emacs and the shell-script major mode with rpm minor mode to keep a "standard" format. * Thu Feb 22 2001 Ben Reed - changed server.xml back to where everyone else in the world expects the ports to be :) - also commented out the examples by default, as the server would fail ungracefully because the context doesn't actually exist * Tue Jan 09 2001 Henri Gomez - tomcat-v4.0b1 - first beta release of tomcat 4 * Fri Dec 15 2000 Henri Gomez - tomcat-v4.0m5 * Fri Nov 03 2000 Henri Gomez - tomcat-v4.0m4 * Wed Oct 25 2000 Henri Gomez - tomcat-v4.0m3 RPM Release 2 - corrected jars included - we assume you've installed jsse jars in /usr/share/java - renamed tomcat4-doc to tomcat4-manual (follow apache RPM naming) - RH 7.0 changes location of docdir and DocumentRoot. The spec file is modified to place manual in right place when rebuilded under RH 6.x or RH 7.0 - compiled on Redhat 6.1 box plus updates with rpm-3.0.5 - build CLASSPATH= * Fri Oct 20 2000 Henri Gomez - tomcat-v4.0m3 * Wed Oct 18 2000 Henri Gomez - tomcat-v4.0m2 RPM Release 2 - follow Debian policy about java stuff, libs in /usr/share/java, executable in /usr/bin, apps datas in /var/jakarta-tomcat - prepare transition to RH 7.0 new document root (/var/www) - build CLASSPATH=/usr/share/java/jsse.jar:/usr/share/java/jcert.jar:/usr/share/java/jnet.jar * Fri Oct 13 2000 Henri Gomez - v4.0-m2 - to allow tomcat 3.x and tomcat 4.x coexistence, the RPM is named tomcat4. It start at version 4.0 and all datas will goes in /home/tomcat4. - tomcat 4.0 need ant post 1.1, xerces 1.2.0, jsse 1.0.1 (min) and jmx. The RPM include ant post 1.1 (for build) and jmx (jmxri.jar for build/run) . I couldn't include JSSE stuff so you must download JSSE from java.sun.com. Next install jcert.jar, jnet.jar and jsse.jar in BOTH /usr/lib/java AND JAVA_HOME/jre/lib/ext - TC 4.0 HTTP 1.1 connector moved from port 8080 to 8180 and from port 8081 to 8181 for HTTP 1.0 connector (TC 3.x allready listen on 8080/8081) * Sun Oct 08 2000 Henri Gomez - v4.0-m1 - RPM never released * Sat Oct 07 2000 Henri Gomez - RPM release 2 - tomcat is now installed on /home/tomcat instead of /opt/tomcat since /opt is mounted read-only on many systems - build CLASSPATH=/usr/lib/java/jsse.jar:/usr/lib/java/jcert.jar:/usr/lib/java/jnet.jar - correct stuff in spec file (copyright, group...) * Tue Sep 26 2000 Henri Gomez - v3.2-beta-5 RPM - detect jikes and use it to rebuild (yep 10 times faster). - patched incorrect version number - rebuilded with jikes 1.12 (and jsse 1.0.2).
Generated by rpm2html 1.8.1
Daniel Veillard, Mon Jul 7 02:30:15 2008