views:

30

answers:

1

My J2EE based application running in Tomcat 6 on Solaris 10 sparc server is very very slow. It works fine on Linux servers. I am using flex as web front end to my application.

I need to know how can I configure and run it using any java profiler on Sun Solaris server.

+1  A: 

visualvm doesn't work remotely.

I used JProfiler. Not completely solved this problem using it (As mentioned in my comments , there seemed to be more of an Solaris installation ), But it was helpful.

YoK