Patches item #1049951, was opened at 2004-10-19 11:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1049951&group_id=22866

Category: JBossWeb
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Anton Klyonov (aklen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support names of web applications without "war" in the end

Initial Comment:
The idea of this patch is to allow exploded deployment
of web applications that do not contain "war" in the
end. The motivation for this patch was to remove the
limit of the web project's name to the form XXX.war
since it is not always possible to retain this name
convention.
For exampe some environments will create automatically
an archive xxx.war.war out of folder xxx.war/

To have the possibility to deploy a web application
basing only on the web descriptor <web> of
application.xml is very convenient for exploded
deployment of WARs that are parts of EARs.

The requested behavior was always supported by orion
and oracle EAS

This patch is for the version 4.0 build from 2004-09-20.

The change is in file 
org.jboss.web.AbstractWebContainer.java
here I have extended the logic so that when the web
deployer tries to determine whether it can handle the
deployment or not it not only compares the ending of
the project's name with "web" or "web/" but also checks
if it's context path is not null. If so the project is
also treated as eligible to deployment by web container.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1049951&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to