Forum OpenACS Q&A: Response to Win2K AOLServer and OpenACS

Collapse
Posted by James Harris on
The default index.tcl tried to access the database, so if you don't have Postgres installed, it won't work.

If you want to test whether AOLServer is working, replace the original index.tcl with an index.tcl containing only static HTML.

i.e.

<HTML>
<HEAD>
<TITLE>AOLServer test</TITLE>
</HEAD>
<BODY>
<H1>AOLServer test</H1>
<P>If you can see this, then AOLServer is working</P>
</BODY>
</HTML>