Bugs item #921061, was opened at 2004-03-22 16:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=921061&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tomasz Stanczak (tstanczak)
Assigned to: Nobody/Anonymous (nobody)
Summary: URLDeploymentScanner doesn't like exploded war files

Initial Comment:
It seem to be not possible to deploy exploded war files 
(that is directories with the extension "war") in JBoss 
3.2.* (tested in 3.2.1, but the Scanner looks same in 
3.2.2).

The parent directory of my webapp is outside of the 
JBoss directore tree, because of our in-house policies it 
must be so. Same for using exploded webapps instead 
of zipped war files.

I have tried to use following in the URLs node:

with any of

file:../../applications/se900.war
/C:/java/jboss321/applications/se900.war
file:C:/java/jboss321/applications/se900.war

JBoss finds the application, but Tomcat fails to deploy 
with "Doc base must point to a WAR file". Tomcat is 
right, it is a directory and not a war *file*.

with 

file:C:/java/jboss321/applications/se900.war/

JBoss tries to deploy the whole content of the 
se900.war directory, including all JSPs!!!

Looks like catch 22, or am I missing something?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to