-
<% ServletContext caContext = getServletContext().getContext("/ca"); String caName = caContext.getServletContextName(); String caPath = caContext.getContextPath(); if (!"".equals(caPath)) { %>

<%= caName %>

<% if (request.isSecure()) { %> <% } %>
  • End Users Services
  • Agent Services
  • Admin Services

  • <% } ServletContext kraContext = getServletContext().getContext("/kra"); String kraName = kraContext.getServletContextName(); String kraPath = kraContext.getContextPath(); if (!"".equals(kraPath) && request.isSecure()) { %>

    <%= kraName %>

  • Agent Services
  • Admin Services

  • <% } ServletContext ocspContext = getServletContext().getContext("/ocsp"); String ocspName = ocspContext.getServletContextName(); String ocspPath = ocspContext.getContextPath(); if (!"".equals(ocspPath) && request.isSecure()) { %>

    <%= ocspName %>

  • Agent Services
  • Admin Services

  • <% } ServletContext tksContext = getServletContext().getContext("/tks"); String tksName = tksContext.getServletContextName(); String tksPath = tksContext.getContextPath(); if (!"".equals(tksPath) && request.isSecure()) { %>

    <%= tksName %>

  • Agent Services
  • Admin Services

  • <% } %>