Hi,

It's all about having the app server serve up images once they've been uploaded.

For Tomcat I simply set a new context with the specified docbase. e.g.
using to set up a context of wwwfiles to serve images from

C:\Users\Ville\Documents\NetBeansProjects\wwwfiles

I just created a file called

C:\Apps\apache-tomcat-6.0.24\conf\Catalina\localhost\wwwfiles.xml

with the content

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="C:\Users\Ville\Documents\NetBeansProjects\wwwfiles">
</Context>

Steve.

--
Steve Eynon
mobie: (+592) 678 4236



On 5 May 2010 10:45, hunta <peter.bethk...@googlemail.com> wrote:
>
> Hi,
>
> i tried to get the file upload to work with tomcat with this manual:
> http://t5-easy-fckeditor.kenai.com/FileUploads.html
>
> Now i've got the problem that i use Tomcat instead of jetty and i have no
> idea how the 3. step in the manual should look like for tomcat.
>
> Can someone help?
>
> hunta
> --
> View this message in context: 
> http://old.nabble.com/EasyFCKEditor-FileUpload-with-Tomcat--tp28461971p28461971.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to