[undertow-dev] war+web.xml?

Stuart Douglas sdouglas at redhat.com
Thu Sep 4 23:30:27 EDT 2014


Yes, the web and annotation parsing code all lives in Wildfly, rather 
than Undertow.

In the near future we should be releasing a cut down version of Wildfly 
which basically just contains Undertow, that will allow you to deploy 
war files directly.

At some point we may also provide some glue code for Undertow to do this 
parsing so it can deploy war files directly, however it is not a high 
priority (although if you wanted to have a go at this most of the code 
already exists, in the JBoss Metadata and Wildfly code base).

Stuart

Robert Nikander wrote:
> Hi,
>
> I see the servlet example here: http://undertow.io/documentation/servlet/deployment.html.
>
> Am I correct this servlet package does not parse any web.xml files, so if I want to take an existing war and deploy it in undertow, I would need to translate the web.xml to this builder API?
>
> thanks,
> Rob
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev


More information about the undertow-dev mailing list