[jboss-jira] [JBoss JIRA] Created: (JBAS-6062) Exploded WAR archive with no web.xml is no longer supported
Luc Texier (JIRA)
jira-events at lists.jboss.org
Thu Oct 9 09:16:21 EDT 2008
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
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
More information about the jboss-jira
mailing list