Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty: "servlets only" configuration . . .

Albrecht,

If you are using the home directory of the distribution, you need to edit the start.ini file and remove or comment out the line that enables the jsp module (line 107). 

As an aside, I'd recommend to looking into running your installation out of a Jetty base directory, leaving the home directory as a standard of truth. You can read about managing Jetty home and Jetty base at:

https://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html 

Best,
Chris

On Thu, Feb 2, 2017 at 11:16 AM, Albretch Mueller <lbrtchx@xxxxxxxxx> wrote:
 How can you compile jetty so that its JSP capabilities are not included?

 lbrtchx
 jetty-users@xxxxxxxxxxx
_______________________________________________
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