Free Ebook Manual Download

Programming, Automotive, Hardware, Gadget

This document is written for application developers who want to build WebLogic Server e-commerce applications using the Java 2 Platform, Enterprise Edition (J2EE) from Sun Microsystems. It is assumed that readers know Web technologies, object-oriented programming techniques, and the Java programming language.
Read the rest of this entry »

A Web server has different partition requirements than a desktop or a file server. For a machine with 26 GB of hard disk space, spread out over two drives, here’s one possible configuration. Boot is always 100 MB, unless you’re so pressed for disk space that you need to reduce it further. /var/www is where Web server files go, so you’ll want a lot of room there. Swap is usually twice the amount of RAM.
hda (12 GB)
- boot 100 MB
- /var/www 11,000 MB
- swap 500 (assuming 256 MB of RAM)
Read the rest of this entry »

The SIP Servlet API is a part of JAIN APIs and being standardized as JSR116 of JCP (Java Community Process). The SIP Servlet API version 1.0 was published in February, 2003.
Note: In this document, the term “SIP Servlet” is used to represent the API, and “SIP servlet” is used to represent an application created with the API. J2EE provides Java Servlet that is a main technology of building Web applications. Although Java Servlet is used only to develop HTTP protocol-based applications on a Web application server, it basically has functions as a generic API for server applications. SIP Servlet is defined as the generic servlet API with SIP-specific functions added.
Read the rest of this entry »

Simple Apache + Tomcat howto

How to setup a Web Server in a Linux or MS-Windows environement with Tomcat, Apache and the WARP Connector (WebApp).

Be careful that the new versions (Apache 2 and tomcat 4) needs some particular changes. I will try to integrate them, but for now, check the Chapter 5 at the end of this document ! Besides, consider using Tomcat stand-alone : if it is fast enough, don’t loose your time until the connector configuration is more stable. Enventually consider RESIN ($500) [http://www.caucho.com/] or Orion ($1500) [http://www.orionserver.com/], whish are much cheaper than the well known BEA WebLogic or IBM WebServer.
Read the rest of this entry »

Web Server Performance HOWTO

Servers running Linux, Apache, MySQL and PHP - generally abbreviated as LAMP - are very popular nowadays. Such servers are increasingly easy to set up and keep running. Additionally the LAMP plattform has proben to be a stable platform available at low costs.

Web servers running a LAMP package can perform very well out of the box. But there are many ways to improve performance both through server configuration and application changes. This document gives you a good starting point for where to start and what to look at. It will also equip you with tools and processes to monitor the server’s performance.
Read the rest of this entry »

Everybody who wants to install a web server database but does not know which software is necessary and how it is installed should benefit from reading this text. This text provides all information necessary to get a SQL database for a web server going; it does not go into any detail of CGI programming, nor does it explain the SQL database language. Excellent books are available on both topics, and it is the intention of this text to provide a working platform based on which a user can then study CGI programming and SQL. For getting a small scale SQL system running (not the notorious example of a major airline booking system, or space mission management database) it will be sufficient to have the software described in this text and the documentation accompanying it. The user manual of msql (a database introduced in this text) provides sufficient information on SQL for building your own database.
Read the rest of this entry »

WebDrive User Guide

The creation of electronic data in the form of web pages, text documents, spreadsheets, and graphics has grown significantly in the past decade. Because of this growth the complexity of managing, accessing, and collaborating on electronic data has also grown. Secure access over the Internet has become essential for sharing files with team members in the next office or around the world. WebDrive® offers users secure file access and collaboration.
Read the rest of this entry »

If you’re one of the four, five, maybe even six people
out there on the Internet who want to set up an A/UX web server, then this guide is for you. To make things simpler, this document follows a few standard conventions. Text in Courier is reserved for terminal sessions. This provides a sample walkthrough of commands to type and their usual responses. For example: A larger courier font is used to denote relevant commands mid-sentence, such as newconfig, in order to separate the command from the rest of the text. File and path names, such as /etc/inittab, are in bold. Individual references to filenames without paths like inittab aren’t.
Read the rest of this entry »

« Previous Entries