On Tue, Jan 31, 2023 at 5:48 PM Konstantin Kolinko
wrote:
> and your configuration is missing
> catalina.properties
> context.xml
> logging.properties
>
> files that are required for proper operation.
>
Thanks.
I have confirmed that also copying logging.properties results in a
logs/catalina.202
ср, 1 февр. 2023 г. в 00:51, Michael B Allen :
>
> ├───conf
> │ │ server.xml
> │ │ tomcat-users.xml
> │ │ web.xml
> > It assumes that you are familiar with java.util.logging.
> >
>
> That's unfortunate. It would be so much nicer if it was a simple one-liner.
It is configured with log
On Tue, Jan 31, 2023 at 4:33 PM Konstantin Kolinko
wrote:
> > INFO: No global web.xml found
>
> The above message is odd.
> Essentially, it means that the file %CATALINA_BASE%\conf\web.xml does not
> exist.
>
Solved.
That was it. After copying over the conf/web.xml into myapp-base/conf, the
app