Dane Balia
Dane Balia

Reputation: 5367

How to Deploy a jRuby App?

Just wondering if anyone has any experience on how to "deploy" a JRuby application to another server?

That is I am developing a jRuby Application on Windows, and I want to eventually deploy it to a host of Linux/Unix Servers. So specifically -

PS. The App is made up of Client/Server.

Thanks

Upvotes: 1

Views: 732

Answers (1)

Dave Newton
Dave Newton

Reputation: 160301

Consider using trinidad or warbler; it wraps up most of these issues.

Upvotes: 1

Related Questions