Re: [Simpleweb-Support] Request the information about Simple
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-09-16 10:39:02
|
Hi Tian, > 1.Firstly, we will use the web server in an embedded system. Can Simple= web=20 > server run in the embedded system, such as VxWroks, Embed Linux? I think the question here is can Java 1.4.x be embedded into the system your are choosing. Simple must have a JDK 1.4 Java Virtual Machine to run. There are several commercial embeddable JVM's that Simple will work with. > 2.Secondly, we will use chroot jail to enhance the security. Can Simple= web=20 > server support chroot jail? Yes! > 3.We can pay money for the service. But would you provide the service t= o=20 > customize the web server according to our necessary and maintain the we= b=20 > server? What's the price? If you decide to use it I can do some development work ? > 4.Can you give me a detail features list of Simple web server? Or pleas= e=20 > check the following feature list. Thank you very much. Below I have filled out the feature list. However, I think that you will find that with most embeddable HTTP servers the feature set is quite small as it is a trade off between size and support for various features. I will give your a short overview of the plus points. 1) Very high performance under heavy load 2) Can leverage the Java platform and API's 3) Highly modular in design 4) Extensible throughout=20 6) Well documented 7) Open source 8) Robust HTTP handling 9) Scales very well 10) Very simple to configure 11) Supports a high level of concurrency 12) Efficient memory model 13) LGPL 14) Strict compliance to RFC's 2616, 2617, 2109, 2396, 2279 15) Very few bugs On the down side. 1) It requires a JVM 1.4.x or above 2) It provides a small core set of features =20 > Feature List:(For native support feature, input (Y)es; Support via=20 > third-party product, input (3)rd; Not support, input (N)o). > =20 > Part I. Core Technology > (Y)HTTP/1.1 =E3=80=80 > (Y)KeepAlives=E3=80=80 > (Y)Pipelining=E3=80=80 > (Y)Templated web site > (Y)reconfiguration without restart > (Y)On-demand web site deployment > (Y)High scalability process model > (Y)Linear SMP scalability > (Y)Configurable log format > (Y)Customisable error pages > (Y)Dynamic log rotation > (N)Bandwidth throttling > (Y)Basic Server-Parsed HTML (SSI) > (Y)Dynamically-generated SSI > (N)Automated self-diagnostics > (Y)Multiple logs=E3=80=80 > (Y)Virtual servers > (Y)embedded in other applications=20 > (Y)extensible > (Y)modularity > (Y)J2EE 1.4 support > (Y)IPv6 support=E3=80=80 > =20 > Part II. Security > (3)SSL v2 and v3 > (3)SSL(hardware) > (3)SSL certificate management > (3)Clustered SSL certificate deployment > (N)Antivirus > (3)ActiveDirectory authentication > (N)Antispam > (N)Built-in firewall=20 > (3)LDAP authentication > (Y)Anti-Denial-of-Service protection > (Y)HTTP request filtering > (Y)Malformed HTTP header protection > (N)Integrated attack monitoring and logging > (N)Hardware crypto support > (N)IP address authentication > (N)DNS name authentication > (Y)User-based authentication > (N)Referrer-based authentication > (Y)Basic Authentication > (3)Other/system authentication > =E3=80=80 > Part III. Management > (N)GUI Setup > (N)GUI configurate > (N)Web-based user interface > (Y)remote management > (N)WebDAV support=20 > (N)Clustered web site management > (N)Group-based web site configuration > (N)Integrated licence management > (N)Configuration wizards > (N)Scriptable (command-line) configuration tools > (N)Real-time web-based statistics > (N)SNMP monitoring > (N)Delegated user management (htaccess) > (N)Scalable subserver support > =E3=80=80 > Part IV. Application Support > (N)NSAPI > (N)ISAPI filters > (N)ISAPI extensions > (3)FastCGI > (3)CGI > (3)Generic FastCGI/CGI handler > (3)Secure CGI sandboxing > (3)Limit CGIs by CPU or memory use > (Y)LDAP > (Y)XML support > (Y)SOAP > (Y)Request rewriting > (Y)Own API > (3)Own scripting/batch language > (N)WAR file support=20 > (Y)Content filters=20 > (N)HTTP (Gzip) Compression=20 > (N)Perl > (N)Servlet > (N)JSP > (N)ASP/ESP > (N)Secure setuid PHP > (N)PHP > =20 >=20 > Part V. Support > (N)commercial support > (Y)MailList > (Y)Forum > (N)Free telephone > (N)24x7 support > (N)GSA scheduled > (Y)FAQ > (Y)Tutorial > (Y)Document > (Y)Source code > =20 > Thank you very much! > =20 > Best regard > Tian Wenqiang Niall |