Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Enable JSR356 with jetty-runner

I run  jsr356 app it with start.jar and it runs fine.

-          Anu

 

From: jetty-users-bounces@xxxxxxxxxxx [mailto:jetty-users-bounces@xxxxxxxxxxx] On Behalf Of Daniele Renda
Sent: Tuesday, October 14, 2014 7:00 AM
To: jetty-users@xxxxxxxxxxx
Subject: [jetty-users] Enable JSR356 with jetty-runner

 

Hi,

I developed a Java server application (spring+hibernate) that use websockets. When I run the app with jetty-maven-plugin all works fine, but if I try to run my application with jetty-runner, then seems that JSR356 are not enabled.

To load my app I run: java -jar c:\jetty.jar --port 8083 --path gateway gateway

Is supposed JSR356 included into jetty-runner? In the opposite case how I can enable it?

Thanks very much


--
Daniele Renda


Back to the top