Re: java 10 with jpa eclipselink and tomcat 9

2018-04-10 Thread Riccardo Cohen
For your information, the problem with java 10 have been solved with org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2-SNAPSHOT I can now run my server application with Java 10 Thanks On 02/04/2018 16:02, Riccardo Cohen wrote: Hello Is there anybody that tried to use Java 9 or 10 ? Tha

Re: Virtual directories, PostResources, and DefaultServlet

2018-04-10 Thread tomcat
Hi. On 10.04.2018 15:53, Christopher Schultz wrote: All, I've been asked to take some static files we already have on our (reverse-proxied) web servers and require authentication before allowing the resources to be fetched by a client. One way to do that would be to physically (electronically?

Re: Virtual directories, PostResources, and DefaultServlet

2018-04-10 Thread Woonsan Ko
On Tue, Apr 10, 2018 at 9:53 AM, Christopher Schultz wrote: > All, > > I've been asked to take some static files we already have on our > (reverse-proxied) web servers and require authentication before allowing > the resources to be fetched by a client. > > One way to do that would be to physicall

Virtual directories, PostResources, and DefaultServlet

2018-04-10 Thread Christopher Schultz
All, I've been asked to take some static files we already have on our (reverse-proxied) web servers and require authentication before allowing the resources to be fetched by a client. One way to do that would be to physically (electronically?) move the files from the web servers to the applicatio