|
Revision 3870, 1.1 kB
(checked in by jani.laakso@…, 10 months ago)
|
|
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | DYLD_LIBRARY_PATH="/Applications/jprofiler5/bin/macos:$DYLD_LIBRARY_PATH" |
|---|
| 4 | export DYLD_LIBRARY_PATH |
|---|
| 5 | |
|---|
| 6 | JAVA_OPTS="-Xmx750M -Xint -agentlib:jprofilerti=port=8849 -Xbootclasspath/a:/Applications/jprofiler5/bin/agent.jar" |
|---|
| 7 | |
|---|
| 8 | java $JAVA_OPTS -cp WebContent/WEB-INF/lib/jetty-6.1.7.jar:WebContent/WEB-INF/lib/jetty-util-6.1.7.jar:WebContent/WEB-INF/lib/servlet-api-2.5-6.1.7.jar:WebContent/WEB-INF/lib/commons-configuration-1.5.jar:WebContent/WEB-INF/lib/commons-lang-2.3.jar:WebContent/WEB-INF/lib/commons-collections-3.2.jar:WebContent/WEB-INF/lib/commons-logging-1.1.1.jar:WebContent/WEB-INF/classes:WebContent/WEB-INF/lib/toolkit.jar:WebContent/WEB-INF/lib/commons-fileupload-custom.jar:WebContent/WEB-INF/lib/hsqldb.jar:WebContent/WEB-INF/lib/commons-dbutils-1.1.jar:WebContent/WEB-INF/lib/commons-dbcp-1.2.2.jar:WebContent/WEB-INF/lib/commons-pool-1.3.jar:WebContent/WEB-INF/lib/commons-codec-1.3.jar:WebContent/WEB-INF/lib/commons-validator-1.3.1.jar:WebContent/WEB-INF/lib/commons-email-1.1.jar com.itmill.testingtools.launcher.ITMillTestingToolsServer --webroot=WebContent |
|---|