Just for fun I was able to run Jetty-4 straight away from the src directory living in my home directory. I tried Jetty-2 and Jetty-3, but failed because my makefile was too ancient and it couldn't find the jikes compiler :) I'll have to find an old JDK so I can compile manually.
I don't even have the source code for Jetty-1 (aka mbservler) and would give many t-shirts if anybody has that code anywhere - let alone running ! cheers On 11 May 2016 at 03:07, Steve Sobol - Lobos Studios <[email protected] > wrote: > Ah. Yeah, that may make upgrading difficult, especially if it's a > mission-critical piece of software. > > -- > Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | > Facebook.com/LobosStudios | @LobosStudios > Web Development - Mobile Development - Helpdesk/Tech Support - Computer > Sales & Service > Acer Authorized Reseller - Computers, Windows and Android Tablets, > Accessories > > Steve Sobol - CEO, Senior Developer and Server Jockey > [email protected] > > > > ------ Original Message ------ > From: "Tai Li" <[email protected]> > To: "Steve Sobol - Lobos Studios" <[email protected]> > Cc: "JETTY user mailing list" <[email protected]> > Sent: 5/10/2016 9:52:02 AM > Subject: Re: Re[2]: [jetty-users] Jetty 4.x - Server Banner Disclosure > > > Yes Steve. > > > System.out.println("Regards,"); > System.out.println("Tai Li"); > > > > On Wed, May 11, 2016 at 12:50 AM, Steve Sobol - Lobos Studios < > [email protected]> wrote: > >> Is it a product that embeds jetty? (Just curious) >> >> -- >> Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | >> Facebook.com/LobosStudios | @LobosStudios >> Web Development - Mobile Development - Helpdesk/Tech Support - Computer >> Sales & Service >> Acer Authorized Reseller - Computers, Windows and Android Tablets, >> Accessories >> >> Steve Sobol - CEO, Senior Developer and Server Jockey >> [email protected] >> >> >> >> ------ Original Message ------ >> From: "Tai Li" <[email protected]> >> To: "Steve Sobol - Lobos Studios" <[email protected]>; "JETTY user >> mailing list" <[email protected]> >> Sent: 5/10/2016 9:23:23 AM >> Subject: Re: [jetty-users] Jetty 4.x - Server Banner Disclosure >> >> >> Hi Steve, >> >> Greg's solution works. Thank you for your suggestion, and yes, eventually >> I will move up my third-party software to newer version. :P >> >> >> System.out.println("Regards,"); >> System.out.println("Tai Li"); >> >> >> >> On Tue, May 10, 2016 at 9:45 PM, Steve Sobol - Lobos Studios < >> [email protected]> wrote: >> >>> My advice is to use a version of Jetty that isn't ancient. >>> >>> -- >>> Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | >>> Facebook.com/LobosStudios | @LobosStudios >>> Web Development - Mobile Development - Helpdesk/Tech Support - Computer >>> Sales & Service >>> Acer Authorized Reseller - Computers, Windows and Android Tablets, >>> Accessories >>> >>> Steve Sobol - CEO, Senior Developer and Server Jockey >>> [email protected] >>> >>> >>> >>> ------ Original Message ------ >>> From: "Tai Li" <[email protected]> >>> To: [email protected] >>> Sent: 5/10/2016 1:37:24 AM >>> Subject: [jetty-users] Jetty 4.x - Server Banner Disclosure >>> >>> >>> Hi, >>> >>> Does this version of Jetty have any setting to disable the banner >>> disclosure? >>> >>> Example: >>> >>> Server: Jetty/4.2.9 (Windows Vista/6.2 x86 java/1.5.0_11) >>> >>> I know in the newer versions of Jetty support jetty.send.server.version >>> then to jetty.httpConfig.sendServerVersion. >>> >>> Please advise. >>> >>> Thank you. >>> >>> System.out.println("Regards,"); >>> System.out.println("Tai Li"); >>> >>> >>> >>> _______________________________________________ >>> jetty-users mailing list >>> [email protected] >>> 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 > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
