I have just send PR
https://github.com/jbossas/jboss-as/pull/4329
that adds standalone-jbossweb.xml that has web subsystem instead of
undertow.
this way you will be able to run standalone.sh/bat -c
standalone-jbossweb.xml
Assuming that you have some customized standalone.xml for running TCK you
can still use it the way you did.
Only difference in configuration for using undertow or jbossweb currently
is just what subsystem is configured, web or undertow.
Just make sure that your configuration does not define both.
--
tomaz
On Thu, Apr 4, 2013 at 10:55 PM, Rémy Maucherat <rmaucher(a)redhat.com> wrote:
On 04/04/2013 07:42 PM, Tomaž Cerar wrote:
Hi all,
Undertow subsystem that replaces web subsystem was just merged to master.
What does that mean in practice?
All web applications that will be deployed won't be using jbossweb
anymore but new Undertow <
https://github.com/undertow-io/undertow>server
which was already used to power our management server.
I'll need to lookup how to switch back and forth then for TCK and things
with web. Is the doc there already somewhere ?
Thanks,
Rémy
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev