<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Börngen-Schmidt IT Consulting &#187; Eclipse</title>
	<atom:link href="http://www.boerngen-schmidt.de/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boerngen-schmidt.de</link>
	<description>Die Summe der Kleinigkeiten ergibt das Ganze.</description>
	<lastBuildDate>Mon, 07 Nov 2011 20:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Eclipse Workspace in Apache2</title>
		<link>http://www.boerngen-schmidt.de/2008/10/eclipse-workspace-in-apache2/</link>
		<comments>http://www.boerngen-schmidt.de/2008/10/eclipse-workspace-in-apache2/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 09:04:13 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Macintosch]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.boerngen-schmidt.de/?p=86</guid>
		<description><![CDATA[Um sich das lokale Workspace von Eclipse im Webbrowser ansehen zu können, muss man unter MacOSX nur eine Datei in /etc/apache2/other/ hinzufügen dir folgenden Inhalt hat. Alias /workspace /Users/workspace &#60;Directory /Users/workspace&#62; Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all &#60;/Directory&#62; Danach muss nur noch der Apache neugestartet werden mittels sudo apachectl restart und <a href='http://www.boerngen-schmidt.de/2008/10/eclipse-workspace-in-apache2/'>[...]</a>


Keine verwandten Artikel gefunden.]]></description>
			<content:encoded><![CDATA[<p>Um sich das lokale Workspace von Eclipse im Webbrowser ansehen zu können, muss man unter MacOSX nur eine Datei in /etc/apache2/other/ hinzufügen dir folgenden Inhalt hat.</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">Alias</span> /workspace /Users/workspace
&lt;<span style="color: #000000; font-weight:bold;">Directory</span> /Users/workspace&gt;
	<span style="color: #00007f;">Options</span> <span style="color: #0000ff;">Indexes</span> MultiViews
	<span style="color: #00007f;">AllowOverride</span> <span style="color: #0000ff;">None</span>
	<span style="color: #00007f;">Order</span> <span style="color: #00007f;">allow</span>,<span style="color: #00007f;">deny</span>
	<span style="color: #00007f;">Allow</span> from <span style="color: #0000ff;">all</span>
&lt;/<span style="color: #000000; font-weight:bold;">Directory</span>&gt;</pre></div></div>

<p>Danach muss nur noch der Apache neugestartet werden mittels</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> apachectl restart</pre></div></div>

<p>und schon kann man sein Workspace unter <a href="http://localhost/workspace">http://localhost/workspace</a> begutachten.</p>


<p>Keine verwandten Artikel gefunden.</p>]]></content:encoded>
			<wfw:commentRss>http://www.boerngen-schmidt.de/2008/10/eclipse-workspace-in-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

