Hallo,
Ali hat gesagt: // Ali wrote:

> How can i process a request based on the url???
> Looking at how webware dispatch the requests seems to me that every one
> must map to a real file/directory so how can i config webware to dispatch
> every request to a uri like "*/action/*"  to a defined servlet????

You need to enable the "ExtraPathInfo" in Application.config, and then
you get at it through for example request().extraURLPath(). 

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to