0 Replies Latest reply on May 29, 2015 4:40 AM by rogersands

    How to give refernce of external files in a web application in JBoss?

    rogersands

      Hi there

       

      I am developing a web application using Jboss and there are a lot of Images that I have saved in a external Web Server.

       

      I want to configure that external resources with some pseudo folder in my web appliction like

       

      http://SomeUrl/SomeResources/ExtactResource

       

      to

       

      http:/MyHost/MyWebApp/SomeFolder

       

      and When I want to run something like

       

      http://MyHost/MyWebApp/SomeFolder/ResourceName

       

      then that resources should load in my web application

       

      I have done this work in apache tomcat by configuring a file in conf directory

       

      But how can i Do this in JBoss?

       

      I am using JBoss AS7

       

      Thanks