<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Remote debugging Red5 applications</title>
	<atom:link href="http://sziebert.net/posts/remote-debugging-red5-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://sziebert.net/posts/remote-debugging-red5-applications/</link>
	<description>is a software engineer with an interest in Spring, Hibernate, Red5 and jQuery development.</description>
	<pubDate>Mon, 01 Dec 2008 18:37:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Sunil Gupta</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-228</link>
		<dc:creator>Sunil Gupta</dc:creator>
		<pubDate>Sat, 16 Feb 2008 16:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-228</guid>
		<description>Nice and clean tutorial.I will test it. I have worked on Red5 and found it great.</description>
		<content:encoded><![CDATA[<p>Nice and clean tutorial.I will test it. I have worked on Red5 and found it great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 冰山上的播客 &#187; Blog Archive &#187; Remote debugging Red5 applications</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-225</link>
		<dc:creator>冰山上的播客 &#187; Blog Archive &#187; Remote debugging Red5 applications</dc:creator>
		<pubDate>Wed, 06 Feb 2008 19:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-225</guid>
		<description>[...] Red5[1] contributor Paul Gregoire recently added a new server startup script targeted specifically at application debugging. The script is quite simple in nature and is provided in both Windows and Unix flavors. Take note, however, that this script is exclusive to the standalone version of Red5. Debugging the WAR version of the server is quite a different task. To demonstrate the ease of debugging your applications, I’ll walk through a simple example using Eclipse[2] and the source code from my stream recording tutorial. [...]</description>
		<content:encoded><![CDATA[<p>[...] Red5[1] contributor Paul Gregoire recently added a new server startup script targeted specifically at application debugging. The script is quite simple in nature and is provided in both Windows and Unix flavors. Take note, however, that this script is exclusive to the standalone version of Red5. Debugging the WAR version of the server is quite a different task. To demonstrate the ease of debugging your applications, I’ll walk through a simple example using Eclipse[2] and the source code from my stream recording tutorial. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurulum ipuçları.. &#171; Okaliptüs</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-223</link>
		<dc:creator>Kurulum ipuçları.. &#171; Okaliptüs</dc:creator>
		<pubDate>Wed, 06 Feb 2008 13:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-223</guid>
		<description>[...] seve seve burdan da yayınlar yada link verebiliriz.. :) Konuyla ilgili iki blog postu: Remote debugging Red5 applications , Flash on the Beach 2007 Presentation Followup [...]</description>
		<content:encoded><![CDATA[<p>[...] seve seve burdan da yayınlar yada link verebiliriz.. <img src='http://sziebert.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Konuyla ilgili iki blog postu: Remote debugging Red5 applications , Flash on the Beach 2007 Presentation Followup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-207</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Sun, 30 Dec 2007 08:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-207</guid>
		<description>I had installed red5 on my windows localhost.I want to install this red5 on my linux server using ftp.But i dont know the procedure.one more thing my hosting server is not in my circumstances.i have to install red5 in my server from my local host.What is the procedure? Please mail me at kiran.y2cs214@gmail.com</description>
		<content:encoded><![CDATA[<p>I had installed red5 on my windows localhost.I want to install this red5 on my linux server using <a href="http://ftp.But" >http://ftp.But</a> i dont know the procedure.one more thing my hosting server is not in my circumstances.i have to install red5 in my server from my local host.What is the procedure? Please mail me at <a href="mailto:kiran.y2cs214@gmail.com">kiran.y2cs214@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-74</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 29 Oct 2007 15:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-74</guid>
		<description>Well, I got it.
In my environment it gave a result when I write in a batch-file:

"%JAVA_HOME%/bin/java" -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787 -Djava.security.manager -Djava.security.policy=conf/red5.policy -cp red5.jar;conf;bin;%CLASSPATH% org.red5.server.Standalone

That is, I've put JAVA_OPTS into string where StandAlone application in fact is launched.

Then, it writes:

d:\Program Files\Red5&#62;red5-debug.bat
Listening for transport dt_socket at address: 8787

and continues to write out all the full log of red5. But, now it's not a problem, just a difference in this between my Win and your *nix cases.

So, it's working :), thanks for pointing the way.

P.S.
Why it ignores the set JAVA_OPTS - it's another talk.</description>
		<content:encoded><![CDATA[<p>Well, I got it.<br />
In my environment it gave a result when I write in a batch-file:</p>
<p>&#8220;%JAVA_HOME%/bin/java&#8221; -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787 -Djava.security.manager -Djava.security.policy=conf/red5.policy -cp red5.jar;conf;bin;%CLASSPATH% org.red5.server.Standalone</p>
<p>That is, I&#8217;ve put JAVA_OPTS into string where StandAlone application in fact is launched.</p>
<p>Then, it writes:</p>
<p>d:\Program Files\Red5&gt;red5-debug.bat<br />
Listening for transport dt_socket at address: 8787</p>
<p>and continues to write out all the full log of red5. But, now it&#8217;s not a problem, just a difference in this between my Win and your *nix cases.</p>
<p>So, it&#8217;s working :), thanks for pointing the way.</p>
<p>P.S.<br />
Why it ignores the set JAVA_OPTS - it&#8217;s another talk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-73</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 29 Oct 2007 11:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-73</guid>
		<description>Doing this under WinXP and Intellij IDEA.
When starting the batch script - all the full log is writing out into the console straight away. It behaves like an obvious start up of the Red5 server. And there is no any message in the top like “Listening for transport dt_socket at address: 8787“. Maybe it's normal to Windows?...

But when I'm starting debugging in my IDE it says: "Error running : Unable to open debugger port: java.net.ConnectException 'Connection refused: connect'"

I suppose that second one is the consequence of the first step. What do you think?</description>
		<content:encoded><![CDATA[<p>Doing this under WinXP and Intellij IDEA.<br />
When starting the batch script - all the full log is writing out into the console straight away. It behaves like an obvious start up of the Red5 server. And there is no any message in the top like “Listening for transport dt_socket at address: 8787“. Maybe it&#8217;s normal to Windows?&#8230;</p>
<p>But when I&#8217;m starting debugging in my IDE it says: &#8220;Error running : Unable to open debugger port: java.net.ConnectException &#8216;Connection refused: connect&#8217;&#8221;</p>
<p>I suppose that second one is the consequence of the first step. What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Sziebert</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-46</link>
		<dc:creator>Carl Sziebert</dc:creator>
		<pubDate>Thu, 04 Oct 2007 23:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-46</guid>
		<description>@Matteo:

The scripts do not yet exist in a released version.  You'll have to create the scripts yourself using the examples I included above in the article. The only other option is to check out the latest version of Red5 from Subversion.</description>
		<content:encoded><![CDATA[<p>@Matteo:</p>
<p>The scripts do not yet exist in a released version.  You&#8217;ll have to create the scripts yourself using the examples I included above in the article. The only other option is to check out the latest version of Red5 from Subversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://sziebert.net/posts/remote-debugging-red5-applications/#comment-45</link>
		<dc:creator>Matteo</dc:creator>
		<pubDate>Thu, 04 Oct 2007 23:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/remote-debugging-red5-applications/#comment-45</guid>
		<description>Hi,your tutorial is very clear, but I can't find red5_debug.sh 
I'm using red5 0.6.3 standalone Windows version.
thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi,your tutorial is very clear, but I can&#8217;t find red5_debug.sh<br />
I&#8217;m using red5 0.6.3 standalone Windows version.<br />
thanks for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
