Im trying to set-up an alternate docroot in order to serve uploaded documents from. I have included the following in my glassfish web xml
You should use
<property description="Uploaded Images" name="alternatedocroot_1" value="from=/uploads/* dir=C:\Test\" />
and then drop your images into C:\Test\uploads\
or, for example, use
<property description="Uploaded Images" name="alternatedocroot_1" value="from=/uploads/* dir=C:\" />
and then drop your images into C:\uploads\