I've run into a serious problem with our website and the way we construct
our dynamic URL's.  We're using JSP on a home-grown, Struts-like
architecture.

Due to the dynamic construction of all of our pages (we have a handful of
templates, but all the content is dynamic/DB-driven), and thus the
structure of our URL's, we can't find an ad management system to fit our
needs--All the systems out there can only be used for static sites, and
those with a little bit of dynamic capability are IMO, inadequate.

So, I have two alternatives.

1.  Write my own Ad Management System or
2.  Find a way to take my URL's like:

http://www.greece101.com/dest.overview.display?lid=1&slid=20&did=13

and map them to something static like:

http://www.greece101.com/dest_overview/english/guides/Santorini/index.html

Has anyone attempted to do something like this with a JSP site?  I've
heard of this being done with a Perl driven site, using mod-Perl, but
haven't found anything similar for Java/JSP.

Has anyone either found a solution to serving ads on a site like this OR
figured out a way to convert a dynamic URL to a static one?

Any help would be appreciated.

        Thanks in Advance,
        Aurangzeb

--
Aurangzeb M. Agha    | Email : [EMAIL PROTECTED]
PGP ID: 0x68B3A763   |

"Those who would give up essential liberty to purchase a little
 temporary safety deserve neither liberty nor safety."

                                        - Benjamin Franklin

===========================================================================
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