Here's an odd one for you. I'm moving a set of HTML files into a database, and
want to set up Tomcat 3.2.3 so that when a site visitor requests an HTML file,
a central JSP file handles the request, pulls the HTML content out of the
database, and returns it to the user.

The way I have it now, each of the HTML files that I have moved into the
database still exists in the directory, and has a redirect to a JSP page that
then pulls the data from the database. That's a lot of 143 byte files in the
directory. Any way to set up Tomcat so that all requests for a file within a
certain directory are redirected to a given file?

Thanks in advance for help on an odd request!

-David Castro
 email[at]davidcastro[dot]com
 http://jsp.davidcastro.com


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to