If anyone cares, a better solution to this is:<br>
<br>
{in your apache httpd.conf file}<br>
<br>
ExtFilterDefine plt mode=output cmd=&quot;/usr/bin/sed 's/\\/servlets;/\\/plt-ws\\/servlets;/'&quot;<br>
<br>
&lt;Directory &quot;/var/www/localhost/htdocs/plt-ws/&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; Options Indexes MultiViews FollowSymLinks SymLinksIfOwnerMatch<br>
&nbsp;&nbsp;&nbsp; AllowOverride None<br>
&nbsp;&nbsp;&nbsp; Order allow,deny<br>
&nbsp;&nbsp;&nbsp; Allow from all<br>
<br>
&nbsp;&nbsp;&nbsp; SetOutputFilter plt<br>
&nbsp;&nbsp;&nbsp; RewriteEngine On<br>
&nbsp;&nbsp;&nbsp; RewriteRule ^(.*)$ <a href="http://localhost:8080/$1">http://localhost:8080/$1</a> [P]<br>
&lt;/Directory&gt;<br>
<br>
<br>
It allows just one directory to be served by the plt web-server.&nbsp;
Obviously filters could be written for other directories, and a more
comprehensive sed script could be written.<br>
<br>
<br>
Corey<br><br><div><span class="gmail_quote">On 11/4/05, <b class="gmail_sendername">Corey Sweeney</b> &lt;<a href="mailto:corey.sweeney@gmail.com">corey.sweeney@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I changed apache from proxying the plt-ws directory, to proxying
everything starting at the root directopry, and the add.ss demo works
great now with https.&nbsp; <br>
<br>
Thanks<br><span class="sg">
<br>
Corey</span><div><span class="e" id="q_1075d24986061429_2"><br><br><div><span class="gmail_quote">On 11/4/05, <b class="gmail_sendername">Anton van Straaten</b> &lt;<a href="mailto:anton@appsolutions.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
anton@appsolutions.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Corey Sweeney wrote:<br>&gt; Then I try manually going to<br>&gt;<br>&gt; <a href="https://localhost/plt-ws/servlets;id18*0*19261510/examples/add.ss" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://localhost/plt-ws/servlets;id18*0*19261510/examples/add.ss</a>, and I
<br>&gt; get the less expected error:<br>&gt;<br>&gt; Error 500<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;The servlet terminated abnormally.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Please ask the author to fix the problem based on the details in the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Web server's log file.
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Powered by PLT<br>&gt;<br>&gt;<br>&gt; and the webserver puts on stdout:<br>&gt;<br>&gt; Servlet exception:<br>&gt; extract-binding/single: number not found in ()<br>&gt;<br>&gt;<br>&gt; Anyone know what's happening here?
<br><br>The add.ss servlet generates HTML which uses an HTTP POST request to<br>submit the numbers to the servlet.&nbsp;&nbsp;If you navigate to that URL directly<br>using your browser, the associated form info isn't available.<br>

<br>Anton<br><br></blockquote></div><br><br clear="all"><br></span></div><div><span class="e" id="q_1075d24986061429_3">-- <br>((lambda (y) (y y)) (lambda (y) (y y)))

</span></div></blockquote></div><br><br clear="all"><br>-- <br>((lambda (y) (y y)) (lambda (y) (y y)))