wsadmin

how to set java class loader PARENT_LAST

不想你离开。 提交于 2019-11-26 16:09:13
问题 i have a spring mvc web application that I need to change the class loader on. I need to change the class loader to be equal to PARENT_LAST. I am using WAS 6.1 and already have a jacl script from a previous web application I can copy to do the job. In the last application Apache ant was used and what they did was to make the deploy dependent on running the jacl script. In my new web application I am using maven install to create a war file and am deploying that war file to my application