Apache does not deploy war file
Posted: 05 Jun 2021, 02:51
Hello there.
Im trying to deploy war file by puting it in default "appdata" directory.
But after I put it there, nothing happens.
There are no entries in catalina.out logs regarding new deployment. So somehow the file is being ignored.
server.xml config is set to autoDeploy and unpackWARs:
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
I was trying to put war file into {tomcat-root}/webapps
But that wont help.
By the way, I tested war file on this container - tomcat:9.0.46-jdk8-openjdk and it worked fine. I was able to deploy war.
Please assist.
How do I deploy war file into Terramaster Tomcat ?
Im trying to deploy war file by puting it in default "appdata" directory.
But after I put it there, nothing happens.
There are no entries in catalina.out logs regarding new deployment. So somehow the file is being ignored.
server.xml config is set to autoDeploy and unpackWARs:
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
I was trying to put war file into {tomcat-root}/webapps
But that wont help.
By the way, I tested war file on this container - tomcat:9.0.46-jdk8-openjdk and it worked fine. I was able to deploy war.
Please assist.
How do I deploy war file into Terramaster Tomcat ?