I assume this is the same question as
http://stackoverflow.com/questions/11439294/embedded-jetty-caching-jsps-in-an-unknown-location
 which has some answers, but to close the circle:

You can control the jetty temp directory location, see
https://www.eclipse.org/jetty/documentation/current/ref-temporary-directories.html
    and/or you can explicitly configure the JSPServlet scratchdir init
parameter

cheers



On 17 May 2016 at 19:22, Houtman, Roland <[email protected]>
wrote:

> Dear jetty-users,
>
> We’re using the programmatic approach to run the server and we’ve got our
> JSP pages running.
>
> But there’s a “jsp” folder being created somewhere, and we don’t know how
> to influence where it is created.
> In that folder there .jsp files seem to be translated/stored as .java
> files.
> How can we specify the location where the jsp extension will create the
> “jsp” folder?
>
> We’re using jetty 9.0.3 and its default libraries ( fwiw; I see a jar
> called “jasper.glassfish” In the  ‘jetty/lib/jsp’ folder)
>
> Kind regards
>
>
> _______________________________________________
> 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

Reply via email to