I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9ec45bbc authored by zzz's avatar zzz
Browse files

provide a link when starting a webapp

parent c9cef19a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment