Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jttyp.jar that supports HTTPS?

jttyp.jar seems to include all of Jetty just not what start.jar has.

So I think the idea was for it to be all self contained and not need a jetty.home


On Jun 30, 2017, at 7:32 AM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:

It sounds more like jetty-runner.jar then start.jar

I would go with start.jar from the jetty-home.zip or the jetty-distribution.zip personally.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Fri, Jun 30, 2017 at 5:04 AM, Robert Nicholson <robert.nicholson@xxxxxxxxx> wrote:
It seems to be a jar that performs the same function as start.jar 


I don’t really know why it exists.

On Jun 30, 2017, at 6:40 AM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:

What is jttyp.jar ???

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Jun 29, 2017 at 5:46 PM, Robert Nicholson <robert.nicholson@xxxxxxxxx> wrote:
So the existing application was using 8.0.0.M2

and it was being launched using java -jar jttyp.jar <port>  <war>

but jttyp.jar doesn’t support https as far as I can tell.

Is there a plugin in replacement a later version of Jetty that will support launching Jetty from the command
line in a  similar fashion that will also support

Does anybody know why jttyp.jar exists when start.jar seems to do the same thing?

> On Jun 29, 2017, at 10:00 AM, Robert Nicholson <robert.nicholson@xxxxxxxxx> wrote:
>
> Is there any such version of Jttyp.jar and that Jtty class that will support launching jetty to support https?
>
> Is there any alternative approach to launching jetty from the command line?

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top