WAR file deployment

We often have problems with starting up the Servoy WAR file at end user site.

Question: Is there detailed text file logging of the startup process of the Servoy Application Server part?
So that we can see for example something goes wrong with the Servoy repository.
We looked for this kind of Servoy logging but found only more general Tomcat logging.

And in the servoy_log.txt file there is also no information about problems, i. e. warnings/errors when starting up?

Hi Lambert,

There are 2 places to look for logging.
{tomcathome}/logs/catalina.out
{tomcathome}/.servoy/server/{nameOfWarFile}/servoy_log.txt

Hope this helps.

Thanks Robert 2x !