Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Replacement for org.mortbay.jetty.Main class

Thank you very much for the fast responses. I will have a look at both solutions.
Best,
Ivan

On 2/14/2012 8:04 PM, Thomas Becker wrote:
Yes, the Main.java I've been pointing to is pretty different from the one in jetty6. Maybe you're looking for something like jetty-runner: http://blogs.webtide.com/janb/entry/jetty_runner ?!

On 2/14/12 7:02 PM, Joakim Erdfelt wrote:
Also note, the command line has changed.
And there are now more features, as well as support for a start.ini from within jetty-start

--
Joakim Erdfelt

(the people behind jetty and cometd)



On Tue, Feb 14, 2012 at 10:55 AM, Thomas Becker <tbecker@xxxxxxxxxxx> wrote:
Hi Ivan,

as jetty became an eclipse project, the package names changed from org.mortbay.jetty to org.eclipse.jetty. And the Main class you're looking for is in the start package. So what you're looking for is: org.eclipse.jetty.start.Main.

Hope that helps.
Thomas


On 2/14/12 6:52 PM, Ivan Furnadjiev wrote:
Hi all,
we at RAP team are launching jetty from our tooling. In Jetty 6 there was a class named org.mortbay.jetty.Main that we used in our implementation of JavaLaunchDelegate#getMainTypeName( ILaunchConfiguration ). This class does not exists anymore in Jetty 8.1.0 RC4 (Jetty included in Eclipse 4.2M5). Is there a replacement of this class?
Thanks in advance,
Ivan
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev

--
thomas becker
tbecker@xxxxxxxxxxx

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


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



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

-- 
thomas becker
tbecker@xxxxxxxxxxx

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


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

Back to the top