Hi All,
I want to use sapportal in place of /irj/portal of portal url.I have added below specified code for alias portal url in web.xml...its not working....can nybody suggest me whats wrong with the code
- <servlet-mapping>
<servlet-name>prt</servlet-name>
<url-pattern>/sapportal/</url-pattern>
</servlet-mapping>