Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
threat context class loader isn’t being used. Aditya > On 26-May-2015, at 3:37 pm, Mark Thomas wrote: > > On 26/05/2015 10:53, Aditya Chopra wrote: > > This thread does beg the question *why* do you want to reduce the size > of your WAR. Doing so creates problems as you have f

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
org.springframework.security.oauth2.common.util.SerializationUtils.deserialize(SerializationUtils.java:32) ... 59 more DEBUG [http-nio-8080-exec-3] (ExceptionTranslationFilter.java:115) - Chain processed normally > On 26-May-2015, at 3:17 pm, Mark Thomas wrote: > > On 26/05/2015 10:44, Adit

Re: Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
. Any thoughts what might be causing this? Aditya > On 26-May-2015, at 3:04 pm, Mark Thomas wrote: > > On 26/05/2015 08:36, Aditya Chopra wrote: >> Hi, >> >> To reduce the size of my war file, i am trying to put all the jar files >> being used by my web ap

Tomcat 8.0.22 - Putting all Libraries in a Separate Folder to reduce War file size

2015-05-26 Thread Aditya Chopra
Hi, To reduce the size of my war file, i am trying to put all the jar files being used by my web app in a separate folder /mylibs. I added path to /mylibs folder under shared.loader property in catalina.properties but on runtime i am getting a ClassNotFoundException for one of the classes that