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

Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Tomasz Stanczak (tstanczak)
>Assigned to: Adrian Brock (ejort)
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?

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

>Comment By: Adrian Brock (ejort)
Date: 2004-04-19 15:49

Message:
Logged In: YES 
user_id=9459

file:C:/java/jboss321/applications/

Please use the forums for user questions - this is nothing
like a bug report.
JBoss includes at least three unpacked wars in the default
configuration.

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

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