0 Replies Latest reply on Jul 3, 2009 1:29 AM by shalley.singh

    where to put ORACLE App Server's orion-web.xml's stuff in jb

    shalley.singh

      hi all,

      i am involved in migrating a web application from oracle application server to jboss 5GA. In Oracle Application Server we have a file orion-web.xml which have certain code like:

      <orion-web-app
      
      
       ><web-app>
      
       <filter-mapping>
      
       <filter-name>logonFilter</filter-name>
      
       <dispatcher>authform</dispatcher>
      
       </filter-mapping>
      
       </web-app>
      
      
      
       <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="false"/>
       </orion-web-app>



      my problem is where to put this stuff in jboss as jboss does not have any orion-web.xml.

      please help me out.
      thanks