BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Delphi App as Web Server?

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock
View previous topic :: View next topic  
Author Message
Richard Morey
Guest





PostPosted: Tue Nov 18, 2003 4:36 pm    Post subject: Delphi App as Web Server? Reply with 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
Remy Lebeau (TeamB)
Guest





PostPosted: Tue Nov 18, 2003 7:12 pm    Post subject: Re: Delphi App as Web Server? Reply with quote




"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





PostPosted: Tue Nov 18, 2003 9:58 pm    Post subject: Re: Delphi App as Web Server? Reply with quote



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





PostPosted: Wed Nov 19, 2003 4:04 am    Post subject: Re: Delphi App as Web Server? Reply with quote

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





PostPosted: Wed Nov 19, 2003 3:17 pm    Post subject: Re: Delphi App as Web Server? Reply with 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

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





PostPosted: Fri Nov 21, 2003 4:23 am    Post subject: Re: Delphi App as Web Server? Reply with quote

There is also a simple HTTP server demo built on Indy at
http://www.atozed.com/indy/


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Instant Web Applications with IntraWeb
Try a fully functional evaluation at:
http://www.atozed.com/


ELKNews - Get your free copy at http://www.atozedsoftware.com

Back to top
Stewart Bourke
Guest





PostPosted: Mon Nov 24, 2003 10:52 am    Post subject: Re: Delphi App as Web Server? Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.