Jetty: war + additional classpath dir -


i'm running war file a.war jetty using such code:

webappcontext context = new webappcontext(); context.setwar("a.war"); context.setcontextpath("/controller"); handlers.addhandler(context); 

i need add system-wide directory keystore classpath. when copy inside war/classes works. when specify using:

-djetty.class.path=...\security  

(dir keystores) - fails because keystore not available on classpath. possible in jetty use war + additional classpath lib? thanks!


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -