On Wednesday, June 19, 2013, Jason Pickering wrote: > Would be interesting to see if it works, but what about the > hibernate.properties file? Perhaps with a custom war in which it is > embedded already? >
That's probably the easiest - not much customization to it, just use a regular war and do the following: cd /usr/local/tomcat/webapps/dhis cd WEB-INF/lib jar xf dhis-support-external-2.13-SNAPSHOT.jar META-INF/dhis/beans.xml sed -i 's/DHIS2_HOME/DHIS2_HOME_SL/g' META-INF/dhis/beans.xml jar uf dhis-support-external-2.13-SNAPSHOT.jar META-INF/dhis/beans.xml > > > On Wed, Jun 19, 2013 at 7:56 PM, Lars Helge Øverland > <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > > wrote: > >> >> Never tried it but think it should be possible. Google now offers a JVM >> through the app engine: >> >> https://developers.google.com/appengine/docs/java/ >> >> It could be combined with Google cloud SQL which is based on MySQL: >> >> https://developers.google.com/cloud-sql/ >> >> >> >> Lars >> >> >> >> >> >> >> >> On Wed, Jun 19, 2013 at 7:49 PM, Jason Pickering < >> [email protected] <javascript:_e({}, 'cvml', >> '[email protected]');>> wrote: >> >>> AFAIK, not possible. You need to use Tomcat or other servlet container >>> for DHIS2, as well as a relational database like Postgres/MySQL. The Google >>> App is a completely different stack. >>> >>> You do not need to use AWS. You could use any provider you VPS service >>> you want, but having Tomcat, DB and Java of course, is a must. >>> >>> Regards, >>> Jason >>> >>> >>> >>> On Wed, Jun 19, 2013 at 7:43 PM, riddy ndoma >>> <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> >>> > wrote: >>> >>>> Hi all, >>>> I want to know if it's possible to deploy DHIS2 on Google Appengine? >>>> Kind regards, >>>> >>>> -- >>>> Riddy NDOMA >>>> Software Developer >>>> *Skype:* riddyndoma, *G+:* riddyndoma, *FB:* riddy ndoma >>>> *Twitter:* riddyndoma, *LinkedIn:* riddy ndoma >>>> *Blog:* http://riddyndoma.blogspot.com/ >>>> >>>> Vous servir est mon désire (Serving you is my desire) >>>> >>>> _______________________________________________ >>>> Mailing list: https://launchpad.net/~dhis2-users >>>> Post to : [email protected] <javascript:_e({}, >>>> 'cvml', '[email protected]');> >>>> Unsubscribe : https://launchpad.net/~dhis2-users >>>> More help : https://help.launchpad.net/ListHelp >>>> >>>> >>> >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~dhis2-users >>> Post to : [email protected] <javascript:_e({}, >>> 'cvml', '[email protected]');> >>> Unsubscribe : https://launchpad.net/~dhis2-users >>> More help : https://help.launchpad.net/ListHelp >>> >>> >> > -- Knut Staring Dept. of Informatics, University of Oslo +4791880522 http://dhis2.org
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp

