Re: [twsocket] Add dynamic document as defaultdoc in ThttpAppServ

2010-06-23 Thread Angus Robertson - Magenta Systems Ltd
> is it possible to us a dynamic html template document as the 
> defaultdoc in ThttpAppServ?

Yes, that's exactly how my website works:

http://www.telecom-tariffs.co.uk/

Most of the .htm pages are actually dynamic driven from an MS SQL Server
database. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Add dynamic document as defaultdoc in ThttpAppServ

2010-06-23 Thread Arno Garrels
Stefan Göppert wrote:
> Hi,
> 
> is it possible to us a dynamic html template document as the
> defaultdoc in ThttpAppServ?

Sure, have a look at the WebAppServer demo. It currently relocates
to /HomePage.html, however TUrlHandlerDefaultDoc.Execute could be
changed to call AnswerPage instead.

--
Arno Garrels  

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be