> Thanks for the reply. I did try that URL mapping in the first instance > and it didn't seem to work - even though I had identical settings in > web.xml. However, as I'm using Glassfish it seems that may be the > reason! I don't have to use Glassfish but it seemed a nice contained > EE server - as I do need JMS.
For what it's worth, I usually use an index.jsp file as described in the book, or a simple index.html file with a redirect: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="refresh" content="0;url=login"> </head> </html> I know that using an index.{jsp,html} was not what you wanted, but it is simple and straightforward (and it works). Cheers, Freddy http://www.stripesbook.com ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
