[
https://jira.jboss.org/jira/browse/JBAS-6062?page=com.atlassian.jira.plug...
]
Ales Justin resolved JBAS-6062.
-------------------------------
Fix Version/s: JBossAS-5.0.0.GA
Resolution: Done
Added LegacyWebXmlLessDeployer to war deployers.
Exploded WAR archive with no web.xml is no longer supported
-----------------------------------------------------------
Key: JBAS-6062
URL:
https://jira.jboss.org/jira/browse/JBAS-6062
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Luc Texier
Assignee: Ales Justin
Priority: Critical
Fix For: JBossAS-5.0.0.GA
I am talking about something like
/deploy/myapp.war
/deploy/myapp.war/test.jsp
test.jsp
Hello my page
<Br>
<%
out.println("what a page!!");
%>
Since JBossAS 3.x, one may deploy a jsp page without creating a full fledged WAR archive
i.e. an archive with WEB-INF/web.xml.
This feature is a must for the support team as we can provide in a matter of minutes
customers with jsp pages containing debugging code without asking for a full deployment
especially on production servers. For instance to output classloading data or to test
some jms or ejb client code.
We need this feature back!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira