Page 1 of 1

WAR file deployment

PostPosted: Thu Aug 13, 2020 9:31 am
by lwjwillemsen
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.

Re: WAR file deployment

PostPosted: Thu Aug 13, 2020 10:47 am
by huber
And in the servoy_log.txt file there is also no information about problems, i. e. warnings/errors when starting up?

Re: WAR file deployment

PostPosted: Thu Aug 13, 2020 11:14 am
by ROCLASI
Hi Lambert,

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

Hope this helps.

Re: WAR file deployment

PostPosted: Thu Aug 13, 2020 11:50 am
by lwjwillemsen
Thanks Robert 2x !