Looking for migrations suggestion for war deployments

I am looking to depoly my small rails app with JRuby on tomcat. My main
issue is how to migrate the database once the war is deployed. Does
anyone
have any thoughts or suggestions on how to do this? I know that the
mingle
install from ThoughtWorks had a section in there install to init the
database.

Thanks
Chris

View this message in context:
http://www.nabble.com/Looking-for-migrations-suggestion-for-war-deployments-tf4590147.html#a13103024
Sent from the JRuby - User mailing list archive at Nabble.com.


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

On Tuesday 09 October 2007 05:12:04 cdwillie76 wrote:

I am looking to depoly my small rails app with JRuby on tomcat. My main
issue is how to migrate the database once the war is deployed. Does anyone
have any thoughts or suggestions on how to do this? I know that the mingle
install from ThoughtWorks had a section in there install to init the
database.

Thanks
Chris

My concern was similar, in that I wanted to run abitrary Rake tasks from
within the context of the web server so that I had access to (e.g.) JNDI
resources. For better or worse I’ve used Rake in many of my current
projects
to perform system maintenance and scheduled tasks, and would like to
migrate
this behaviour.

I had a thought that I could potentially use jmx4r to write a bridge
that
called Rake in some manner, but if there is a simpler way (or this is a
nonsense concept in the first place) then I would like to hear any other
ideas.

Thanks,

Luke.


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

What if there was a controller or web service which allowed the rake
actions to be invoked from localhost using either curl or soap calls?

Cheers,
Robert

Hi,
My concern is also same so when you have solution please send it to me
also.
thanks and regards
[email protected]
Chris W. wrote:

I am looking to depoly my small rails app with JRuby on tomcat. My main
issue is how to migrate the database once the war is deployed. Does
anyone
have any thoughts or suggestions on how to do this? I know that the
mingle
install from ThoughtWorks had a section in there install to init the
database.

Thanks
Chris

View this message in context:
http://www.nabble.com/Looking-for-migrations-suggestion-for-war-deployments-tf4590147.html#a13103024
Sent from the JRuby - User mailing list archive at Nabble.com.


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email