Re: How to configuration rails upload directory in tomcat?

2010-10-18 Thread Ray Sun
extListener Your faithfully, Kind regards. -- Ray On Tue, Oct 19, 2010 at 01:24, Pid wrote: > On 18/10/2010 18:11, Ray Sun wrote: > > My basic requirement is upload and show image. > > I use rails on jruby and warble package the project as war on windows. In > > rail

How to configuration rails upload directory in tomcat?

2010-10-18 Thread Ray Sun
My basic requirement is upload and show image. I use rails on jruby and warble package the project as war on windows. In rails, I set my upload directory as '#{Rails.root}/public/data/users'. And it works on common rails light server like webrick. But after I deployed to tomcat, the 'public' disapp