Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Stop Jetty and free classloader in perm memory

Hi,

I'm using Jetty 6 and

WebAppContext appliWebappContext = new WebAppContext(FileLocator.toFileURL(applieResource).toString(), "/bonita-app"); //$NON-NLS-1$
appliWebappContext.setClassLoader(new WebAppClassLoader(ConsoleManagement.class.getClassLoader(), appliWebappContext));
consoleServer.addHandler(appliWebappContext); 

Back to the top