provide a link when starting a webapp

This commit is contained in:
zzz
2008-11-09 16:10:59 +00:00
parent c9cef19a68
commit 9ec45bbcf5

View File

@ -101,7 +101,7 @@ public class ConfigClientsHandler extends FormHandler {
try {
s.addWebApplication("/"+ app, "./webapps/" + app + ".war").start();
// no passwords... initialize(wac);
addFormNotice("WebApp " + app + " started");
addFormNotice("WebApp <a href=\"/" + app + "/\">" + app + "<a> started");
} catch (Exception ioe) {
addFormError("Failed to start " + app + " " + ioe);
}