Installed 8.1.0 with a system with 7.5.4 .  Made similar changes to the .xml's 
& keystore and copied servlets. changed symbolic link to point to 8.1.0.  
Things run, but all logging is written to start.log.  Nothing is in 
2012_02_13.stderrout.log

The bigger problem is as soon as start.ini has any java options uncommented 
start fails.  For the simplest of examples uncomment --exec & -Xmx30000m, 
and this is the error in start.log:

java.io.IOException: Cannot run program 
"/opt/jre1.7.0_01/bin/java-Xmx30000m": error=2, No such file or 
directory
        at java.lang.ProcessBuilder.start(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at org.eclipse.jetty.start.Main.start(Main.java:552)
        at org.eclipse.jetty.start.Main.main(Main.java:82)
Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.>;init
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to