vote up 0 vote down star

I'm using Jruby and Warbler to deploy a Jruby on Rails application to a Tomcat server. I can see all of my images when I deploy the server with Webrick: jruby -S server/script. However, when I create a .war file out of the rails directory using jruby -S warble and deploy to Tomcat, none of my images show up on the tomcat server. I noticed that image location has changed to the root of the directory in the war file.

It seems that /images/picturename.jpg would be appropriate, but my images are not showing up.

flag

1 Answer

vote up 0 vote down

Did you set up the correct symlinks to your images folder?

f.e. /var/www/website.com/current/20090807200123/public/images --> /var/www/website.com/shared/public

?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.