Dale,

look in the servlet spec for the servlet-mapping tag. if I understand you 
correctly it does exactly what you're looking for and is not even 
orion-specific.

example:

         <servlet-mapping>
                 <url-pattern>/MyAlias</url-pattern>
                 <servlet-name>MyServlet</servlet-name>
         </servlet-mapping>

hope this helps,

robert

At 19:44 19.03.00 , Dale Bronk wrote:
>In Apache, I can set an alias so that when I browse to 
><http://www.my_domain.com/MyAlias>http://www.my_domain.com/MyAlias what 
>actually runs is 
><http://www.my_domain.com/servlet/MyServlet>http://www.my_domain.com/servle 
>t/MyServlet.  How do I do this with Orion?  Not a big deal, but it does 
>look cleaner for the application to run with an alias rather than letting 
>the world know the technology behind the application.
>
>Dale Bronk
><mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]
>Windscape Consulting, Inc.
><http://www.windscape.com>http://www.windscape.com

(-) Robert Kr�ger
(-) SIGNAL 7 Gesellschaft f�r Informationstechnologie mbH
(-) Br�der-Knau�-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de

  • Alias Dale Bronk
    • Robert Kr�ger

Reply via email to