Thursday, July 4, 2013

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

No comments:

Post a Comment

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

The concept: The basic concept is to build trained AI model for each role separately in scalable fashion within a private cloud. As an examp...