/* */ {
/* 112 */ log.warn("@WebContext.contextRoot is only valid on EJB endpoints");
/* */ }
/* */ else
/* */ {
/* 116 */ String contextRoot = anWebContext.contextRoot();
/* 117 */ if (!contextRoot.startsWith("/")) {
/* 118 */ contextRoot = "/" + contextRoot;
/* */ }
/* 120 */ sepMetaData.setContextRoot(contextRoot);
/* */ }