Updates:
        Status: Started

Comment #12 on issue 1180 by jean.deruelle: MSS on JBoss AS 7.x
http://code.google.com/p/mobicents/issues/detail?id=1180

Related Extract from IRC discussion from January 18th, 2011 See http://groups.google.com/group/mobicents-public/browse_thread/thread/3ed7e6ea0db9adcc

<jeand> I checked something and AS 7 and AS6 share the same project for the web metadata
<jeand> so there is some overlap
<jeand> but AFAIK there is no server .xml anymore
<gvag> ok
<jeand> by the way AS7 is quite easy to build from HEAD
<jeand> I can't seem to find anymore the name of the file that represents the web container <vralev> jeand: i think we only care about jbossweb for now, its still in the svn
<vralev> in git they just refernce the latest jbweb release in maven
<jeand> vralev, we need a way to tell to the container which extension classes we use <vralev> indeed server.xml is no more and we should come up with completely new settings
<jeand> for providing SIP HTTP convergence
<jeand> there is jboss-web.xsd
<jeand> located
<jeand> jboss-as/build/target/jboss-7.0.0.Alpha2/modules/org/jboss/as/web/main/jboss-as-web-7.0.0.Alpha2-SNAPSHOT.jar
<jeand> but not sure where it is used yet
<vralev> this is for per-app jboss-web.xml that users put next to web.xml in wars
<jeand> don't think so
<jeand> there is a connector element in it
<jeand> and virtual-server with vhost definition
<jeand> + it says  The web subsystem, used to configure jboss.web
<vralev> hmm
<vralev> can you paste some contents of the file
<jeand> http://pastebin.com/Tbr5C2Ui
<jeand> ok this is used in domain.xml or standalone.xml
<jeand> depending on which config you start AS7
<jeand> <subsystem xmlns="urn:jboss:domain:web:1.0">
<jeand> <connector name="http" socket-binding="http" scheme="http"></connector>
<jeand>             <virtual-server name="localhost">
<jeand>                 <alias name="example.com"/>
<jeand>             </virtual-server>
<jeand>         </subsystem>
<jeand> so the first step would be to find out how jboss web is effectively started by jboss as 7
<jeand> and define the extension points present or needed
<vralev> well i see the welcome-file which is 100% app-specific
<vralev> but yeah some stuff looks app-wide
<vralev> it could be a root file and apps derive from it
<jeand> to and ask AS7 team for comments on jboss-dev list
<jeand> gvag, ok with that if you succeed to finish your tasks before next tuesday <vralev> actually this particular welcome file could be for the very root of the server, the app-specific one is in web.xml itself
<gvag> ok
<vralev> so indeed that looks more like server-wide
<jeand> vralev, yes this is app server wide
<jeand> sorry server wide

Reply via email to