<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Komentarze do: Flex + Java w jednym projekcie w Flex Builderze &#8211; część II</title>
	<atom:link href="http://flex.imrahil.com/2009/07/31/flex-java-w-jednym-projekcie-w-flex-builderze-czesc-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex.imrahil.com/2009/07/31/flex-java-w-jednym-projekcie-w-flex-builderze-czesc-ii/</link>
	<description>Wiadomości ze świata RIA oraz moje zmagania z programowaniem w Flex/AIR</description>
	<lastBuildDate>Tue, 27 Apr 2010 12:05:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Autor: tomek</title>
		<link>http://flex.imrahil.com/2009/07/31/flex-java-w-jednym-projekcie-w-flex-builderze-czesc-ii/comment-page-1/#comment-1363</link>
		<dc:creator>tomek</dc:creator>
		<pubDate>Sun, 07 Feb 2010 14:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://flex.imrahil.com/?p=260#comment-1363</guid>
		<description>&quot;Katalog flex_src to nasz główny katalog ze kodem Flexa, src z kodem Java, a WebContent to nasz lokalny serwer WWW.&quot;

Dlaczego napisałeś, że WebContent to nasz lokalny serwer WWW? Przecież tam masz pliki konfiguracyjne i treści np. klasy. Na serwerze lokalnym masz wszystkie pliki aplikacji w tym WebContent, ogólnie cały context.root. Dobrze piszę, czy ja coś źle rozumiem?

Pozdrawiam</description>
		<content:encoded><![CDATA[<p>&#8222;Katalog flex_src to nasz główny katalog ze kodem Flexa, src z kodem Java, a WebContent to nasz lokalny serwer WWW.&#8221;</p>
<p>Dlaczego napisałeś, że WebContent to nasz lokalny serwer WWW? Przecież tam masz pliki konfiguracyjne i treści np. klasy. Na serwerze lokalnym masz wszystkie pliki aplikacji w tym WebContent, ogólnie cały context.root. Dobrze piszę, czy ja coś źle rozumiem?</p>
<p>Pozdrawiam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: lukasz.r</title>
		<link>http://flex.imrahil.com/2009/07/31/flex-java-w-jednym-projekcie-w-flex-builderze-czesc-ii/comment-page-1/#comment-1197</link>
		<dc:creator>lukasz.r</dc:creator>
		<pubDate>Sat, 03 Oct 2009 12:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://flex.imrahil.com/?p=260#comment-1197</guid>
		<description>[RPC Fault faultString=&quot;Send failed&quot; faultCode=&quot;Client.Error.MessageSend&quot; faultDetail=&quot;Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: &#039;http://localhost:8080/WebContent/messagebroker/amf&#039;&quot;]

Solution:

To resolve, change the serverContextRoot to point to your Project name instead of WebContent folder.

Here how it is done in .flexProperties file created by eclipse

serverContextRoot=&quot;/WebContent&quot;

change this to

serverContextRoot=&quot;/your project name&quot;</description>
		<content:encoded><![CDATA[<p>[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost:8080/WebContent/messagebroker/amf'"]</p>
<p>Solution:</p>
<p>To resolve, change the serverContextRoot to point to your Project name instead of WebContent folder.</p>
<p>Here how it is done in .flexProperties file created by eclipse</p>
<p>serverContextRoot=&#8221;/WebContent&#8221;</p>
<p>change this to</p>
<p>serverContextRoot=&#8221;/your project name&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
