Your servlet is abc.Hello,
alias is hi
if you type URL /servlet/hi, or /welcomeme.xxx, it will invoke the servlet
<web-app>
  <servlet>
    <servlet-name>hi</servlet-name>
    <servlet-class>abc.Hello</servlet-class>
  </servlet>

  <servlet-mapping>
     <servlet-name>hi</servlet-name>
     <url-pattern>/welcomeme.xxx</url-pattern>
  </servlet-mapping>

</web-app>

 Ben Austin <[EMAIL PROTECTED]> wrote:I am using Tomcat 3.2 and 4.0 Does either 
version support aliases for 
servlets? If so, how do I specify the aliases?





_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more

Reply via email to