I can confirm this. I spoke with Magnus yesterday and he said they are
looking in to it. He is under the assumption thus far that you do need a
file for the mapping to work. I did explain that Craig showed the order of
mapping, there are 4 of them. The last one, if the first 3 are not met,
would look for a file with the extension.

Another problem with Orion which Magnus said was fixed and I have not been
able to check yet, is the getServletPath() call. When I use it, I was not
getting my *.do info..I was getting null. I have been using getRequestURI()
instead as that also seems to return the same info.

Incidentally, is there any way to possibly get the actual page that the form
was in? I tried the request.getHeader("Referrer") call, and that returns
everything but the path/page.jsp. I would like a way to forward back to the
page the form submitted is in, incase of errors. I was hoping not to have to
put that in the xml config file.  Unfortanately, getRequestURI() is usually
the call to use, but it instead returns my /path/command.do, and not the
acutal page.jsp name.

Other than that, go with Orion. Its so far the fastest web server and
servlet/jsp engine I have tested. Quite a bit faster than IIS with JRUN and
slightly faster than Resin. Being what it gives you, full J2EE, EJB,
Servlets, etc..you can't lose.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to