[Xitami] Sokrates, logical servlet names in URL ?
Marcio Marchini
xitami@lists.xitami.org
Wed, 19 Jun 2002 11:14:00 -0400
Hi,
I am asking this on behalf of a friend. Sending to the list because it may be
useful to others, and seems to be the preferred contact the developers anyway
(http://runner.conacom.de/support.html).
Is it possible to map logical URL names to the actual servlet class ? How ?
This is what I mean:
http://..../servlet/Registration is the URL I want people to use, and I want
"Registration" in the URL to actually map to class
com.mycompany.MyRegistrationClass, for example. In other words, I'd like to have
classes in packages and have the URL string be a simpler, shorter name.
Is that possible with this servlet engine + Xitami ?
thanks,
marcio