I tried to follow the war generation instructions by changing the warName in build.gradle
to moqui-plus-runtime.war
and running gradle addRuntime
and then gradle deployTomcat
. There were no errors in the war build and I checked to see that the war file got installed as ROOT. I did not make any other changes (still using MoquiDevConf
and I already had other system parameters in MoquiInit.properties
.)
When I startup tomcat8
, I don't see any errors in the log file and it says that it is loading moqui-plus-runtime
, but when I make any request in the browser, the localhost_access... log
shows 404
for any request.
Can you tell me what things I might of missed or how I would go about debugging this - there is very little info in the log files other than the 404
messages.