For WAS

For WAS, you need to add new mapping to the web.xml file.

To add new mapping:

<servlet-mapping id-"ServletMapping_2"> 
       <servlet-name>ProxyServlet</servlet-name> 
       <url-pattern>*.stmail</url-pattern> 
<servlet-mapping>