I am running Tomcat embedded via something like the following code:


tomcat = new Tomcat();

tomcat.setBaseDir(DEFAULT_BASE_DIR);

tomcat.getService().addConnector(defaultConnector);

tomcat.setConnector(defaultConnector);

tomcat.init();

tomcat.start();



How do I go about setting the *unloadDelay* property programmatically in
the above example?



Cheers,

Matthew

Reply via email to