Hi, I work with Iplanet6.0 and the *.do-URL works fine using within any JSP-Page as action-parameter in a form-tag and within requesting directly via URL, but it doesn't work using a *.do-URL as a forward-tag like: <forward name="success" path="/editRegistration.do"/>. Here I have difficulties in calling: RequestDispatcher rd = getServletContext().getRequestDispatcher(path); rd.forward(request, response); with the follwing IPLANET6.0-message: 'SERVLET-filetype_not_mapped: Mime mapping not found for file, while displaying static content' Does anybody if and how it works with IPLANET6.0 ? Thanks Oliver -----Ursprüngliche Nachricht----- Von: Steve Croft [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 15. Januar 2001 22:10 An: [EMAIL PROTECTED] Betreff: Re: Container doesn't seem to allow *.do I believe iWS 4.1 has the ability to map so maybe the same technique is possible in the app server - I have not done this myself, so it may be totally wrong, but check out the section, "Using Regular Expressions in rules.properties", Appendix C, in the iWS Programmer's Guide to Servlets: http://docs.iplanet.com/docs/manuals/enterprise/41/servlets/contents.htm Obviously this is indirect help since you'll have to see if something similar exists for the App Server. Steve Frank Starsinic wrote: > I noticed that as well. It seems to me that the Netscape/Iplanet server > is always behind on supporting java thingys like the latest in the JSP spec, > servlet spec, etc. that's always been frustrating to me. > > you may have to create several x.do, y.do, z.do mappings to get it to work. > either that or switch to apache and tomcat or Jrun. > > frank > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, January 11, 2001 8:19 PM >> To: [EMAIL PROTECTED] >> Subject: Container doesn't seem to allow *.do >> >> >> It looks like iPlanet 6.0sp1 does not allow the servlet >> mapping of *.do. >> How can I work around this? >> >> Lou Farho >> Sr. Engineer >> Level (3) Communications, Inc. >> 720-888-7751 >>