damn, that didn't come out right - I meant you would have to check out the licensing details if you wanted to redistribute.
Steve > -----Original Message----- > From: Stephen Barker [mailto:[EMAIL PROTECTED] > Sent: Friday, 4 June 2004 12:21 a.m. > To: 'NZ Borland Developers Group - Delphi List' > Subject: RE: [DUG] HTTP Server of some sort > > > I've been using the following for years to dev ISAPI web apps > for IIS - it's > been excellent, although you prob have to buy the commercial > version to > redistribute. > > Prior to IIS coming out we used to use an embedded http > server built on > DWinSock by Richard Vowles (Delphi 1). Indy http and others > prob do the same > thing. > > www.omnicron.ca > > Steve > > > -----Original Message----- > > From: vss [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 3 June 2004 5:38 p.m. > > To: NZ Borland Developers Group - Delphi List > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > Well to be honest I have never even looked at apache. I have > > used IIS for > > years and never saw the need to deviate, i.e. I dont use Linux etc. > > > > As to what I want to execute, as this stage, I really dont know. > > It couold be a good time for me to get into ASP.NET, but then > > you have to > > go thru the hole ASP.NET distribution, and thats not > > something I want to > > get into. The application needs to be easy to setup. > > It might be that we only offer the thin client to bigger > > companies with > > IIS or what ever installed. > > I mean PWS woudl be fine, and then I can just do it all in > ASP pages > > etc.etc. but not sure what issues PWS throws up etc. > > > > Anyway, its just a thought right now. > > > > Jeremy > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Date: Thu, 3 Jun 2004 14:00:02 +1000 > > Subject: RE: [DUG] HTTP Server of some sort > > > > > What's wrong with apache for windows then? > > > > > > What do you want to execute? Static html/ISAPI/Cgi? > > > > > > I've successfully ran an apache dso (basically an ISAPI.dll) D7 > > > (websnap) > > > app on apache 2 without problems. > > > > > > > > > -----Original Message----- > > > From: Jeremy Coulter [mailto:[EMAIL PROTECTED] > > > Sent: 3 June 2004 1:46 PM > > > To: 'NZ Borland Developers Group - Delphi List' > > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > > > > Ok...one point, I don't want to use ASP.NET. > > > Basically I just want a webserver that will dish up pages, > > and that can > > > run n Win98 IF and that's a big IF, its required. > > > I might look into the Indy HTTP Server. > > > > > > Jeremy > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > > On Behalf Of [EMAIL PROTECTED] > > > Sent: Thursday, 3 June 2004 15:13 > > > To: [EMAIL PROTECTED] > > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > > > > Yeah it requires the framework. If it is compiled with the C# > > > compiler, > > > it requires the framework. > > > > > > The cassini web server should NOT be used for deployment. > Just for > > > developing and debugging. You should definately use IIS > > for deployment > > > of ASP.NET applications or Apache when they get around to > > implementing > > > it. As MS has opened up the ASP.NET functionality so > that other web > > > servers can implement it a lot easier than with ASP. I am > > not sure of > > > a > > > timeline for Apache support although I think it might also require > > > framework version 2 which is yet to be released. > > > > > > cheers, > > > > > > JED > > > > > > -----Original Message----- > > > From: vss [mailto:[EMAIL PROTECTED] > > > Sent: 3 June 2004 1:01 PM > > > To: NZ Borland Developers Group - Delphi List > > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > > > > Ok cool...BUT the next question here is, does cassini > > require .NET to > > > framework/SDK/Whatever to run? or is it a proper win32 App.? > > > > > > Jeremy > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > To: [EMAIL PROTECTED] > > > Date: Thu, 3 Jun 2004 12:29:40 +1000 > > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > > That's not true. You need the CSC compiler which comes > with the > > > > framework sdk. > > > > > > > > > > > > -----Original Message----- > > > > From: vss [mailto:[EMAIL PROTECTED] > > > > Sent: 3 June 2004 12:17 PM > > > > To: NZ Borland Developers Group - Delphi List > > > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > > > > > > > gotta have C++ to compile the one that comes this D8 tho. > > > > > > > > Jeremy > > > > > > > > -----Original Message----- > > > > From: Myles Penlington <[EMAIL PROTECTED]> > > > > To: "'NZ Borland Developers Group - Delphi List'" > > > > <[EMAIL PROTECTED]> > > > > Date: Thu, 3 Jun 2004 13:56:05 +1200 > > > > Subject: RE: [DUG] HTTP Server of some sort > > > > > > > > > Delphi 8 comes with the cassini web server. > > > > > I think there is also a Delphi 7 one - Indy or someone > > else has one > > > > > from > > > > > memory. > > > > > > > > > > Myles. > > > > > > > > > > -----Original Message----- > > > > > From: vss [mailto:[EMAIL PROTECTED] > > > > > Sent: Thursday, 3 June 2004 13:51 > > > > > To: [EMAIL PROTECTED] > > > > > Subject: [DUG] HTTP Server of some sort > > > > > > > > > > > > > > > Hi all. > > > > > Been thinking about changing an app. I have to being > thin-client > > > > using > > > > > an > > > > > HTTP server of some kind, and cant always rely on IIS being > > > > installed, > > > > > and want to avoid installing PWS or apachie if I can. > > So it has to > > > > > be simple...if it can be...to install. My inital > thought was to > > > look > > > > > > > > at IntraWeb controls, but the ones that come with > > Delphi are not > > > > > going to work because of the limitations imposed > > > > > on them like how it wont run as a standalone server > > which would be > > > > > ideal. > > > > > > > > > > We have 2 requirments, #1 reports need to be able to be > > > > > shown...although I can write somethign to render the > > reports from > > > > > ReportBuilder to > > > > HTML, > > > > > or more prob. PDF so the user gets mulit pages etc. > > > > > And the 2nd thing is Charts. Once again I could write > > something for > > > > > TChart to export the chart as an image. I did look at > > the TeeChart > > > > OCX, > > > > > but WOO !! thats really expensive ! > > > > > > > > > > Does anyone have any good ideas? > > > > > > > > > > Jeremy > > > > > > > > > > _______________________________________________ > > > > > Delphi mailing list > > > > > [EMAIL PROTECTED] > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > > _______________________________________________ > > > > > Delphi mailing list > > > > > [EMAIL PROTECTED] > > > > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > > > > > _______________________________________________ > > > > Delphi mailing list > > > > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > _______________________________________________ > > > > Delphi mailing list > > > > [EMAIL PROTECTED] > > > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > > > _______________________________________________ > > > Delphi mailing list > > > [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi > > > _______________________________________________ > > > Delphi mailing list > > > [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi > > > > > > _______________________________________________ > > > Delphi mailing list > > > [EMAIL PROTECTED] > > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > _______________________________________________ > > > Delphi mailing list > > > [EMAIL PROTECTED] > > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > _______________________________________________ > > Delphi mailing list > > [EMAIL PROTECTED] > > http://ns3.123.co.nz/mailman/listinfo/delphi > > > > --- > > Incoming mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.698 / Virus Database: 455 - Release Date: 2/06/2004 > > > > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.698 / Virus Database: 455 - Release Date: 2/06/2004 > > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
