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".
Yes, that works, not yet for *.jhp
JC
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm