components/tomcat/patches/env.patch
branchs11u3-sru
changeset 7317 bd14d5a59818
parent 4134 b1148b9ffd9b
--- a/components/tomcat/patches/env.patch	Tue Nov 15 13:28:46 2016 -0800
+++ b/components/tomcat/patches/env.patch	Wed Nov 02 06:19:13 2016 -0700
@@ -6,15 +6,15 @@
 
 --- bin/catalina.sh
 +++ bin/catalina.sh
-@@ -90,6 +90,7 @@
- CYGWIN*) cygwin=true;;
+@@ -101,6 +101,7 @@
  OS400*) os400=true;;
  Darwin*) darwin=true;;
+ HP-UX*) hpux=true;;
 +SunOS*) solaris=true;;
  esac
  
  # resolve links - $0 may be a softlink
-@@ -118,7 +119,13 @@
+@@ -129,7 +130,13 @@
  # but allow them to be specified in setenv.sh, in rare case when it is needed.
  CLASSPATH=
  
@@ -29,7 +29,7 @@
    . "$CATALINA_BASE/bin/setenv.sh"
  elif [ -r "$CATALINA_HOME/bin/setenv.sh" ]; then
    . "$CATALINA_HOME/bin/setenv.sh"
-@@ -145,6 +152,11 @@
+@@ -156,6 +163,11 @@
    export QIBM_MULTI_THREADED=Y
  fi