fixfax
Mar 27th, 2009, 04:47 AM
Hi all, firts thanks to jeremyg484 for this Spring Project! ;)
My question isn't about the framework, is about Flex Debugging when I deploy Flex&JavaSpring project in my tomcat.
Now, if I add some breakpoint in my eclipse Java project, when Flex front end call some java service eclipse start debug perspective and I'm able to debug my java service. Everything it's ok.
But now, If I want to debug some Flex component with my project deployed in Tomcat server, eclipse doesn't start Flex debugging perspective.
I read one post and I think that I need to add JVM parameters when I start Tomcat server:
-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y ,suspend=n
But when I add this parameters I see errors in Tomcat start:
ERROR: JDWP unable to get necessary JVMTI capabilities. ["debugInit.c",L279]
I'm finding information about this, but for the moment, I don't see anything clear.
How do you do to debug Flex components deployed in Tomcat in Flex Debugging Perspective?
Thanks for your help! ;)
My question isn't about the framework, is about Flex Debugging when I deploy Flex&JavaSpring project in my tomcat.
Now, if I add some breakpoint in my eclipse Java project, when Flex front end call some java service eclipse start debug perspective and I'm able to debug my java service. Everything it's ok.
But now, If I want to debug some Flex component with my project deployed in Tomcat server, eclipse doesn't start Flex debugging perspective.
I read one post and I think that I need to add JVM parameters when I start Tomcat server:
-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y ,suspend=n
But when I add this parameters I see errors in Tomcat start:
ERROR: JDWP unable to get necessary JVMTI capabilities. ["debugInit.c",L279]
I'm finding information about this, but for the moment, I don't see anything clear.
How do you do to debug Flex components deployed in Tomcat in Flex Debugging Perspective?
Thanks for your help! ;)