Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Web Server/client Export problem

The file "client.htm" is in c:\Inetpub\wwwroot
I set the "Export directory"=c:\Inetpub\wwwroot\LKWebClient, and the
"server url"=http://web_server_computer/LKWebClient
but when I enter the following URL:
http://web_server_computer/LKWebClient/client.htm.
in IE, it could not be accessed.

anything miss? please help me

thank you
0 Kudos
Message 1 of 2
(3,105 Views)
There are two things you should consider:

->First, It's not a Lookout problem, so you must be getting a 404 error ("Not Found").

*If the file "client.htm" really is in "c:\Inetpub\wwwroot" you should access it in the address http://web_server_computer/client.htm instead of http://web_server_computer/LKWebClient/client.htm.
You should create a folder "c:\Inetpub\wwwroot\LKWebClient" and copy the file in it.

*You are missing a "/" at the end of "server url"=http://web_server_computer/LKWebClient

->Second, you can access the page, but the lookout objects have a red cross.

Probably, the problem has to be with "relative/absolute" path. If your web server isn't your lookout server, you should use absolute path when designing your process.
0 Kudos
Message 2 of 2
(3,105 Views)