This content has been marked as final.
Show 5 replies
-
1. Re: webapp deployment objects
alesj May 4, 2009 2:58 PM (in response to mwringe)Which info and what do we currently do?
-
2. Re: webapp deployment objects
mwringe May 4, 2009 4:43 PM (in response to mwringe)"alesj" wrote:
Which info
The servlet context and the context path of the web application. Note that these are actual objects that get created when the web app is deployed into the web container. This is not metadata."alesj wrote:
and what do we currently do?
Its not currenly being handled. The tomcat deployer is also still using the old mbean deployment, so deployers can't even get access to the unit attachments its using. Even getting access to the WebApplication attachment objects the deployers are using doesn't exactly allow us to get the servlet context, but its a few steps closer. -
3. Re: webapp deployment objects
alesj May 4, 2009 4:59 PM (in response to mwringe)This calls for a Web/Tomcat deployers split.
Afaik Adrian mentioned this long ago,
but nothing happened, same as nothing happens with the .tld handling.
I'll see what can be done.
Can you open up a JIRA? -
4. Re: webapp deployment objects
jason.greene May 4, 2009 7:16 PM (in response to mwringe)We have to bite the bullet and convert all of jbossweb to the MC, as it is causing problems in other areas:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228447#4228447
Another reason is that the servlet 3.0 needs annotation scanning, so if we want it to perform, we will need to reuse the planned one-pass scanning. So this needs to be on the AS6 roadmap. -
5. Re: webapp deployment objects
mwringe May 5, 2009 10:59 AM (in response to mwringe)JIRA request to have the servletcontext available to deployers:
https://jira.jboss.org/jira/browse/JBAS-6865