9c6849964a
Tomcat 5 is a Servlet/JSP container that implements the Servlet 2.4 and JavaServer Pages 2.0 specifications from the Java Community Process. Tomcat can be run as a standalone web server with Servlet and JSP support, or using Apache HTTP Server as its web server via the mod_jk Apache module (the www/mod_jk package).
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-bin_catalina_sh,v 1.1.1.1 2004/11/04 21:46:04 naddy Exp $
|
|
--- bin/catalina.sh.orig Sat Aug 28 20:02:20 2004
|
|
+++ bin/catalina.sh Thu Oct 14 09:14:40 2004
|
|
@@ -107,7 +107,7 @@ fi
|
|
CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$CATALINA_HOME"/bin/commons-logging-api.jar
|
|
|
|
if [ -z "$CATALINA_BASE" ] ; then
|
|
- CATALINA_BASE="$CATALINA_HOME"
|
|
+ CATALINA_BASE="/var/tomcat"
|
|
fi
|
|
|
|
if [ -z "$CATALINA_TMPDIR" ] ; then
|