Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Servlets and the fly likes upload file outside EAR Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "upload file outside EAR" Watch "upload file outside EAR" New topic
Author

upload file outside EAR

Rajeev Ravindran
Ranch Hand

Joined: Aug 27, 2002
Posts: 455
Hi,

Is it possible to upload a file to a location outside the EAR location. This application is running on WAS 6.0 on Unix environment. Right now i have my WAR deployed in an EAR and im saving my files in a folder inside the WAR but now i want to save the file to a folder outside the EAR itself ! is it possible ?

Thanks,
Rajeev Ravindran
Ranch Hand

Joined: Aug 27, 2002
Posts: 455
yup its working now Just be careful with '/' if you are working on unix !

Thanks,
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: upload file outside EAR
 
Similar Threads
maven: the war directory structure
deployment in websphere
getting problem in deploying application on server...
can I upload a file in a war?
creating a ear file around a war file