Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<container>
  <containerId>tomcat8x</containerId>
  <home>c:/apps/apache-tomcat-8.5.85</home>
  <log>target/cargo.log</log>
  <logLevel>debug</logLevel>
</container>

Debugging your application(s) on the container

The hints above to start the container in debug mode would obviously also allow you to debug your application(s) running on that container.

Nevertheless, what you might experience is that your application's log levels do not follow what you defined as container log level. Sadly, there is little Codehaus Cargo can do in this case: you will have to look into your application's distribution, and find existing logger definitions, to update them.