I'm trying to profile a web application that is on a remote host/server using JProfiler, but the process seems to be a more complicated than i imagined.
I already managed to profile locally on my Dev working copy, but the results aren't useful there.
Is there a way to connect JProfiler to that server without having to install it on the remote machine/server, because that's not an option that i have. something like remote debugging, where i configure the host and port and connect.
Thanks in Advance!