1 Reply Latest reply on Sep 28, 2009 11:15 AM by peterj

    Exposing/serving files via JBoss

      How do I expose/serve files using JBoss? In other words, the user should click on a network link like: http://www.mysite.com/file.kmz and read the file. Let me explain in detail, I'm generating a Google Earth file (kml/kmz) and others running Google Earth need to access it via the network link. The Google Earth client will constantly check the network link for this updated file. Can I write this file to a special JBoss directory that exposes it or do I need to create a war file that serves this file? And how do I do this? Can someone code me a sample?