<?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: Grab the APEX Listener</title>
	<atom:link href="http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/feed/" rel="self" type="application/rss+xml" />
	<link>http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/</link>
	<description>My meandering thoughts about Oracle, Application Express and life in general</description>
	<lastBuildDate>Mon, 05 Sep 2011 05:48:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Art</title>
		<link>http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/comment-page-1/#comment-461919</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/?p=254#comment-461919</guid>
		<description>Hi John, I would like to switch to a new listener with tomcat but there is a file upload problem. I&#039;ve got a working application on apache/embedded listener but with a new listener a file name is not passed to the file upload procedure. Would you know what the issue is?\n\nThanks,\n\nArt</description>
		<content:encoded><![CDATA[<p>Hi John, I would like to switch to a new listener with tomcat but there is a file upload problem. I&#8217;ve got a working application on apache/embedded listener but with a new listener a file name is not passed to the file upload procedure. Would you know what the issue is?\n\nThanks,\n\nArt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Pence</title>
		<link>http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/comment-page-1/#comment-460361</link>
		<dc:creator>Steve Pence</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/?p=254#comment-460361</guid>
		<description>Hi John,

Do you know if the new Apex listner will run in Oracle&#039;s own OC4J container on the App Server? We are running Apex from the Application Server to get single sign on, OID, etc. 

Thanks,
Steve</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Do you know if the new Apex listner will run in Oracle&#8217;s own OC4J container on the App Server? We are running Apex from the Application Server to get single sign on, OID, etc. </p>
<p>Thanks,<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Scott</title>
		<link>http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/comment-page-1/#comment-459228</link>
		<dc:creator>John Scott</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/?p=254#comment-459228</guid>
		<description>Hi Dan,

Well since the Listener runs inside Tomcat (in my case) then pretty much all the configuration I could do in the OHS can be done either natively in the Listener itself or as a configuration option in Tomcat.

So, if the question is can I see myself switching from the OHS to the Listener, the answer is most definitely &#039;yes&#039;.

John.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Well since the Listener runs inside Tomcat (in my case) then pretty much all the configuration I could do in the OHS can be done either natively in the Listener itself or as a configuration option in Tomcat.</p>
<p>So, if the question is can I see myself switching from the OHS to the Listener, the answer is most definitely &#8216;yes&#8217;.</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony miller</title>
		<link>http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/comment-page-1/#comment-458070</link>
		<dc:creator>tony miller</dc:creator>
		<pubDate>Wed, 14 Oct 2009 18:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/?p=254#comment-458070</guid>
		<description>John,
  I am having a small issue with a portion of your book.. 

Here is a copy of the post I made in the APEX support forum:

Just ran into an issue and need some help with it. A person I work with was using code from John Scott&#039;s book (Great Book for APEX!!) and was using the verification e-mail link code, when it started acting up.

The e-mail that is sent is to call a procedure in a database package (pkg_auth) procedure is called send_verification_email. We moved his code up to my hosted area on Oracle&#039;s site so I could help further.

The e-mail is sent properly, but when the link is clicked through, the following error is returned from the server:

Bad Request
Your browser sent a request that this server could not understand.

mod_plsql: /pls/otn/f HTTP-400 Missing &#039;=&#039; in query string or post form

The link that is being clicked is:

http://apex.oracle.com/pls/otn/ACT_SOFTWARE.pkg_auth.verify_user?p_user=becky&amp;p_code=D62B94845A5E8A5149CCB391CE53D31B

Two parameters being passed are user name and a verification key.

I am stumped since we compared his code to what John has in his book and except for changes in e-mail addresses and server information (don&#039;t visit apexdemo.com, its a company in Washington state..) it is the same...

Thank you,

Tony Miller
Webster, TX</description>
		<content:encoded><![CDATA[<p>John,<br />
  I am having a small issue with a portion of your book.. </p>
<p>Here is a copy of the post I made in the APEX support forum:</p>
<p>Just ran into an issue and need some help with it. A person I work with was using code from John Scott&#8217;s book (Great Book for APEX!!) and was using the verification e-mail link code, when it started acting up.</p>
<p>The e-mail that is sent is to call a procedure in a database package (pkg_auth) procedure is called send_verification_email. We moved his code up to my hosted area on Oracle&#8217;s site so I could help further.</p>
<p>The e-mail is sent properly, but when the link is clicked through, the following error is returned from the server:</p>
<p>Bad Request<br />
Your browser sent a request that this server could not understand.</p>
<p>mod_plsql: /pls/otn/f HTTP-400 Missing &#8216;=&#8217; in query string or post form</p>
<p>The link that is being clicked is:</p>
<p><a href="http://apex.oracle.com/pls/otn/ACT_SOFTWARE.pkg_auth.verify_user?p_user=becky&#038;p_code=D62B94845A5E8A5149CCB391CE53D31B" rel="nofollow">http://apex.oracle.com/pls/otn/ACT_SOFTWARE.pkg_auth.verify_user?p_user=becky&#038;p_code=D62B94845A5E8A5149CCB391CE53D31B</a></p>
<p>Two parameters being passed are user name and a verification key.</p>
<p>I am stumped since we compared his code to what John has in his book and except for changes in e-mail addresses and server information (don&#8217;t visit apexdemo.com, its a company in Washington state..) it is the same&#8230;</p>
<p>Thank you,</p>
<p>Tony Miller<br />
Webster, TX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan McGhan</title>
		<link>http://jes.blogs.shellprompt.net/2009/10/06/grab-the-apex-listener/comment-page-1/#comment-456663</link>
		<dc:creator>Dan McGhan</dc:creator>
		<pubDate>Fri, 09 Oct 2009 01:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://jes.blogs.shellprompt.net/?p=254#comment-456663</guid>
		<description>John,

I&#039;m just curious... You said there are lots of reasons you&#039;d use it over the EPG... But what about over Apache?

I know you&#039;re a big fan of Apache and it&#039;s abilities including mod_rewrite and virtual hosts. At the same time, I hear this new listener will have some cool new functionality like direct file uploads... What do you think?</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>I&#8217;m just curious&#8230; You said there are lots of reasons you&#8217;d use it over the EPG&#8230; But what about over Apache?</p>
<p>I know you&#8217;re a big fan of Apache and it&#8217;s abilities including mod_rewrite and virtual hosts. At the same time, I hear this new listener will have some cool new functionality like direct file uploads&#8230; What do you think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

