0 Replies Latest reply on Sep 7, 2010 8:23 AM by vickyk

    tomcat server.xml configuration not working as expected.

    vickyk

       

      Guys,

       

      I did try placing the context entry in the host in the corresponding server.xml file, I got the following error

       

      >>Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Context cannot appear in this >>position. Expected content of Host is unordered_sequence: Listener* Valve* Alias*

      >>Realm? Attributes?

       

      This is already pointed by other folks at the following forum enteries.

      http://community.jboss.org/thread/151171

       

      The reason for this is clear from the existense of the following commened code

      // In AS 5+, hardcoding contexts should be forbidden

      //private List<ContextMetaData> contexts;

       

      The above code is commented in the following code

       

      https://anonsvn.jboss.org/repos/jbossas/trunk/tomcat/src/main/java/org/jboss/web/tomcat/metadata/HostMetaData.java

       

      This looks to me as the missing feature in Jboss5, it seems we can't do much right now as this also does not have specific working cases

      http://community.jboss.org/wiki/Web-AppContextConfiguration

       

      I would like to hear from you before I start taking a deeper look at it, this appears to me as the BUG.

       

      Regards,

      Vicky