Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] --exec in 7.6.0

Hi,

Thanks for the quick fix.

Gergo

On Mon, Jan 30, 2012 at 2:42 PM, Thomas Becker <tbecker@xxxxxxxxxxx> wrote:
Hi Gergo,

this is the bugzilla if you want to keep track of the issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=370120

Cheers,
Thomas


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

It worked before 7.6. I tested 7.6.0 on Windows and Linux, and both appear to be broken.

Gergo

On Mon, Jan 30, 2012 at 1:14 PM, Thomas Becker <tbecker@xxxxxxxxxxx> wrote:
Hi Gergo,

I can confirm that this is broken for the current release. I will investigate on this and try to get this fixed asap.


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.


Did something change here, am I doing something wrong? 

Best regards,
Gergo



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users

-- 
thomas becker
tbecker@xxxxxxxxxxx

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

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users

-- 
thomas becker
tbecker@xxxxxxxxxxx

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

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top