[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

windows + rhtml, dead simple, need suggestions

Steve Conover

6/7/2006 1:24:00 AM

Hi everyone,

I've googled around a little bit for this, but I wanted to get others'
opinions on the simplest setup to accomplish the following:

something (probably a webserver) runs as a windows service, that allows
me to serve rhtml files on some port.

I started going down the road of Apache2 + one of the many
apache<->ruby schemes, but there are many options out there, and I
haven't come across anything REALLY simple.

Suggestions? (I'm not really interested in deploying Rails for this by
the way. I just need to write a couple of rhtml files, and want to
leave behind VERY simple instructions to serving these things thru some
sort of windows service).

Thanks,
Steve

3 Answers

jonT

6/7/2006 11:46:00 AM

0

Steve Conover wrote:
> Suggestions?

Webrick [http://www.w...] is your friend.

Steve Conover

6/7/2006 3:13:00 PM

0

Sure, but I have to do a few backflips to install it as a windows
service.

That might be ok in the end, I'm just wondering what some of my other
alternatives are.

jonT wrote:
> Steve Conover wrote:
> > Suggestions?
>
> Webrick [http://www.w...] is your friend.

Steve Conover

6/7/2006 10:42:00 PM

0

Maybe a better way to ask this is, what's the simplest possible
Apache/Windows/rhtml setup I could build?

Webrick is problematic as well, it seems like one out of every three
requests just doesn't get served.

-Steve

Steve Conover wrote:
> Sure, but I have to do a few backflips to install it as a windows
> service.
>
> That might be ok in the end, I'm just wondering what some of my other
> alternatives are.
>
> jonT wrote:
> > Steve Conover wrote:
> > > Suggestions?
> >
> > Webrick [http://www.w...] is your friend.