View | Details | Raw Unified | Return to bug 48686
Collapse All | Expand All

(-)container/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host/DeleteHostAction.java (-1 / +1 lines)
Lines 113-119 Link Here
113
        // this host cannot be deleted from the admin tool
113
        // this host cannot be deleted from the admin tool
114
        try {
114
        try {
115
            adminHost = Lists.getAdminAppHost(
115
            adminHost = Lists.getAdminAppHost(
116
                                  mBServer, "domain" ,request);
116
                                  mBServer, domain ,request);
117
        } catch (Exception e) {
117
        } catch (Exception e) {
118
            String message =
118
            String message =
119
                resources.getMessage(locale, "error.hostName.bad",
119
                resources.getMessage(locale, "error.hostName.bad",

Return to bug 48686