Skip to content
The Practical Developer
The Practical Developer

Software Development is easy when you understand what you're doing

Primary Navigation Menu
Menu
  • Blog
  • Topics
    • Agile
    • Architecture
    • DevOps
    • Docker
    • Kafka
    • Microservices
    • RabbitMQ
    • Reactive
    • Spring Boot
    • Testing
  • Projects
    • The Practical Architecture Process
    • Basic Java Maven Archetypes
  • About
  • Home

wildfly

How to deploy a Spring Boot WAR to Wildfly, JBoss or Tomcat

Deploying a Spring Boot WAR to Wildfly, JBoss or Tomcat This is a short guide on how to deploy a Spring boot war packaged application to Wildfly and Tomcat. As you know, Wildfly is the name of the community version of JBoss EAP, so this configuration should work for JBoss EAP as well. Spring Boot guides encourage you to deploy your application with the embedded server when you package the jar file. The default server depends now on which web technology you use. If you include the dependency spring-boot-starter-web, Spring Boot includes Tomcat by default. For WebFlux (spring-boot-starter-webflux), Reactor Netty is the default embedded server.Read More →

2018-08-06
By: Moisés
On: August 6, 2018
In: Docker, how-to's, Spring Boot
With: 25 Comments

How to redirect JBoss / Wildfly logs to Logstash using syslog

Logstash is a fantastic product to parse and process logs and events from other systems. You can store the resulting data in ElasticSearch and later visualize and analyze the results with Kibana. The combination of the three is called ELK and it produces a really powerful way of working with data, from processing and storing it to its visualization in many forms. If you work with a web application deployed in JBoss or Wildfly (I’ll cover in this article Wildfly 8.2.0) you can send your all your logs or only the ones coming from your application to Logstash, for further processing. You can use it for exampleRead More →

2015-06-13
By: Moisés
On: June 13, 2015
In: DevOps, how-to's
With: 2 Comments

Social

Subscribe to TPD

Click here to subscribe

Search

Follow me on Twitter

My Tweets

Effective Meetings

Check out Agile Meeting Cards, a new game to improve your meeting quality, based on a quick and honest feedback. And it’s a Card Game!

Agile Meeting Cards

Recent Posts

  • Custom Error Handling in REST Controllers with Spring Boot
  • Java 12’s Switch Expressions in 5 minutes
  • Spring Boot and Kafka – Practical Configuration Examples
  • How to deploy a Spring Boot WAR to Wildfly, JBoss or Tomcat
  • Java and JSON – Jackson Serialization with ObjectMapper

Tag Cloud

agile amqp angular architecture benchmark book cucumber docker docker-compose elasticsearch eureka full-reactive-guide gamification hystrix integration integration tests jacoco java java9 jboss JSON junit logstash microservices mockito plan rabbitmq reactive REST ribbon scrum serialization service-discovery sonar sonarqube spring spring-boot Swagger test coverage testing user story war webflux wildfly zuul

Categories

More

Follow me on Twitter
Quboo - Gamification to improve your Code Quality
Get a Quboo account for free and start using Gamification to improve your Legacy Code, release more often and write docs.
More Info
Profile Picture
My name is Moisés Macero, Software Developer, Architect, and Writer. I like sharing knowledge and coaching. How can I help you?
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

©2019 thepracticaldeveloper.com | Privacy Policy