digitalmars.D - Mango Servlets
- nix (14/14) Nov 30 2004 Hello,
- J C Calvarese (11/15) Dec 01 2004 It'd probably be more effective to ask about this in the Mango forum:
- kris (9/32) Dec 01 2004 Thanks JCC; the makefile did indeed get left out, but it's in the 1.0a
- kris (9/32) Dec 01 2004 Thanks JCC; the makefile did indeed get left out, but it's in the 1.0a
- nix (3/39) Dec 01 2004 OK, i try the next release with dmd 0.107
- John Reimer (3/6) Dec 01 2004 Actually, you will want download dmd 0.108 as well. 108 has fixed some
- nix (5/41) Dec 02 2004 Hello,
Hello, i have succesfully compiled mango_beta_9-5 . (By mango 1.0 i can't find a make file) After that i changed the port Number from 80 to port 9000 in example/servlets and compiled servlets.d: dmd -c -version=linux -version=UseShiftOperators example/servlets.d gcc -o servlets servlets.o libmango.a -lphobos -lpthread -lm When i start servlets, i get the following message: 1146 ERROR mango.servlets.PingThread - IOException: Unable to connect socket: Connection refused 1146 ERROR mango.servlets.PingThread - IOException: Unable to connect socket: Connection refused dmd 105 Debian unstable
Nov 30 2004
nix wrote:Hello,It'd probably be more effective to ask about this in the Mango forum: http://www.dsource.org/forums/viewforum.php?f=5i have succesfully compiled mango_beta_9-5 .Kris and other Mango users would probably rather help with the most current version of Mango.(By mango 1.0 i can't find a make file)Is this the elusive Linux makefile? http://svn.dsource.org/svn/projects/mango/trunk/linux.make Perhaps it got left out of the package. -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Dec 01 2004
J C Calvarese wrote:nix wrote:Thanks JCC; the makefile did indeed get left out, but it's in the 1.0a release on dsource.org (which also fixes the problems that surfaced via dmd 0.107). That particular error message originates from a background thread in the Servlets.d example. It means there was some kind of problem accessing a remote site (a certain well-known news-aggregator, I think). I'm on the road right now, so if you post over at dsource.org I'll follow up on Friday evening.Hello,It'd probably be more effective to ask about this in the Mango forum: http://www.dsource.org/forums/viewforum.php?f=5i have succesfully compiled mango_beta_9-5 .Kris and other Mango users would probably rather help with the most current version of Mango.(By mango 1.0 i can't find a make file)Is this the elusive Linux makefile? http://svn.dsource.org/svn/projects/mango/trunk/linux.make Perhaps it got left out of the package.
Dec 01 2004
J C Calvarese wrote:nix wrote:Thanks JCC; the makefile did indeed get left out, but it's in the 1.0a release on dsource.org (which also fixes the problems that surfaced via dmd 0.107). That particular error message originates from a background thread in the Servlets.d example. It means there was some kind of problem accessing a remote site (a certain well-known news-aggregator, I think). I'm on the road right now, so if you post over at dsource.org I'll follow up on Friday evening.Hello,It'd probably be more effective to ask about this in the Mango forum: http://www.dsource.org/forums/viewforum.php?f=5i have succesfully compiled mango_beta_9-5 .Kris and other Mango users would probably rather help with the most current version of Mango.(By mango 1.0 i can't find a make file)Is this the elusive Linux makefile? http://svn.dsource.org/svn/projects/mango/trunk/linux.make Perhaps it got left out of the package.
Dec 01 2004
In article <com986$1q5f$2 digitaldaemon.com>, kris says...J C Calvarese wrote:OK, i try the next release with dmd 0.107 Thank younix wrote:Thanks JCC; the makefile did indeed get left out, but it's in the 1.0a release on dsource.org (which also fixes the problems that surfaced via dmd 0.107). That particular error message originates from a background thread in the Servlets.d example. It means there was some kind of problem accessing a remote site (a certain well-known news-aggregator, I think). I'm on the road right now, so if you post over at dsource.org I'll follow up on Friday evening.Hello,It'd probably be more effective to ask about this in the Mango forum: http://www.dsource.org/forums/viewforum.php?f=5i have succesfully compiled mango_beta_9-5 .Kris and other Mango users would probably rather help with the most current version of Mango.(By mango 1.0 i can't find a make file)Is this the elusive Linux makefile? http://svn.dsource.org/svn/projects/mango/trunk/linux.make Perhaps it got left out of the package.
Dec 01 2004
On Thu, 02 Dec 2004 06:09:24 +0000, nix wrote:OK, i try the next release with dmd 0.107 Thank youActually, you will want download dmd 0.108 as well. 108 has fixed some things to remedy the mango break.
Dec 01 2004
In article <com986$1q5f$2 digitaldaemon.com>, kris says...J C Calvarese wrote:Hello, i have found my mistake. I haven't start the HttpServer . Thank you.nix wrote:Thanks JCC; the makefile did indeed get left out, but it's in the 1.0a release on dsource.org (which also fixes the problems that surfaced via dmd 0.107). That particular error message originates from a background thread in the Servlets.d example. It means there was some kind of problem accessing a remote site (a certain well-known news-aggregator, I think). I'm on the road right now, so if you post over at dsource.org I'll follow up on Friday evening.Hello,It'd probably be more effective to ask about this in the Mango forum: http://www.dsource.org/forums/viewforum.php?f=5i have succesfully compiled mango_beta_9-5 .Kris and other Mango users would probably rather help with the most current version of Mango.(By mango 1.0 i can't find a make file)Is this the elusive Linux makefile? http://svn.dsource.org/svn/projects/mango/trunk/linux.make Perhaps it got left out of the package.
Dec 02 2004