I would like to test a new application that is based on JAVA. I know that it is using the HTTP protocol but when I tried to record a scenario with NeoLoad, I did not see any recorded requests. Should I configure something in NeoLoad?
NeoLoad can record any HTTP traffics as soon as this traffic can go through a proxy. When you start a recording NeoLoad uses its own proxy to record the traffic between your browser and your application.
So after starting the recording, you will see as proxy "localhost:8090" in your browser settings.
In case of JAVA application, you don't use a browser so you will have to do one of two things:
Dhttp.proxyHost={ServerName}
Dhttp.proxyPort={ServerPort}
For more information about JAVA application, see "Java Serialization Requests " under "Design" section.