How to setup remote debugging environement using virtualBox/fiddler/eclipse

This is suitable to test a http request flow with the existing code.

  1. First you need to setup fiddler (This can only be used on windows) and using composer you want to create a request with following details.
  2. After that you may setup the virtual machine with the relevant network adaptors
  3. then setup tomcat for remote debugging with following modifications inside the virtual machine
  4. Then you need to change the windows host file with the relevant ip address.

 Bash
====
nano ~/.bashrc

export JPDA_ADDRESS=8999
export JPDA_TRANSPORT=dt_socket

remote debugging
==============
catalina.sh jpda start

Comments

Popular posts from this blog

Let's try to build scrum masters/project managers/software architects/even a company with training AI models

TCP Ports list

Problem Solving: Allotment calculator