Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] does not work --exec in 8.1.0

Wayama,

Search for a thread on this mailing list with subject "--exec in
7.6.0" for more information.

Jan

On 9 February 2012 18:52, Ryousuke Wayama <makinux7@xxxxxxxxx> wrote:
> Hi,
>
> A problem occurs tries to start the jetty 8.1.0.
> Jetty does not work the '--exec' option in 8.1.0.
>
> I'm using start.ini to specify JVM flags.
> Here is example.
>
> start.ini
> -------------
> --exec
> -server
> -Xmx4G
> -------------
>
> java -jar start.jar returns with an error.
>
> -------------
> java.io.IOException: Cannot run program
> "/usr/java/jdk1.7.0/jre/bin/java-server-Xmx4G": error=2
> -------------
>
> Maybe space has been deleted from JVM arguments.
>
> I took the release from the Eclipse download site
> http://download.eclipse.org/jetty/8.1.0.v20120127/dist/jetty-distribution-8.1.0.v20120127.zip
>
> Did something change here, am I doing something wrong?
>
> Thanks,
> Wayama
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top