Ok, I'm learning the whole eclipse J2EE thing here. I got Peter's plugin installed. I can create a dynamic app and all following his sample here
But everytime Tomcat starts up, the console log in eclipse has a error: [Flex] RTMP-Server failed to start up: java.net.BindException: Address already in use: bind Exception in thread "RTMP-Server" flex.messaging.endpoints.rtmp.RTMPException: The RTMP server has encountered a fatal exception starting up: Address already in use: bind at flex.messaging.endpoints.rtmp.BaseNIORTMPServer.run( BaseNIORTMPServer.java:310) at java.lang.Thread.run(Unknown Source) Any ideas? Seems to run ok so far, but what does this really indicate? As far as I can tell, when you use eclispe to do all this, the code is executed from teh workspace, not the webapps folder under tomcat correct? I checked all my services-config.xml files, all have different RTMP ports listed. -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

