/**
* Render a category page. If the URL parameter
* categoryid is present, then use it
* to determine the category information.
* Otherwise, use catref to determine
* the category information.
*/
response.setContentType("text/html");
response.setHeader("Location", request.getParameter("outputPath"));
response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY );