/logback-gelf-war-starter

Logback GELF in war starter

Primary LanguageJavaMIT LicenseMIT

Logback GELF in Spring Boot war starter

Feature tags

  • gelf
  • java
  • logback
  • maven
  • starter
  • template
  • war

Direct ancestors

- war


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Requirements


Run

  1. Build the WAR file by running the Maven command:
mvn clean package
  1. Copy the resulting springboot-war-helloworld.war file to the webapps directory of your Tomcat server.

  2. Start the Tomcat server by executing the appropriate startup script for your operating system. For example, run startup.sh (for Unix) or startup.bat (for Windows).

  3. After Tomcat starts successfully, your application will be accessible at http://localhost:8080/springboot-war-helloworld/hello.

License

Licensed under the MIT license


SOFTSPIDERS