Class com.ibm.commerce.server. RequestServlet

Changed Methods
void  componentInit () Change in exceptions thrown from ServletException to ambiguousServletException.
Initializes components.
void  configInit (String) Change in exceptions thrown from ServletException to ambiguousServletException.
Loads the information from the configfile defined in the servlet init parameter.
void  forwardView (HttpServletRequest, HttpServletResponse, String) Change in signature from (HttpServletRequest, HttpServletResponse, java.lang.String) to (javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String).
Retrieves the URL entry based on the servletPath name It will handle https request It will then call the service method of an instance of HttpWebController returned from the getHttpWebServlet method
void  init () Change in exceptions thrown from ServletException to ambiguousServletException.
Init routine for the servlet.
void  initPolicyManager () Change in exceptions thrown from ServletException to ambiguousServletException.
Returns true if this is a store command as opposed to a tools command.
void  licenseCheck (int) Change in exceptions thrown from ServletException to ambiguousServletException.
Checks if it has enough license to run the application.
void  service (HttpServletRequest, HttpServletResponse) Change in signature from (HttpServletRequest, HttpServletResponse) to (javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
Change in exceptions: ServletException was removed. ambiguousServletException was added.
Retrieves the URL entry based on the servlet path information.
void  webControllerInit () Change in exceptions thrown from ServletException to ambiguousServletException.
Initialization for the web controller.