5 Replies Latest reply on Jul 29, 2013 2:26 AM by nickarls

    Define a context tag under host tag in JBoss -as 7.1.1

    kiran.varanasi

      My current application is hosted in jboss 4.2.5.GA. And in my server.xml I defined one context path as following

       



      <Context path="/Imagepath" docBase="/usr/kiran/Uploads" reloadable="true"></Context>

       

      In uploads directory view->css->ex.css

      Now I when I type http://localhost:8080/Imagepath/view/css/ex.css the ex.css is getting displayed in browser.

       

      Now I want the same equivalent tag for jboss-as 7.1.1. Could you please anybody help me?