RE: How to write files when web-app is a WAR?

2002-06-10 Thread John Burgess
recommended for a deployment server anyway. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 8:02 PM To: Tomcat Mailing List Subject: How to write files when web-app

RE: How to write files when web-app is a WAR?

2002-06-10 Thread Les Hughes
the servlet spec (P30 of my version). Enjoy, Les -Original Message- From: John Burgess [mailto:[EMAIL PROTECTED]] Sent: 10 June 2002 11:25 To: Tomcat Users List Subject: RE: How to write files when web-app is a WAR? If the war file is unpacked (which tomcat will do

RE: How to write files when web-app is a WAR?

2002-06-10 Thread Chris Bailey
To: Tomcat Users List Subject: RE: How to write files when web-app is a WAR? If the war file is unpacked (which tomcat will do automatically at startup unless you specify somewhere in server.xml not to) then it is just as if you had deployed to the webapp\your_app directory yourself. I believe

How to write files when web-app is a WAR?

2002-06-07 Thread Chris Bailey
From what I've read, it seems that if you package your web application in a WAR file, you have no way of attaining a path on the server's file system that you can use to write files. Reference: http://mikal.org/interests/java/tomcat/archive/view?mesg=15006. I have a web app that we'd like to