Re: [jetty-users] Maven dependencies

2021-03-27 Thread Som Lima
Thanks.
The way my setup for initialising and configuration of the server  is
functioning  I won't need them.
It was just a loose end.




On Sat, 27 Mar 2021, 07:14 Greg Wilkins,  wrote:

> Hi,
>
> it should be in org.eclipse.jetty:example-jetty-embedded, however it is an
> example class rather than part of jetty itself, so it is not published into
> maven central.
>
> It is a class just to work out a Path for where a war file is in our test
> setup, so it is unlikely to be useful for you.  Just set the Path warFile
> to the path of where your war file is.
>
>
>
>
>
> On Sat, 27 Mar 2021 at 16:44, Som Lima  wrote:
>
>> Hi ,
>> Having issues finding maven dependencies for
>> JettyDistribution
>> ExampleUtil
>>
>>
>> Path warFile =
>> JettyDistribution.resolve("demo-base/webapps/test.war");
>>
>> int port = ExampleUtil.getPort(args, "jetty.http.port", 8080);
>>
>> any ideas ?
>> Thanks
>>
>> ___
>> jetty-users mailing list
>> jetty-users@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/jetty-users
>>
>
>
> --
> Greg Wilkins  CTO http://webtide.com
> ___
> jetty-users mailing list
> jetty-users@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>
___
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users


Re: [jetty-users] Maven dependencies

2021-03-27 Thread Greg Wilkins
Hi,

it should be in org.eclipse.jetty:example-jetty-embedded, however it is an
example class rather than part of jetty itself, so it is not published into
maven central.

It is a class just to work out a Path for where a war file is in our test
setup, so it is unlikely to be useful for you.  Just set the Path warFile
to the path of where your war file is.





On Sat, 27 Mar 2021 at 16:44, Som Lima  wrote:

> Hi ,
> Having issues finding maven dependencies for
> JettyDistribution
> ExampleUtil
>
>
> Path warFile =
> JettyDistribution.resolve("demo-base/webapps/test.war");
>
> int port = ExampleUtil.getPort(args, "jetty.http.port", 8080);
>
> any ideas ?
> Thanks
>
> ___
> jetty-users mailing list
> jetty-users@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>


-- 
Greg Wilkins  CTO http://webtide.com
___
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users


[jetty-users] Maven dependencies

2021-03-26 Thread Som Lima
Hi ,
Having issues finding maven dependencies for
JettyDistribution
ExampleUtil


Path warFile =
JettyDistribution.resolve("demo-base/webapps/test.war");

int port = ExampleUtil.getPort(args, "jetty.http.port", 8080);

any ideas ?
Thanks
___
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users