public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] GoAhead Web server
@ 2002-11-19 12:53 rhea santos
  2002-11-20  0:53 ` Gary Thomas
  0 siblings, 1 reply; 11+ messages in thread
From: rhea santos @ 2002-11-19 12:53 UTC (permalink / raw)
  To: eCos Discussion


[-- Attachment #1.1: Type: Text/Plain, Size: 271 bytes --]


hi!
I would like to ask if anyone here had already tried to use the open source
GoAhead Web Server using assabet and eCos?  What was your experience in
building the application ?  How was the support for GoAhead ?  How did it
perform ?  

Thanks in advance...

[-- Attachment #1.2: Type: Text/HTML, Size: 2015 bytes --]

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><html>
<head>
<meta name="GENERATOR" content="IncrediMail 1.0">
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER>2.0</X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->

</head>

<BODY background="" bgColor=#ffffff style="BACKGROUND-POSITION: 0px 0px; FONT-FAMILY: Arial; FONT-SIZE: 10pt; MARGIN: 1px" scroll=yes ORGYPOS="0" X-FVER="2.0">
<TABLE border=0 cellPadding=0 cellSpacing=0 id=INCREDIMAINTABLE width="95%">
<TR>

<TD id=INCREDITEXTREGION width="100%" style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; PADDING-LEFT: 7px; PADDING-RIGHT: 7px" 
   >
      <DIV>&nbsp;</DIV>
      <DIV>hi!</DIV>
      <DIV>I would like to ask if anyone here had already tried to use the open 
      source GoAhead Web Server using assabet and eCos?&nbsp; What was your 
      experience in building the application ?&nbsp; How was the support for 
      GoAhead ?&nbsp; How did it perform ?&nbsp; </DIV>
      <DIV>&nbsp;</DIV>
      <DIV>Thanks in advance...</DIV></TD>
</TR>

<TR>
<TD id=INCREDIFOOTER width="100%">

	<TABLE cellPadding=0 cellSpacing=0 width="100%">
	<TR>
	<TD width="100%"></TD>
	<TD align=middle id=INCREDISOUND vAlign=bottom></TD>
	<TD align=middle id=INCREDIANIM vAlign=bottom></TD>
	</TR>
	</TABLE>

</TD>
</TR>

</TABLE><SPAN 
id=IncrediStamp><SPAN dir=ltr><FONT face="Arial, Helvetica, sans-serif" 
size=2>____________________________________________________<BR><FONT 
face="Comic Sans MS" size=2><A 
href="http://www.incredimail.com/redir.asp?ad_id=309&amp;lang=9"><IMG 
align=baseline alt="" border=0 hspace=0 
src="cid:A901A8E5-FB97-11D6-A4A0-00A0241C12F2"></A>&nbsp; <I>IncrediMail</I> - 
<B>Email has finally evolved</B> - </FONT><A 
href="http://www.incredimail.com/redir.asp?ad_id=309&amp;lang=9"><FONT 
face="Times New Roman" size=3><B><U>Click 
Here</U></B></FONT></A></SPAN></SPAN></FONT>
</BODY>
</html>

[-- Attachment #2: Type: image/gif, Size: 494 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [ECOS] goAhead web server
@ 2004-05-23 23:18 baljeet singh
  2004-05-24  7:21 ` mohanlal jangir
  0 siblings, 1 reply; 11+ messages in thread
From: baljeet singh @ 2004-05-23 23:18 UTC (permalink / raw)
  To: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 477 bytes --]

All,
Is goAhead webserver part of any package in the ecos
repository?
Does anyone have a step by step procedure to include
this on a system running ecos.
Thanks,
B singh


	
		
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: [ECOS] GoAhead Web server
@ 2002-11-20  9:07 Anthony Massa
  0 siblings, 0 replies; 11+ messages in thread
From: Anthony Massa @ 2002-11-20  9:07 UTC (permalink / raw)
  To: ecos-discuss; +Cc: marheas

I integrated the GoAhead web server back when it was version 2.1 on an MBX
development board and it worked out fine.  I didn't get into optimizing the
code.

I also wrote an article about the integration process of the GoAhead
WebServer and eCos for the November issue of Doctor Dobb's Journal.  You can
find it here:

http://www.ddj.com/articles/2002/0211/

Hope this helps,

Anthony


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: [ECOS] GoAhead Web Server
@ 2000-10-25 16:25 amassa
  2000-10-25 17:01 ` Gary Thomas
  0 siblings, 1 reply; 11+ messages in thread
From: amassa @ 2000-10-25 16:25 UTC (permalink / raw)
  To: gary, Gary Thomas, ecos-discuss

What is the output from this compile of the goahead web server - is it a
webs.exe file as a stand alone app?

If I wanted to integrate it into my app do I just use the libwebs.a file and
include it in my link?

I guess I would need to then take the steps that are taken in ecos/main.c to
make sure the web server is initialized, right?

Thanks.

Gary Thomas <gthomas@redhat.com> writes:
>On 25-Oct-2000 amassa@cts.com wrote:
>> I am developing on Windows NT4 for the MBX860 platform.  I am in the
process
>> of compiling the goahead web server.  I am finding that I need to make
quite
>> a few changes, which seems to contradict previous messages posted to
this
>> board.
>> 
>> I was wondering if someone has compiled in the goahead web server and
>> documented the changes they needed to make in order to get it working on
>> their system.
>
>I did have to make some patches for version 2.1 against the latest eCos.
>With these [attached] patches, it runs fine on the MBX.
>
>
>
>
>Attachment: diffs (application/octet-stream)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [ECOS] GoAhead Web Server
@ 2000-10-25 15:14 amassa
  2000-10-25 15:35 ` Gary Thomas
  0 siblings, 1 reply; 11+ messages in thread
From: amassa @ 2000-10-25 15:14 UTC (permalink / raw)
  To: ecos-discuss

I am developing on Windows NT4 for the MBX860 platform.  I am in the process
of compiling the goahead web server.  I am finding that I need to make quite
a few changes, which seems to contradict previous messages posted to this
board.

I was wondering if someone has compiled in the goahead web server and
documented the changes they needed to make in order to get it working on
their system.

Thanks.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-05-24  4:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-19 12:53 [ECOS] GoAhead Web server rhea santos
2002-11-20  0:53 ` Gary Thomas
2002-11-20  0:59   ` Andrew Lunn
2002-11-20  1:14     ` sandeep
  -- strict thread matches above, loose matches on Subject: below --
2004-05-23 23:18 [ECOS] goAhead web server baljeet singh
2004-05-24  7:21 ` mohanlal jangir
2002-11-20  9:07 [ECOS] GoAhead Web server Anthony Massa
2000-10-25 16:25 [ECOS] GoAhead Web Server amassa
2000-10-25 17:01 ` Gary Thomas
2000-10-25 15:14 amassa
2000-10-25 15:35 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).