Either a light-weight web server for embedded systems, or a web server embedded within an application
0
votes
0answers
64 views
Running background http server in Android
I am developing a suit of games o custom tablets with NO internet connection neither wifi, to ease the process i'm using HTML5, but since PhoneGap uses a standard WebView i moved to CocoonJS to ...
3
votes
0answers
61 views
Small embeddable web/HTTP stack for C#? [closed]
This might be too much to ask. (Why on earth would I want to depart from IIS after all?)
What I'm looking for is a pretty good embeddable HTTP server. I've looked around, and I'm not yet sold on ...
0
votes
1answer
17 views
Where or how to specify log file in barracuda webserver?
I have a realtimelogic's Barracuda application Server hosted on a m68k based embedded linux system.
When i enable https in it, i get exception and it kills the application. I would like to know where ...
1
vote
1answer
43 views
Java embedded webinterface
For a plugin which I created I want to add a webinterface from which you can change settings and do some simple data manipulation. This data manipulation should be done trough sqlquerys. I am using a ...
3
votes
1answer
115 views
Print something in PHP built-in web server
In python built-in web server when use print in function, it prints result in terminal ...
for example:
Django version 1.3.4, using settings 'parsicore.settings'
Development server is running at ...
0
votes
0answers
158 views
Building mongoose web server under MinGW
I want to deploy mongoose as service on windows but from linux side.
So, I want to build mongoose under mingw.
In mongoose directory when I run "make mingw"
Following error occurs .
...
1
vote
0answers
174 views
Installing mongoose server on windows from linux using winexe
I want to start mongoose http server as service on the windows machine from the linux host.
For executing command on windows machine remotely from the linux machine, winexe tool is there.
Admin ...
3
votes
1answer
263 views
Setting environment variables with the built-in PHP web server
PHP 5.4 supports a built-in web server for development purposes. The app we are developing is configured via environment variables.
With Apache you'd do this:
SetEnv FAVORITE_COLOR white
With the ...
1
vote
3answers
167 views
Web interface for C++ backend service [closed]
I'm currently working on a back end service which has a very crude interface for getting statistics and information about the service. I would like to deploy a lightweight web server for it to allow ...
2
votes
0answers
216 views
Simple web server in Scala [closed]
I need a Scala library that provides me a very simple web server.
I need it to provide json content to a web user interface for an application I'm developing so it should be able to return both ...
2
votes
5answers
75 views
How to get a webinterface for a small Java program?
Actually I have a Java application running on a Linux server as daemon. Now I'll provide a simple web-based configuration page. I have no clue how to solve this without using big frameworks.
What I ...
0
votes
0answers
148 views
HTTP HEAD chunked-encoded
I have implemented a HTTP 1.1 server. It is an embedded server so I only support the mandatory features of the RFC. All responses are sent chunked-encoded.
As HEAD is mandatory it is also supported.
...
1
vote
3answers
1k views
Embedding a lightweight web server into a .net application (node.js)?
I have a project built with Awesomium built in .NET and it requires the use of Flash. Flash throws security errors trying to access local content (video player) and the solution(s) Awesomium offers ...
0
votes
0answers
194 views
How to do HTTPS using mongoose as a library?
I am using mongoose as a library on my C++ application and I would like to implement HTTPS for the communication between my Mongoose server application and my libcurl client application.
Can someone ...
0
votes
1answer
202 views
embedded http server in c++ for chrome extension native client
i was trying to find some examples that would give me some pointers on how to create an http server within a chrome extension, but haven't had any luck. does anyone know a how to start an NPAPI,NACL ...
3
votes
1answer
178 views
soap/rest C library for embedded device
Is there any tiny soap/rest library which works on uIP ?? I have seen the libsoap but it works on nanohttp. I want a uIP compatible library written in C....
Thanks
2
votes
2answers
131 views
Broken HTML - browsers don't downloads whole HTTP response from my webserver, CURL does
Symptom
I think, I messed up something, because both Mozilla Firefox and Google Chrome produce the same error: they don't receive the whole response the webserver sends them. CURL never misses, the ...
-1
votes
1answer
388 views
How to access a webserver over 3G network?
I have a public IP and many devices over 3G network. All the devices has a webserver running which provides status and can be controlled. They can see public IP but there is no way I can access ...
1
vote
1answer
83 views
Make a cd run a php website NOT on windows
I Have the needs to run a php+sqlite (or mysql...) website from a cd.
For windows I found a nice solution (xampp) but I need to make the cd compatible with osx and linux too!
So I basically want to ...
0
votes
1answer
320 views
Is There a Tornado Equivalent of SimpleHTTPServer?
Looking through the demos, TornadoGists and other gist snippets (based on this previous question), I haven't found any code equivalent to SimpleHTTPServer from the standard library in Python. I'm ...
4
votes
4answers
604 views
C++ Web Framework w/ Embedded Server?
I have been looking for a C++ Web Framework that would allow me to build a GUI Control Panel directly into a .dll plugin. In the past I have used Nancy Framework for .NET Projects which was ...
1
vote
0answers
154 views
Apache and MySQL not shutting down after Server2Go shutdown
I am using Server2Go, which can run from a CD with no installation.
When I start it it loads Apache and MySQL, and opens a browser (I am using Firefox Portable).
After I close the browser window ...
1
vote
1answer
414 views
iphone as mobile web server
Am writing an application for iphone to run as mobile web server by assigning one IP address to it.How can we deploy mobile web server in iphone without using servers man application?
0
votes
1answer
156 views
Remote Access a PhoneGap App
I wanted to make an application for the iPad that will be controlled from an iPhone-app. Is there a possibility to access the PhoneGap-App on the iPhone?
I don't want to use an external server because ...
1
vote
7answers
2k views
Lightweight Java http server
I'm looking for a light-weight embeddable http server in java.
Ideally it should scalable and be able to handle 1000 requests per sec.
[EDIT]
Another condition : production ready.
Have you got any ...
0
votes
2answers
127 views
Simple Webserver for Windows for any Scripting Language
I am searching for a simple webserver that runs on windows and which runs code written in a scripting language. A requirement I have is that it supports HTTPS.
On Linux I could use a simple python ...
-1
votes
1answer
140 views
What are the characteristics of an embedded web server?
How is it different from a webserver running on your desktop?
Does it have different resource consumption requirements? How is it achieved?
E.g. Mongoose web server
...
0
votes
1answer
489 views
ASP.net vs Basic web front-end for C# Console App
I am interested in making a web front end for my C# Console Application (it is ran on dedicated machines as a service so the user never sees the console) allowing for control of various features. I ...
0
votes
3answers
602 views
C# Web Server for displaying Console Output?
I have just finished writing my c# console application, and I am contemplating embedding a web server into it (probably this one http://webserver.codeplex.com). I don't do much in the way over ...
2
votes
1answer
2k views
Testing RESTFul Spring 3 service with embedded Tomcat 7 / junit under a Maven WebApp project
The aim is to, for each unit test, systematically start a tomcat 7 server, load the spring application (eventually drop / create a schema & init its data in an database) perform unit tests and ...
1
vote
0answers
147 views
Setting enable_keep_alive to “yes” is causing Mongoose server to hang
I tried to use keep-alive connection in mongoose and noticed it is sometimes hanging.
How can I solve this?
0
votes
1answer
1k views
Can configure and start embedded Tomcat via Spring? OK with Jetty?
Is there a way to configure and setup Embedded Tomcat in Spring? I can do so easily with Jetty 7 that I created a standalone Java application that will start Jetty as webcontainer and finally JUnit ...
0
votes
1answer
71 views
Mobile web server with ASP
Does anyone know of any embeddable Software/libraries for android/ios/etc that will provide web server capabilities for rendering ASP pages?
I'm looking for a solution where you can build an app with ...
0
votes
1answer
616 views
System requirement for an embedded Python web server
I'm working on an embedded device that runs Linux on ARM7 with 64MB RAM and 64MB storage (12MB free). The device should be configured via web therefore it needs to run an embedded web server. ...
3
votes
1answer
2k views
Third-Party Signed SSL Certificate for localhost/127.0.0.1?
Without divulging TOO much information, I need to setup a web server system that is intended to be used by end users all over the internet.
the use case is such that:
end users are (usually) in ...
3
votes
2answers
951 views
XMLHttpRequest: Double TCP SYN within a millisecond in Internet Explorer 9
the XMLHttpRequest object causes two TCP SYN Packets when I try to send some POST data.
This happens in less than a millisecond.
I cannot reproduce this behavior in any other browser (tested with the ...
3
votes
1answer
152 views
What is the best toolset for making an application that includes a built-in web server?
I want to create an application where the GUI is accessed using a web browser. That way, the program can be used either locally or remotely. I want to be able to compile both PC (using cygwin or ...
1
vote
2answers
2k views
Open Source C embedded web server supporting SOAP / JSON-RPC based web service and compatible with ARM processor
I am working on a project to embed a web server written in C into a device. The requirement is that it should support web services (SOAP / JSON-RPC) and should be compatible with ARM processor. Any ...
0
votes
2answers
406 views
In process web-server for MVC2
I'm working on a project that requires an in process web server to run the web based UI.
The best option I have come across is CassiniDev
EDIT: did some tests and noticed that issue isn't ...
0
votes
2answers
482 views
Delphi 2006 Standalone Webserver compilation error
I'm trying to create a SOAP Server application that is a stand alone application (no need for IIS to be configured). The problem is that I get this error when trying to compile:
I get the error
...
0
votes
2answers
623 views
embedded Tomcat 6 - shut down after start
I wanna use an embedded Tomcat V6. The code works perfectly, but only as long as the programm is running. So if there is no Thread.Sleep it will exit immediately, otherwiese keep on running till the ...
2
votes
1answer
2k views
Using Maven to Deploy on Embedded Tomcat with a Datasource
I have a multi module maven web application, which uses hibernate.
I use the tomcat:run goal in order to run it on the embedded tomcat server of maven. Everything works fine so far.
But now I need ...
1
vote
2answers
93 views
How can I provide a HTTP management console for a Java application?
I'm writing a Java application that will run for a long time (essentially, it stays running between system restarts) and does a fair bit of intensive near real-time data processing. Data is delivered ...
0
votes
1answer
144 views
Is there some http GET response that I can add to fix an encoding problem on the client web browser?
I have an embedded web server written in C using uIP libraries, in a microcontroller, which outputs the following static text in response to an http get. It is shown below as a C literal string:
...
0
votes
1answer
42 views
when i start my emmbedt web server on port 8080 i get windows security alert , can i avoid it?
is there any way to avoid this when using embedded web server in windows?
i don't want users to be scare
0
votes
1answer
99 views
if i need oparete small web server in my application ,does it recognase as virus?
Hello all
i need to operate smell web server in my application play flash swf files in my embedded browser , this application will be distributed to local users to desktop users
what is the best way ...
1
vote
3answers
296 views
Criteria for selecting software for embedded device [closed]
We are currently evaluating Web servers for an embedded device. We have laid down the evaluation criteria for things like HTTP version, Security, Compression etc.
On the embeddable side, we have ...
2
votes
2answers
2k views
Visual Studio 2008 built-in web server needs integrated pipeline mode for Adding Http Header
Using Visual Studio 2008 and built-in web server.
In a Web Handler .ashx file
public void ProcessRequest(HttpContext context) {
context.Response.ContentType = MimeType_text_xvcard;
...
1
vote
4answers
1k views
Cross Platform C++ webserver Library
I am looking for a cross platform Library in C++ that can run a web server.
Does any one know if tntnet can work on windows computers.
or libmicrohttpd
0
votes
2answers
181 views
Custom webserver caching
I'm working with a custom webserver on an embedded system and having some problems correctly setting my HTTP Headers for caching.
Our webserver is generating all dynamic content as XML and we're ...



