http://localhost/index.html URL indicates that
you configured the Default Web Site (the root of IIS)
to the physical jhp/examples folder.

Instead, what you need is to make a new Virtual
Directory under Default Web Site called "jhp"
and point it to the physical path at jhp/examples.

(Restore the root path to c:\inetpub\wwwroot or whichever it was)

Please make sure that you followed the latest Configuration
  http://olegykj.sourceforge.net/jhp/

In particular, the profile.ijs should not be changed, i.e.
the same as after J install. But the Application Extension Mapping
for jhp should be
  c:\j601\jconsole.exe web/jhp/run %s %s

Check IIS log files.

Try a simple J CGI:

NB. ========================================= test.ijs ===
echo 'Content-Type: text/plain',CRLF,CRLF,'test2',CRLF
exit ''
NB. ======================================================

With a map for ijs:
  c:\j601\jconsole.exe %s %s



--- JC Coez <[EMAIL PROTECTED]> wrote:

>  Sorry for my unreadable preceding post....
> 
> Oleg, I followed your instructions.
> > It's better to make everything defined in one
> > place and make sure that it works.
> > So remove all copied folders and re-install
> > the JHP addon using JAL.
> 
> I did that
> >  Make sure that you use JHP from JAL,
> >     http://www.jsoftware.com/jwiki/JAL
> >  and not from sourceforge.
> 
> Yes and I noticed some differences of course
> 
> > Make sure that the path actually exists and contains
> > c:\j601\addons\web\jhp\examples\index.html
> > (verify by pasting that path in Address of web browser)
> 
> Yes
> 
> > Check that the Local Path in "jhp" virtual folder
> > in IIS is
> >  c:\j601\addons\web\jhp\examples
> 
> Yes, I did all that
> > Try again navigating to
> >  http://localhost/jhp/index.html
> 
> I tried that and get a Page not found.So I authorize in the IIS
> to access the directory in the local path.If I just try http://localhost/
> I get the following page and if I select index.html the menu
> is displayed but I can't access any example: just wait.
> 
> mercredi 25 avril 2007    07:54         5357 config.html
> mercredi 25 avril 2007    07:54          314 ht1.jhp
> mercredi 25 avril 2007    07:54          287 ht2.jhp
> mercredi 25 avril 2007    07:54          173 ht3.jhp
> mercredi 25 avril 2007    07:54          256 ht4.jhp
> mercredi 25 avril 2007    07:54          481 ht4a.jhp
> mercredi 25 avril 2007    07:54          660 ht5.jhp
> mercredi 25 avril 2007 etc....
> 
> mercredi 25 avril 2007    07:54          441 style.css
> mercredi 25 avril 2007    07:54         3188 syntax.html
> mercredi 25 avril 2007    07:54          137 test.jhp
> mercredi 25 avril 2007    07:54          395 test1.jhp
> mercredi 25 avril 2007    07:54        <dir> tmp
> mercredi 25 avril 2007    07:54          323 viewsrc.jhp
> 
> I noticed in the IE title that the address is http://localhost/index.html .
> If I do it directly
> it displays the menu but I can't access any example.Then I removed the
> authorization and I can always display the menu and finallyI got a CGI time
> out and the following message in each right frame.
> 
> The specified CGI application exceeded the allowed time for processing.
> The server has deleted the process.
> 
> It seems that I am not too far from the end...
> 
> JC


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to