newLISP as a localhost and CGI-processing
Posted: Wed Jan 21, 2009 5:58 pm
The exact code sample of the cgi.lsp file can't be shown here, but it starts with :
<% (set 'site "example.com") %>
...
I put this code in a sample html-file and called the file via newLISP as a localhost but nothing happens , only the normal page is shown. The ide-app works via the same localhost .
The idea is to make a simple application without frames and javascript, but i can't derive this out of the ide- or wiki-example. Must i first start the cgi.lsp in the html-file and how ? - any other ideas ?
<% (set 'site "example.com") %>
...
I put this code in a sample html-file and called the file via newLISP as a localhost but nothing happens , only the normal page is shown. The ide-app works via the same localhost .
The idea is to make a simple application without frames and javascript, but i can't derive this out of the ide- or wiki-example. Must i first start the cgi.lsp in the html-file and how ? - any other ideas ?