File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ FindJavaHome()
439
439
case " ${OS_NAME} :${OS_VERSION} " in
440
440
SunOS:5.10) javaHome=" /usr/jdk/instances/jdk1.7.0" ;;
441
441
SunOS:5.11) javaHome=" /usr/jdk/latest" ;;
442
+ SunOS:5.12) javaHome=" /usr/jdk/latest" ;;
442
443
Linux:* )
443
444
if [ -f /etc/alternatives/java ]
444
445
then
@@ -491,8 +492,7 @@ FindApplicationServerType()
491
492
492
493
if [ -d " /var/tomcat6/webapps" \
493
494
-o -d " /var/lib/tomcat6/webapps" \
494
- -o -d " /var/lib/tomcat5/webapps" \
495
- -o -d " /var/lib/tomcat5.5/webapps" \
495
+ -o -d " /var/lib/tomcat7/webapps"
496
496
]
497
497
then
498
498
echo " Tomcat"
@@ -525,8 +525,7 @@ DetermineWarDirectoryTomcat()
525
525
${OPENGROK_TOMCAT_BASE} \
526
526
/var/tomcat6 \
527
527
/var/lib/tomcat6 \
528
- /var/lib/tomcat5 \
529
- /var/lib/tomcat5.5
528
+ /var/lib/tomcat7
530
529
do
531
530
if [ -d " ${prefix} /webapps" ]
532
531
then
You can’t perform that action at this time.
0 commit comments