0

I need to optimize JSF application. It's running on a localhost Oracle Application Server 10g (OAS).

I would like to use VisualVM to profile the said application but it couldn't detect the instance of OAS.

Do have links or tutorials on how to connect VisualVM with OAS 10g?

epsac
  • 198
  • 5
  • 17

1 Answers1

0

Alternativly you can try Netbeans profiler. You can profile your web/standalone applications using netbeans profiler.

We are uning netbeans profiler to profiling in our applications. Nice tool for profiling the java applications.

Check it out.

https://profiler.netbeans.org/

http://wiki.netbeans.org/FaqProfilerAttachRemoteServer

Prabhakaran Ramaswamy
  • 25,706
  • 10
  • 57
  • 64