This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes upload file outside EAR Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


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://zeroturnaround.com/jrebel - it saves me about five hours per week
 
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