jboss7.x - does Jboss 7.1 web server is Tomcat ? if so does it have separate configuration files than the jboss standalone.xml file? -
does jboss 7.1 web server tomcat ? if have separate configuration files jboss standalone.xml file ? know in old version of joss situation , how in jboss 7 ? business relation between apache , red hat ?
yes, it's core still catalina.jar repackaged jbossweb.jar - see jboss.as.web module. stuff saw in web.xml in jboss-web.deployer configured programmatically (see org.jboss.as.web.sharedwebmetadatabuilder , org.jboss.as.web.websubsystemadd)
Comments
Post a Comment