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

> Yes I understand the need for an extra folder.
> Now I get this :
> --------------------------------------------
> Nom  Chemin d'accès  État
> IISHelp c:\windows\help\iishelp
> jhp C:\j601\addons\web\jhp\examples
> -----------------------------------------------

c'est bien.

> > 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
> 
> I verified that. It seems OK
> >
> > Check IIS log files.
> 
> 127.0.0.1, -, 25/04/2007, 17:06:35, W3SVC1, DELL, 127.0.0.1, 484, 235, 4383, 
> 404, 2, GET, /jhp/index.htm, -,
> 127.0.0.1, -, 25/04/2007, 17:06:44, W3SVC1, DELL, 127.0.0.1, 3187, 424, 377, 
> 302, 0, GET, /iisstart.asp, -,
> 127.0.0.1, -, 25/04/2007, 17:06:44, W3SVC1, DELL, 127.0.0.1, 47, 986, 5022, 
> 401, 5, GET, /localstart.asp, -,
> 127.0.0.1, -, 25/04/2007, 17:12:20, W3SVC1, DELL, 127.0.0.1, 0, 390, 4383, 
> 404, 2, GET, /ht1.jhp, -,
> 127.0.0.1, -, 25/04/2007, 17:12:46, W3SVC1, DELL, 127.0.0.1, 0, 235, 4383, 
> 404, 2, GET, /jhp/index.htm, -,

See it says error 404 "Not Found" and the URL is /jhp/index.htm.
Whereas it should be /jhp/index.html ("html" not "htm" at the end)

> 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
> 
>  Do I have to modify the Application Extension Mapping and how do I start 
> that test.ijs ?

Yes, create another mapping similar to ".jhp" but for ".ijs".
Place test.ijs into jhp/examples folder and navigate:

   http://localhost/jhp/test.ijs

It should return plain text string "test2".


> I thought that the end was there but not yet...
> 
> Thanks for your help


__________________________________________________
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