summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat
AgeCommit message (Collapse)AuthorFilesLines
2000-10-18Fix typo.jwise1-1/+1
2000-09-03add RCS Idswiz3-0/+3
2000-09-03move line to silence pkglintwiz1-2/+3
2000-08-28We don't need tomcat.sh.orig installed, so delete it.wiz1-1/+2
2000-05-31We stopped setting ${PREFIX} several revs ago. Get rid of NO_MTREE=jwise1-2/+1
2000-05-31Modify tomcat startup process slightly -- now we add tomcat specific jarjwise2-1/+14
files at the _end_ of the CLASSPATH instead of the start so that users can override selected functionality. For example, cocoon needs to override tomcat's own XML parsing with that from Xerces-J if you want PDF generation from XSL Formatting Objects to work.
2000-05-14Update jakarta-tomcat to version 3.1. While here, clean up the packagejwise9-443/+507
a fair deal. Changes from 3.0 (the last pkgsrc version) include: * Thread pooling and JVM load balancing * ISAPI and NSAPI integration * A Command line JSP to Servlet Code tool * Automatic generation of Apache configuration files * Automatic deployment of Web ARchive (WAR) files * Logging * Substantially improved documentation * Experimental servlet reloading * Experimental security implementation * Minimal Admin/Deployment Tool * Internal APIs were changed for flexibility and integration * The source code was cleaned and reorganized * Most non-essential code was moved out of tomcat.core * Greater platform / JVM level coverage * Many, many bugs were fixed. IMHO, this is _much_ closer to being a real, usable platform than 3.0 was (as was intender - 3.0 was more of a proof of concept), and is very close to being something to push into production -- I'm banking on a late 3.1.X or 3.2 for that.
2000-01-16Patch the sample Apache Server configuration file fragment that comes withjwise4-8/+43
Tomcat so that it works out of the box with our Apache Server config.
2000-01-14Better cleanup of temp files under JAKARTA_HOME when cleaning up.jwise1-2/+2
2000-01-13Register correctly if user sets JAKARTA_HOMEjwise2-363/+363
2000-01-13NO_MTREE, since we set PREFIXjwise1-1/+2
2000-01-13Comment changejwise1-1/+2
2000-01-13Use new USE_JAVA support. This runs fine with either jdk or kaffe, but ↵jwise2-9/+16
currently cannot build with kaffe, which I am looking into.
2000-01-12Initial import of jakarta-tomcat-3.0, the Apache Project Servlet/Javajwise8-0/+441
Server Pages engine. This currently runs as a standalone http server with Servlet/JSP support, and will be usable with Apache Server if/when we have a mod_jserv package. I will look into that next, unless someone is already.