Skip to Content
0
Former Member
Nov 06, 2007 at 10:19 AM

alias portal url

30 Views

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>