<?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>Comments on: Jaxer &amp; XAMPP &#8211; JavaScript Bliss</title>
	<atom:link href="http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 10 May 2010 06:32:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-2006</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 03 Jan 2010 11:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-2006</guid>
		<description>I found the following useful :
http://jaxer.org/guide/setup.php#existingJaxer
it is all now working well-</description>
		<content:encoded><![CDATA[<p>I found the following useful :<br />
<a href="http://jaxer.org/guide/setup.php#existingJaxer" rel="nofollow">http://jaxer.org/guide/setup.php#existingJaxer</a><br />
it is all now working well-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-2005</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-2005</guid>
		<description>I have Wampp/Apache working on Windows 7  and Jaxer running and can fireup http:localhost and see the xammpp home page.However when i fire up http:localhost/aptana I get a 404 page error-not found - If there is an error in the Apache httpd.conf file  can anyone give me an idea what it might be? Thanks</description>
		<content:encoded><![CDATA[<p>I have Wampp/Apache working on Windows 7  and Jaxer running and can fireup http:localhost and see the xammpp home page.However when i fire up http:localhost/aptana I get a 404 page error-not found &#8211; If there is an error in the Apache httpd.conf file  can anyone give me an idea what it might be? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Argenis Leon</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-182</link>
		<dc:creator>Argenis Leon</dc:creator>
		<pubDate>Fri, 12 Dec 2008 05:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-182</guid>
		<description>On Windows XP, Jaxer 1.0 RC D this addition to the httpd.conf works for me. Take care that xampp is in c:\xampp and a couple of instruccion should be changed
&quot;JaxerPassThrough&quot; is now &quot;JaxerPassThrough on&quot; and
&quot;JaxerWorker localManagerWorker localhost 4327&quot; is now &quot;JaxerWorker localhost 4327&quot;


  Order Deny,Allow
  Deny from all
  Allow from 127.0.0.1

 Alias /aptana c:/xampp/jaxer/aptana

  Deny from all

   Allow from 127.0.0.1


 Alias /jaxer/framework/clientFramework_compressed.js c:/xampp/jaxer/framework/clientFramework_compressed.js
 Alias /jaxer/framework/clientFramework.js c:/xampp/jaxer/framework/clientFramework.js
 LoadModule jaxer_module &quot;c:/xampp/jaxer/connectors/mod_jaxer.so&quot;

  DefaultInitEnv &quot;SystemRoot&quot; &quot;c:/windows&quot;
  #  Configures the (only) one worker in the form of
  #  JaxerWorker
  JaxerWorker 127.0.0.1 4327
  #  Configuration for the connection pool used communicating with Jaxer Manager
  #
  #  Timeout (secs) before giving up on obtaining a connection
  #  Default is 5
  #  WaitConnectionTimeOutSec 5
  #
  #  Size of the connection pool.
  #  Defaults: MinConnectionPoolSize = 10% of thread pool size (but no less than 1)
  #            MaxConnectionPoolSize = thread pool size.  This cannot be to more than
  #                                    the thread pool size
  #	 MaxConnectionPoolSize 1
  #	 MinConnectionPoolSize 1
  #  Route all requests with jaxer-server in their path to Jaxer, in particular callbacks

    SetHandler JAXER
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1


   # use this format for Jaxer 0.9.7 or earlier
   #JaxerFilter localManagerWorker .html
   #JaxerFilter localManagerWorker .xhtml
   #JaxerFilter localManagerWorker .htm
   #JaxerFilter localManagerWorker .php
   #use this format for Jaxer 0.9.8 or later
   JaxerFilter localManagerWorker .html .xhtml .htm .php
   JaxerFilterContentType localManagerWorker text/html
   Order Deny,Allow
   Deny from all
   Allow from 127.0.0.1

 #	Place any files that are to be served only to Jaxer (usually to be included),
 #	and that are not to be processed by Jaxer before they&#039;re served to Jaxer,
 #	in a folder structure that has /jaxer-include/ somewhere in the hierarchy above them.

  # prevents processing by Jaxer before it&#039;s served back to Jaxer
  JaxerPassThrough on
  Order Deny,Allow
  Deny from all
  Allow from 127.0.0.1</description>
		<content:encoded><![CDATA[<p>On Windows XP, Jaxer 1.0 RC D this addition to the httpd.conf works for me. Take care that xampp is in c:\xampp and a couple of instruccion should be changed<br />
&#8220;JaxerPassThrough&#8221; is now &#8220;JaxerPassThrough on&#8221; and<br />
&#8220;JaxerWorker localManagerWorker localhost 4327&#8243; is now &#8220;JaxerWorker localhost 4327&#8243;</p>
<p>  Order Deny,Allow<br />
  Deny from all<br />
  Allow from 127.0.0.1</p>
<p> Alias /aptana c:/xampp/jaxer/aptana</p>
<p>  Deny from all</p>
<p>   Allow from 127.0.0.1</p>
<p> Alias /jaxer/framework/clientFramework_compressed.js c:/xampp/jaxer/framework/clientFramework_compressed.js<br />
 Alias /jaxer/framework/clientFramework.js c:/xampp/jaxer/framework/clientFramework.js<br />
 LoadModule jaxer_module &#8220;c:/xampp/jaxer/connectors/mod_jaxer.so&#8221;</p>
<p>  DefaultInitEnv &#8220;SystemRoot&#8221; &#8220;c:/windows&#8221;<br />
  #  Configures the (only) one worker in the form of<br />
  #  JaxerWorker<br />
  JaxerWorker 127.0.0.1 4327<br />
  #  Configuration for the connection pool used communicating with Jaxer Manager<br />
  #<br />
  #  Timeout (secs) before giving up on obtaining a connection<br />
  #  Default is 5<br />
  #  WaitConnectionTimeOutSec 5<br />
  #<br />
  #  Size of the connection pool.<br />
  #  Defaults: MinConnectionPoolSize = 10% of thread pool size (but no less than 1)<br />
  #            MaxConnectionPoolSize = thread pool size.  This cannot be to more than<br />
  #                                    the thread pool size<br />
  #	 MaxConnectionPoolSize 1<br />
  #	 MinConnectionPoolSize 1<br />
  #  Route all requests with jaxer-server in their path to Jaxer, in particular callbacks</p>
<p>    SetHandler JAXER<br />
    Order Deny,Allow<br />
    Deny from all<br />
    Allow from 127.0.0.1</p>
<p>   # use this format for Jaxer 0.9.7 or earlier<br />
   #JaxerFilter localManagerWorker .html<br />
   #JaxerFilter localManagerWorker .xhtml<br />
   #JaxerFilter localManagerWorker .htm<br />
   #JaxerFilter localManagerWorker .php<br />
   #use this format for Jaxer 0.9.8 or later<br />
   JaxerFilter localManagerWorker .html .xhtml .htm .php<br />
   JaxerFilterContentType localManagerWorker text/html<br />
   Order Deny,Allow<br />
   Deny from all<br />
   Allow from 127.0.0.1</p>
<p> #	Place any files that are to be served only to Jaxer (usually to be included),<br />
 #	and that are not to be processed by Jaxer before they&#8217;re served to Jaxer,<br />
 #	in a folder structure that has /jaxer-include/ somewhere in the hierarchy above them.</p>
<p>  # prevents processing by Jaxer before it&#8217;s served back to Jaxer<br />
  JaxerPassThrough on<br />
  Order Deny,Allow<br />
  Deny from all<br />
  Allow from 127.0.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-179</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-179</guid>
		<description>On Mac OS X, to work around the problem I describe above, you have to copy libevent-1.4.2.dylib from the /jaxer/ directory to /usr/local/lib/. Given that this is a hidden folder, you will need to use Terminal or a GUI like Macintosh Explorer.</description>
		<content:encoded><![CDATA[<p>On Mac OS X, to work around the problem I describe above, you have to copy libevent-1.4.2.dylib from the /jaxer/ directory to /usr/local/lib/. Given that this is a hidden folder, you will need to use Terminal or a GUI like Macintosh Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-181</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 07 Nov 2008 20:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-181</guid>
		<description>Getting the following error

dyld: Library not loaded: /usr/local/lib/libevent-1.4.2.dylib

  Reason: image not found
Trace/BPT trap</description>
		<content:encoded><![CDATA[<p>Getting the following error</p>
<p>dyld: Library not loaded: /usr/local/lib/libevent-1.4.2.dylib</p>
<p>  Reason: image not found<br />
Trace/BPT trap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dr_js</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-180</link>
		<dc:creator>dr_js</dc:creator>
		<pubDate>Tue, 02 Sep 2008 18:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-180</guid>
		<description>thanx for the info , good starting point , but .. the link below has  up to date -  httpd.conf -
for curent versions of Jaxer [1.0 RC B is now available]

--------
Configuration For Use with an Existing Apache Installation
http://www.aptana.com/node/42
---------------</description>
		<content:encoded><![CDATA[<p>thanx for the info , good starting point , but .. the link below has  up to date &#8211;  httpd.conf -<br />
for curent versions of Jaxer [1.0 RC B is now available]</p>
<p>&#8212;&#8212;&#8211;<br />
Configuration For Use with an Existing Apache Installation<br />
<a href="http://www.aptana.com/node/42" rel="nofollow">http://www.aptana.com/node/42</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Johnson</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-183</link>
		<dc:creator>Matt Johnson</dc:creator>
		<pubDate>Wed, 28 May 2008 17:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-183</guid>
		<description>Didn&#039;t work for me on the Mac.  Got a ton of errors saying that the tests ran on the client and not the server, but Jaxer and Xampp are running fine.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me on the Mac.  Got a ton of errors saying that the tests ran on the client and not the server, but Jaxer and Xampp are running fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-177</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 16 May 2008 20:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-177</guid>
		<description>Thanks - this is a great writeup!

Is there any way to make the Jaxer button in Aptana operate the jaxerctl script? It could be a really slick way to integrate this particular Jaxer+XAMPP solution with Aptana even more.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this is a great writeup!</p>
<p>Is there any way to make the Jaxer button in Aptana operate the jaxerctl script? It could be a really slick way to integrate this particular Jaxer+XAMPP solution with Aptana even more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usha</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-178</link>
		<dc:creator>Usha</dc:creator>
		<pubDate>Tue, 22 Apr 2008 07:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-178</guid>
		<description>Hello,

Could you please tell me the steps to be followed in Windows OS? Since most of them are for UNIX boxes, I am unable to install in my Windows XP PC.

Thanks,
Usha.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Could you please tell me the steps to be followed in Windows OS? Since most of them are for UNIX boxes, I am unable to install in my Windows XP PC.</p>
<p>Thanks,<br />
Usha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty Kube</title>
		<link>http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-176</link>
		<dc:creator>Marty Kube</dc:creator>
		<pubDate>Tue, 25 Mar 2008 18:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/jaxer-xampp-javascript-bliss/#comment-176</guid>
		<description>Nice write up.  I&#039;m trying it out on XP - we&#039;ll have the OS bases covered :-)</description>
		<content:encoded><![CDATA[<p>Nice write up.  I&#8217;m trying it out on XP &#8211; we&#8217;ll have the OS bases covered <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
