rewalk failure - can't find report.html

jamon
Posts: 163
Joined: Wed Jun 26, 2002 9:35 am

rewalk failure - can't find report.html

Post by jamon »

The logs just show file not found errors.
jamon
Posts: 163
Joined: Wed Jun 26, 2002 9:35 am

rewalk failure - can't find report.html

Post by jamon »

Some things that were working a couple days ago aren't working today. So, we reinstalled from scratch. Still no good. I'll keep you posted.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

rewalk failure - can't find report.html

Post by John »

It sounds like either an extension restriction or some other ISAPI filter blocking the request before it gets to the CGI layer. Does the login link work with .htm instead of .html?
John Turnbull
Thunderstone Software
jamon
Posts: 163
Joined: Wed Jun 26, 2002 9:35 am

rewalk failure - can't find report.html

Post by jamon »

So, none of these files are real, physical files, right?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

rewalk failure - can't find report.html

Post by mark »

Given http://server/cgi-bin/texis.exe/webinat ... /page.html
"texis.exe" is a real program in cgi-bin. "dowalk" is a real script in the webinator directory. "+xyz" is state information for texis.exe and dowalk. "page" is a function within the dowalk script (not a file on disk). ".html" tells dowalk you want html back.

So you should find texis.exe and dowalk, but not page.html. If the webserver says 404 not found that means it didn't even get as far as finding texis.exe. If it had it should have passed the rest of the url to texis for it figure out (standard CGI behavior). Perhaps the state information is confusing your webserver and causing it to misbehave.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

rewalk failure - can't find report.html

Post by John »

Correct. Everything after the /cgi-bin/texis.exe is passed to texis.exe to interpret as it runs the script. The first portion (/webinator/dowalk) tells it which script to run, and the /login.html or /report.html tells it what to do in the script if not the default.
John Turnbull
Thunderstone Software
jamon
Posts: 163
Joined: Wed Jun 26, 2002 9:35 am

rewalk failure - can't find report.html

Post by jamon »

Okay. Well, I'm totally confused now. We CAN get to dowalk, but not to anything with anything after dowalk in the URL. So, I can get to http://wmctest/cgi-bin/texis.exe/webinator/dowalk, but not to .../dowalk/login.html, or .../dowalk/logout.html or ....

If the cgi-bin were not working, would I be able to get to dowalk at all?
jamon
Posts: 163
Joined: Wed Jun 26, 2002 9:35 am

rewalk failure - can't find report.html

Post by jamon »

I just noticed that on our old (production) machine, the upper right-hand corner of the dowalk screen says "Webinator 5.1.10-Windows-w/plugin." In the newly installed stuff, it just says "Webinator"

What does that mean?

We used our commercial Webinator CD to do the installation.
jamon
Posts: 163
Joined: Wed Jun 26, 2002 9:35 am

rewalk failure - can't find report.html

Post by jamon »

If I log into the box and go the the installdir and run texis.exe -version, I see this:

Texis Web Script (Vortex) Copyright (c) 1996-2005 Thunderstone - EPI, Inc.
Commercial Webinator Version 5.01.1109610969 20050228 (i686-intel-winnt-32-32)

I see the exact same thing from the cgi-bin directory version of texis.exe.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

rewalk failure - can't find report.html

Post by John »

John Turnbull
Thunderstone Software
Post Reply