newlisp httpd 8080 error

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
maksikn
Posts: 2
Joined: Thu Nov 09, 2006 11:54 pm

newlisp httpd 8080 error

Post by maksikn »

Hi guys,

I'm newbie in NewLisp and couldn't run some example script.
I use win32 environment (WinXP).

As I know it's IDE app designed for browser.

I have a next error when I try to run app:

D:\newlisp\ide>newlisp httpd 8080 .
Server started listening on port: 8080
Root directory: .
Thu Nov 09 17:48:58 2006 127.0.0.1 GET / HTTP/1.1
Thu Nov 09 17:48:58 2006 127.0.0.1 GET /file-frame.cgi HTTP/1.1
System couldn't find defined path...

Plz help

--
Cheers,
Maksud Nurullaev

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

You need to create a directory C:\tmp

Lutz

maksikn
Posts: 2
Joined: Thu Nov 09, 2006 11:54 pm

Post by maksikn »

thank you very much
If it be currect in my case I should create
d:\tmp - directory

Locked