I have two applications, both of which allow files to be uploaded by users (via 
the Jakarta Commons File Upload package). Both are currently running on JBoss 
3.2.6.

In the first the web app is not packaged as a war so there is a directory 
app.war under server/default/deploy. I store the documents in a subdirectory 
under this and they are readily accessible (i.e. everything works fine).

For the other, I have been "more professional" and packaged the web side into a 
war so app2.war is a file in server/default/deploy and there is no app2.war 
directory to store the documents. I have tried adding a documents subdirectory 
to server/default/deploy but JBoss tries to deploy any document added to that 
directory.

The obvious workaround is not to package the web side but I'd be interested to 
know if there is an alternative approach.

Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868478#3868478

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868478


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to