TW-1056 |
Tomcat bundled distribution for UNIX does not run on Solaris 10 due to SH scripts syntax errors |
|
0
|
|
Tomcat bundled version for UNIX does not work on Solaris due to a lot of errors in .sh scripts. I suppose scripts could be Linux-only oriented for now, but in this case I suggest to write a small remark on a download website, asking Solaris users to download .WAR file instead.
bash-3.00# ./runAll.sh start
Using CATALINA_BASE: /tmp/TeamCity
Using CATALINA_HOME: /tmp/TeamCity
Using CATALINA_TMPDIR: /tmp/TeamCity/temp
Using JRE_HOME: /usr/jdk/latest
./agent.sh: syntax error at line 14: `(' unexpected
Environment: Sun Solaris 10 (SPARC), Java 1.5.0_01
Issue wasresolved
bash-3.00# ./runAll.sh start
Using CATALINA_BASE: /tmp/TeamCity
Using CATALINA_HOME: /tmp/TeamCity
Using CATALINA_TMPDIR: /tmp/TeamCity/temp
Using JRE_HOME: /usr/jdk/latest
./agent.sh: syntax error at line 14: `(' unexpected
Environment: Sun Solaris 10 (SPARC), Java 1.5.0_01
Issue wasresolved
Also, if you're interested in Solaris 10 testing, we can create a separate zone (virtual server) with full access on one of our machines, so you can ssh into it and try whatever you need for this project.