0 Replies Latest reply on Mar 19, 2003 12:54 PM by ericsheetz

    Serving a dynamic URL

    ericsheetz

      I know that Tomcat's server.xml is ignored but I don't know how to inform my app that it will have to serve xml files that it doesn't know about at build time.

      I have built a web application that successfully uploads an XML file from a client's machine by using a multipart form. When certain conditions are true I wish to redirect the user to a url that diplays the XML file that was just uploaded like the the following (http://foo.com/myApp/myFile.xml).

      With the JBoss/TomCat bundle I am having trouble in successfully serving this URL because I don't have the myFile.xml when I build my war. I am open to any suggestions.

      Thanks,
      Eric