You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Carl McDade <ca...@gmail.com> on 2009/05/01 09:04:22 UTC

Can Mochiweb be used stand-alone?

Hi,

I see that Mochiweb is part of the Couchdb installer for Windows. My
question is: Can you build a mochiweb app (using the Mochiweb skeleton ) and
have it run on the Couchdb server? If not what would it take to complement
the Couch DB install of mochiweb so that it could be used. I am asking the
this because the CouchDB installer seems to fix a flaw in trying to get
Mochiweb running on Windows.

Thanks,
-- 
Carl McDade
Content Management Systems Consultant
www.hiveminds.co.uk
________________________

Re: Can Mochiweb be used stand-alone?

Posted by Jan Lehnardt <ja...@apache.org>.
On 5 May 2009, at 11:23, Carl McDade wrote:

> Hi,
>
> Can you give me the dev list address?

http://couchdb.apache.org/community/lists.html

Cheers
Jan
--

>
> I wrote up a tutorial on how to install Mochiweb on windows so users
> can make it a full installation.
>
> http://www.hiveminds.co.uk/?p=35843
>
> My feeling is that the CouchDB installer should do this. Users may
> have pre existing Mochi apps or want to use Mochiweb to create new
> apps that connect to CouchDB.
>
> Doing the changes to CouchDB installer should be fairly trivial given
> that the compiled code is complete in the ebin directory. So there is
> only a need to add in the files that allow you to start the Mochiweb
> module.
>
> Thanks\/Carl
>
> On Tue, May 5, 2009 at 10:51 AM, Li Zhengji <zh...@gmail.com>  
> wrote:
>> I am not sure if I have fully understood you.
>>
>> There must be a web server to support CouchDB. Technically, any web
>> server can do. In the good old days, CouchDB had decided to use
>> inets:httpd, with some modifications. Recently, Mochiweb is choosen.
>>
>> Maybe, CouchDB should not contain a separate Mochiweb application in
>> its package, but ask users to install Mochiweb before installing it.
>> This can be discussed in the dev maillist.
>>
>> On Fri, May 1, 2009 at 3:04 PM, Carl McDade <ca...@gmail.com>  
>> wrote:
>>> Hi,
>>>
>>> I see that Mochiweb is part of the Couchdb installer for Windows. My
>>> question is: Can you build a mochiweb app (using the Mochiweb  
>>> skeleton ) and
>>> have it run on the Couchdb server? If not what would it take to  
>>> complement
>>> the Couch DB install of mochiweb so that it could be used. I am  
>>> asking the
>>> this because the CouchDB installer seems to fix a flaw in trying  
>>> to get
>>> Mochiweb running on Windows.
>>>
>>> Thanks,
>>> --
>>> Carl McDade
>>> Content Management Systems Consultant
>>> www.hiveminds.co.uk
>>> ________________________
>>>
>>
>>
>>
>> --
>> Li Zhengji
>> -------------------------------------------------------------
>> If all you have is a hammer, everything is a nail.
>> -------------------------------------------------------------
>>
>
>
>
> -- 
> Carl McDade
> Content Management Systems Consultant
> www.hiveminds.co.uk
> ________________________
>


Re: Can Mochiweb be used stand-alone?

Posted by Nils Breunese <N....@vpro.nl>.
Carl McDade wrote:

> Can you give me the dev list address?

You can find the mailing lists by going to the CouchDB website and clicking on 'Mailing Lists'.

http://couchdb.apache.org/community/lists.html

Nils Breunese.

De informatie vervat in deze  e-mail en meegezonden bijlagen is uitsluitend bedoeld voor gebruik door de geadresseerde en kan vertrouwelijke informatie bevatten. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan derden is voorbehouden aan geadresseerde. De VPRO staat niet in voor de juiste en volledige overbrenging van de inhoud van een verzonden e-mail, noch voor tijdige ontvangst daarvan.

Re: Can Mochiweb be used stand-alone?

Posted by Carl McDade <ca...@gmail.com>.
Hi,

Can you give me the dev list address?

I wrote up a tutorial on how to install Mochiweb on windows so users
can make it a full installation.

http://www.hiveminds.co.uk/?p=35843

My feeling is that the CouchDB installer should do this. Users may
have pre existing Mochi apps or want to use Mochiweb to create new
apps that connect to CouchDB.

Doing the changes to CouchDB installer should be fairly trivial given
that the compiled code is complete in the ebin directory. So there is
only a need to add in the files that allow you to start the Mochiweb
module.

Thanks\/Carl

On Tue, May 5, 2009 at 10:51 AM, Li Zhengji <zh...@gmail.com> wrote:
> I am not sure if I have fully understood you.
>
> There must be a web server to support CouchDB. Technically, any web
> server can do. In the good old days, CouchDB had decided to use
> inets:httpd, with some modifications. Recently, Mochiweb is choosen.
>
> Maybe, CouchDB should not contain a separate Mochiweb application in
> its package, but ask users to install Mochiweb before installing it.
> This can be discussed in the dev maillist.
>
> On Fri, May 1, 2009 at 3:04 PM, Carl McDade <ca...@gmail.com> wrote:
>> Hi,
>>
>> I see that Mochiweb is part of the Couchdb installer for Windows. My
>> question is: Can you build a mochiweb app (using the Mochiweb skeleton ) and
>> have it run on the Couchdb server? If not what would it take to complement
>> the Couch DB install of mochiweb so that it could be used. I am asking the
>> this because the CouchDB installer seems to fix a flaw in trying to get
>> Mochiweb running on Windows.
>>
>> Thanks,
>> --
>> Carl McDade
>> Content Management Systems Consultant
>> www.hiveminds.co.uk
>> ________________________
>>
>
>
>
> --
> Li Zhengji
> -------------------------------------------------------------
> If all you have is a hammer, everything is a nail.
> -------------------------------------------------------------
>



-- 
Carl McDade
Content Management Systems Consultant
www.hiveminds.co.uk
________________________

Re: Can Mochiweb be used stand-alone?

Posted by Li Zhengji <zh...@gmail.com>.
I am not sure if I have fully understood you.

There must be a web server to support CouchDB. Technically, any web
server can do. In the good old days, CouchDB had decided to use
inets:httpd, with some modifications. Recently, Mochiweb is choosen.

Maybe, CouchDB should not contain a separate Mochiweb application in
its package, but ask users to install Mochiweb before installing it.
This can be discussed in the dev maillist.

On Fri, May 1, 2009 at 3:04 PM, Carl McDade <ca...@gmail.com> wrote:
> Hi,
>
> I see that Mochiweb is part of the Couchdb installer for Windows. My
> question is: Can you build a mochiweb app (using the Mochiweb skeleton ) and
> have it run on the Couchdb server? If not what would it take to complement
> the Couch DB install of mochiweb so that it could be used. I am asking the
> this because the CouchDB installer seems to fix a flaw in trying to get
> Mochiweb running on Windows.
>
> Thanks,
> --
> Carl McDade
> Content Management Systems Consultant
> www.hiveminds.co.uk
> ________________________
>



-- 
Li Zhengji
-------------------------------------------------------------
If all you have is a hammer, everything is a nail.
-------------------------------------------------------------