Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop web applications > Develop web applications > Develop servlets > Develop servlets with WAS extensions > Configure page list servlet client configurations
Client type detection support
In addition to providing the page list mapping capability, the PageListServlet also provides Client Type Detection support. A servlet determines the markup language type that a calling client needs in the response, using the configuration information in the client_types.xml file.
Client type detection support allows a servlet, extending the PageListServlet, to call an appropriate JSP file. The servlet invokes the callPage method, which calls a JSP file based on the markup-language type of the request.
The PageList Servlet custom extension is deprecated in WAS v8.0 and will be removed in a future release. Re-architect your legacy applications to use javax.servlet.filter classes instead of com.ibm.servlet classes.
Page lists
Configure page list servlet client configurations
Related
client_types.xml
Web applications: Resources for learning