Hi,
We have a jruby on Rails application deployed in tomcat. We develop the
application in windows and deploy in linux. We warble the application
through warbler in windows and promote the same war in linux. Is there
anything which is OS specific during warble?
On Mon, Nov 29, 2010 at 3:22 AM, Prachi T. [email protected]
wrote:
Hi,
We have a jruby on Rails application deployed in tomcat. We develop the
application in windows and deploy in linux. We warble the application
through warbler in windows and promote the same war in linux. Is there
anything which is OS specific during warble?
Ideally, no. The bits that are built into the war file are JRuby
itself along with all the Ruby code and dependencies for your
application. It’s certainly an expected workflow to do what you are
doing. If you encounter any behavioral differences between your
development environment and your production environment, please let us
know.
/Nick