hi, i have requirement to accept multiple URL's to single servlet file
for example: /projectName/access/files/1234 /projectName/access/files/1235 /projectName/access/files/1236 /projectName/access/files/1237 /projectName/access/files/1238 /projectName/access/files/1239 /projectName/access/files/1240 these URLs need to map a single servlet say (com.my.server.AcessFileServlet) /projectName/access/files/ upto this URL remains same for all but only change is in numeric which specfies the file name dynamic so to acheive this i am specified in projectName.gwt.xml like this : <servlet path="/access/files/* " class="com.capgent.server.MyServer" / > this is not working so tell how we can i map say 200 URL's to single servlet i done above based on keeping in mind of web.xml where we can specify <url-pattern>/foo/*</url-pattern> can anyone can help in this how can i specify Thanks & regards, S.Charan Kumar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
