diff options
Diffstat (limited to '_build/static/archives/extend/2013-November/000313.html')
-rw-r--r-- | _build/static/archives/extend/2013-November/000313.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2013-November/000313.html b/_build/static/archives/extend/2013-November/000313.html new file mode 100644 index 00000000..840242b8 --- /dev/null +++ b/_build/static/archives/extend/2013-November/000313.html @@ -0,0 +1,79 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> [99s-extend] On a Basic Cowboy Sample + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20On%20a%20Basic%20Cowboy%20Sample&In-Reply-To=%3CCAAX_u6ikHY%2BVMEJMAX3SkVYahWvUbf-P_D6qAFvQwhEpF2ofnQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <style type="text/css"> + pre { + white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ + } + </style> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000312.html"> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[99s-extend] On a Basic Cowboy Sample</H1> + <B>Kaveh Shahbazian</B> + <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20On%20a%20Basic%20Cowboy%20Sample&In-Reply-To=%3CCAAX_u6ikHY%2BVMEJMAX3SkVYahWvUbf-P_D6qAFvQwhEpF2ofnQ%40mail.gmail.com%3E" + TITLE="[99s-extend] On a Basic Cowboy Sample">kaveh.shahbazian at gmail.com + </A><BR> + <I>Wed Nov 27 19:23:09 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#313">[ date ]</a> + <a href="thread.html#313">[ thread ]</a> + <a href="subject.html#313">[ subject ]</a> + <a href="author.html#313">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi; + +A post on this can be found +here<<A HREF="http://dc0d.tumblr.com/post/68278862491/toddling-cowboy-carful-a-windows-on-your-way">http://dc0d.tumblr.com/post/68278862491/toddling-cowboy-carful-a-windows-on-your-way</A>>(code +on +GitHub <<A HREF="https://github.com/dc0d/lucky_luke">https://github.com/dc0d/lucky_luke</A>>). + +​Are these things this way for a reason? (Because otherwise we I can not +get samples to run.) + +1 - I have to add 'cowboy' to application list in myapp.app.src. +2 - I have to add '{http_port, 9000}' to 'env' in myapp.app.src (where in +the code should I add it?). +3 - I have to explicitly make sure 'cowlib' is started (ok = +application:start(cowlib) and I did not see this anywhere but whitout this, +it won't work). + +Thanks; +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: <<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20131127/11da2202/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20131127/11da2202/attachment.html</A>> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000312.html">[99s-extend] error saying that Ranch listener process has terminated +</A></li> + + <LI> <B>Messages sorted by:</B> + <a href="date.html#313">[ date ]</a> + <a href="thread.html#313">[ thread ]</a> + <a href="subject.html#313">[ subject ]</a> + <a href="author.html#313">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend +mailing list</a><br> +</body></html> |