 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Richard Morey Guest
|
Posted: Tue Nov 18, 2003 4:36 pm Post subject: Delphi App as Web Server? |
|
|
Hi,
I am working on a project for a client to create reports from a SQL db.. I
am very good with writing ASP pages to generate the reports my client wants.
My problem is that they are not currently running IIS on any of their Win
2000 Servers. Can I create a Delphi app that is a webserver? Ideally, the
program could be the server and the browser.. I could also create the
reports in straight HTML instead of ASP, but I'd still like to be able to
have my app serve the HTML pages into a TBrowser component on the main
form.. Is this possible?
Thanks
Rich
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Nov 18, 2003 7:12 pm Post subject: Re: Delphi App as Web Server? |
|
|
"Richard Morey" <rwmorey71 (AT) hotmail (DOT) com> wrote
Please do not cross-post, it is against Borland's newsgroup guidelines
([url]http://www.borland.com/newsgroups)[/url]. Post your questions only to the single
most appropriate group.
| Quote: | Can I create a Delphi app that is a webserver?
|
There are many third-party HTTP server components available. Just look
around at places like http://www.torry.net, http://www.vclcomponents.com,
etc. Or have a look at Indy (http://www.indyproject.org) or ICS
([url]http://www.overbyte.be)[/url], they both include server components, amongst other
things.
Gambit
|
|
| Back to top |
|
 |
Jason Wharton Guest
|
Posted: Tue Nov 18, 2003 9:58 pm Post subject: Re: Delphi App as Web Server? |
|
|
I'm writing one using the Indy components that come in Delphi 7. There is a
bunch of sample apps included in a separate download at Nevrona and other
places. In there is a HTTPServer sample that shows how to do it. If you can
use WebBroker then you won't have much trouble using this, if you don't mind
using sources to learn from.
Have a peek at my site written with it here: http://community.ibobjects.com
One thing is for sure, it's really easy to debug your web app when it simply
runs as an app.
Kind regards,
Jason Wharton
http://www.ibobjects.com
|
|
| Back to top |
|
 |
Charles Stack Guest
|
Posted: Wed Nov 19, 2003 4:04 am Post subject: Re: Delphi App as Web Server? |
|
|
I'd suggest WWS (Winshock Web Server) from Brain Patchworks. It is 100%
Delphi, supports server-side scripting, Cold Fusion and a bunch of other
stuff. We use it at work over IIS...it rocks.
http://www.winshock.com/winshock/wws/information/
Cheers,
Charles
"Richard Morey" <rwmorey71 (AT) hotmail (DOT) com> wrote
| Quote: | Hi,
I am working on a project for a client to create reports from a SQL db.. I
am very good with writing ASP pages to generate the reports my client
wants.
My problem is that they are not currently running IIS on any of their Win
2000 Servers. Can I create a Delphi app that is a webserver? Ideally, the
program could be the server and the browser.. I could also create the
reports in straight HTML instead of ASP, but I'd still like to be able to
have my app serve the HTML pages into a TBrowser component on the main
form.. Is this possible?
Thanks
Rich
|
|
|
| Back to top |
|
 |
Dave Hackett Guest
|
Posted: Wed Nov 19, 2003 3:17 pm Post subject: Re: Delphi App as Web Server? |
|
|
There is a web server written in Delphi called WebWeaver.
http://www.brswebweaver.com/index.php
You could also use Apache on the Win2K machines.
Do you really need to reinvent the wheel and write a new web server starting
with HTTP components (such as ICS and Indy) or are you just trying to find
an alternative to IIS?
DaveH
"Richard Morey" <rwmorey71 (AT) hotmail (DOT) com> wrote
| Quote: | Hi,
I am working on a project for a client to create reports from a SQL db.. I
am very good with writing ASP pages to generate the reports my client
wants.
My problem is that they are not currently running IIS on any of their Win
2000 Servers. Can I create a Delphi app that is a webserver? Ideally, the
program could be the server and the browser.. I could also create the
reports in straight HTML instead of ASP, but I'd still like to be able to
have my app serve the HTML pages into a TBrowser component on the main
form.. Is this possible?
Thanks
Rich
|
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
|
| Back to top |
|
 |
Stewart Bourke Guest
|
Posted: Mon Nov 24, 2003 10:52 am Post subject: Re: Delphi App as Web Server? |
|
|
Sometimes, when you simply want to server a specific set of pages, or want a
really fast, compact server for a specific purpose, it does make sense...
"Dave Hackett" <dave.hackett (AT) ns (DOT) sympatico.com> wrote
| Quote: | There is a web server written in Delphi called WebWeaver.
http://www.brswebweaver.com/index.php
You could also use Apache on the Win2K machines.
Do you really need to reinvent the wheel and write a new web server
starting
with HTTP components (such as ICS and Indy) or are you just trying to find
an alternative to IIS?
DaveH
"Richard Morey" <rwmorey71 (AT) hotmail (DOT) com> wrote in message
news:3fba4a78$1 (AT) newsgroups (DOT) borland.com...
Hi,
I am working on a project for a client to create reports from a SQL db..
I
am very good with writing ASP pages to generate the reports my client
wants.
My problem is that they are not currently running IIS on any of their
Win
2000 Servers. Can I create a Delphi app that is a webserver? Ideally,
the
program could be the server and the browser.. I could also create the
reports in straight HTML instead of ASP, but I'd still like to be able
to
have my app serve the HTML pages into a TBrowser component on the main
form.. Is this possible?
Thanks
Rich
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|