Why is my moqui executable war file not allowing request to be found -


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.

  1. edit tomcathome point correct location
  2. i run gradle cleanall first remove old wars etc
  3. run gradle build
  4. optionally run gradle loadproduction load production database, alternatively can run java -dmoqui.conf=conf/moquiproductionconf.xml -jar moqui-1.5.3.war -load -types=seed,seed-initial can pick data types want load production etc.
  5. stop tomcat running, optional next step deletes files & folders deployed tomcat instance.
  6. run gradle addruntimetomcat task adds runtime , copies on completed war tomcat webapps directory if set location correctly in step 1.
  7. start tomcat
  8. check tomcat logs startup errors

hope helps


Comments