i tried follow war generation instructions changing warname in build.gradle moqui-plus-runtime.war , running gradle addruntime , gradle deploytomcat. there no errors in war build , checked see war file got installed root. did not make other changes (still using moquidevconf , had other system parameters in moquiinit.properties.)
when startup tomcat8, don't see errors in log file , says loading moqui-plus-runtime, when make request in browser, localhost_access... log shows 404 request.
can tell me things might of missed or how go debugging - there little info in log files other 404 messages.
i followed following steps deploy tomcat instance on same machine. memory production machine offline next couple of weeks.
- edit tomcathome point correct location
- i run
gradle cleanallfirst remove old wars etc - run
gradle build - optionally run
gradle loadproductionload production database, alternatively can runjava -dmoqui.conf=conf/moquiproductionconf.xml -jar moqui-1.5.3.war -load -types=seed,seed-initialcan pick data types want load production etc. - stop tomcat running, optional next step deletes files & folders deployed tomcat instance.
- run
gradle addruntimetomcattask adds runtime , copies on completed war tomcat webapps directory if set location correctly in step 1. - start tomcat
- check tomcat logs startup errors
hope helps
Comments
Post a Comment