Questions tagged [xrebel]

XRebel is a lightweight Java profiler.

XRebel is a lightweight .

For more information, see the official homepage.

6 questions
3
votes
2 answers

How to exclude specific path from web.xml?

I have this configuration: RestletServlet /* index.html I need to…
quarks
  • 33,478
  • 73
  • 290
  • 513
2
votes
1 answer

Is it possible to setup xrebel on google app engine application and how?

I am running a multi module google app engine application. GAE 1.9.50:devserver. Was wondering how could XRebel be setup Running server via mvn appengine:devserver
otc
  • 694
  • 1
  • 9
  • 40
2
votes
1 answer

How to get Spring PetClinic sample app working with XRebel? (Maven + Spring Boot)

I'm following the instructions on running the Spring Petclinic: https://github.com/spring-projects/spring-petclinic git clone https://github.com/spring-projects/spring-petclinic.git cd spring-petclinic ./mvnw spring-boot:run I added the…
CYang
  • 23
  • 2
1
vote
0 answers

Profiling Spring Boot Web App by HTTP requests with YourKit

I am trying to profile my Spring Boot application with YourKit, The problem is that I can't get a pretty stack trace with the time that each method took within one HTTP request. CPU tab does something that I want, but there everything is mixed…
dvelopp
  • 4,095
  • 3
  • 31
  • 57
1
vote
1 answer

Prevent serialization of CDI injected Logger in SessionScoped beans

Since I started to use XRebel, I was wondering about the following: We started replacing our logger (SLF4J) fields from: private static final Logger log = LoggerFactory...; to @Inject private Logger log; with a respective @Produces producer. This…
Dominik Sandjaja
  • 6,326
  • 6
  • 52
  • 77
0
votes
0 answers

Xrebel with Spring boot API server

I am not familiar with Xrebel much. I did an integration with Spring boot application (including web service) and worked well. Now I separated the application into a Spring boot API service, and 2 web services which are written by React and call the…
rcdnz27
  • 11
  • 1