// Make sure that the alias is not already in use.
Registration registration = (Registration)
alias2Registration.get(alias);
if (registration != null) {
throw new NamespaceException("Alias '" + alias +
"' is already in use by '" + registration + "'");
}
InternalServletContext servletContext =
getServletContext(httpContext);