Hi Gergo,

which operating system are you running on? On my box (macos) it works fine with your config. Even the newline between --exec and -Xmx1500m doesn't harm. I will try the same thing with the current release and report back how it worked out.

Cheers,
Thomas

On 1/30/12 1:01 PM, Gergo Ertli wrote:
Hi,

Jetty does not generate the dry-run command correctly anymore.

I'm using start.ini to specify JVM flags. Here is is small example:

--exec

-Xmx1500m
-Xmn500m
......

The java -jar start.jar returns with an error. Asking for a dry run reveals the problem: the generated command string is

/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java-Xmx1500m-Xmn500m................

Spaces are missing between the JVM arguments.

I took the release from the Eclipse download site (http://download.eclipse.org/jetty/7.6.0.v20120127/dist/jetty-distribution-7.6.0.v20120127.tar.gz).

Did something change here, am I doing something wrong?

Best regards,
Gergo



_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

--
thomas becker
[email protected]

http://webtide.com / http://intalio.com
(the folks behind jetty and cometd)

_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to