Probably not a complete solution but at least
http://localhost/cgi-bin/jhp.cgi?examples/ht5.jhp
now works.

I replaced these two lines in ~addons\web\jhp\run.ijs
     CGIPATHVAR_j_=: 'PATH_TRANSLATED'
     if. 0 -: CGIPATH_j_=: 2!:5 CGIPATHVAR_j_ do.''return.end.
with
  CGIPATH_j_=: ; 2 4{ARGV

and then changed the jhp.cgi to this:
#!c:\j602\bin\jconsole  C:\j602\addons\web\jhp\run.ijs "C:/j602/addons/web/jhp/"

However the main index.html page in the examples page doesnt work
http://localhost/cgi-bin/jhp.cgi?examples/index.html
(it should resemble Oleg's page at http://olegykj.sourceforge.net/jhp/)
Instead, I get the following:
<pre>
J error in C:/j602/addons/web/jhp/examples/index.html
|spelling error
|       <frame src="menu.html" name="winMenu" id="winMenu">
|                ^
|[-5]

</pre>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to