Re: [Webware-discuss] How to process request

2003-09-27 Thread Frank Barknecht
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 serv

Re: [Webware-discuss] How to process request

2003-09-27 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > 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

Re: [Webware-discuss] How to process request

2003-09-27 Thread Lothar Scholz
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

[Webware-discuss] How to process request

2003-09-27 Thread Ali
Hi! 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 Ali --