users@glassfish.java.net

Downloading runtime data under web app

From: Drinkwater, GJ \(Glen\) <"Drinkwater,>
Date: Fri, 15 Dec 2006 16:40:05 -0000

 
Hi

I wish to create some data at runtime and allow users to download this
data via a link to a web app.

I have deployed my web app remotely to a server, but when I run the
application and create the data glassfish tries to tell me that the data
is not there.

I.e. deploy dir
${com.sun.aas.instanceRoot}/applications/j2ee-modules/mywebapp

has a directory download and a list of runtime created files. These
files were not there at deploy time but download was. The new files are
there and I can see them in the fileystem but glassfish wont server them
claiming an empty directory. I have then tried to copy my index.html
page to test.html and also glassfish says this is not there. If I then
change the index.html it does not pick up the changes.

Any ideas??

I am using glassfish UR1 and jdk6.


Thanks Glen