1 Reply Latest reply on Dec 1, 2003 8:41 PM by jonlee

    How to handle dynamic generated pictures in run time ?

    johan31be

      Hello,

      I have made a web application working with xml and xslt. In the xslt there are picstures included, that will be update at runtime every 15 minutes.
      How can i implement the pictures without rebuilding the war every 15 minutes? The pictures must be served by the same jboss webserver

      What are the methods that are used todo this?

      Johan

        • 1. Re: How to handle dynamic generated pictures in run time ?
          jonlee

          Use an unpacked WAR and you can write the files directly into the directories under that WAR. You can use a different WAR, with a different context to your application. That would probably be the simplest manner in achieving your goal. There are many other ways depending on your needs. YMMV.

          Hope that explanation is enough to give you a start.