Hello Ali,
Saturday, September 27, 2003, 8:10:43 PM, you wrote:
A> Hi!
A> How can i process a request based on the url???
A> Looking at how webware dispatch the requests seems to me that every one
A> must map to a real file/directory so how can i config webware to dispatch
A> every request to a uri like "*/action/*" to a defined servlet????
This looks like a job for apaches 'mod_rewrite'. I doubt that it is a
good idea to double this functionality. The purpose of an application
server is in my eyes the handling of requests. The mapping belongs to
the webserver.
--
Best regards,
Lothar mailto:llothar@...
|