Skip to main content

Posts

Showing posts with the label Misc

Words of Web Technology....

*       A *       ACCESS LOG - An access log is a list of all the requests for individual files that people have requested from a Web site. These files will include the HTML files and their imbedded graphic images and any other associated files that get transmitted. The access log (sometimes referred to as the "raw data") can be analyzed and summarized by another program. *       ACTIVE X - A programming language designed for program execution in a Microsoft Internet Explorer browser *       ACROBAT - A program from Adobe that lets you capture a document and then view it in its original format and appearance. *       AFFILIATE -Programs that generate leads and sales from other websites, paying commissions for those sites that host their products. *       ADO - ActiveX Data Objects (ADO) is an application...

Starting java programs as a windows service (or a unix deamon)

Introduction you can easily start your java program as a part of the OS loading sequence by using one of many available tools today and i can see that Java Service Wrapper is the easiest way to do so... the best thing about this tool is that you configure a property file for your windows service and use the same file for installing unix deamon.... Downloading and Installing there are three packages of Java Service Wrapper: professional, standard and community the last is free under GPLv2 extract the file to a folder(this folder will be referenced as ${wrapper_home} ) Your Side Develop, compile and jar your java desktop application that for sure got a class with the main method... Wrapper Side the wrapper comes with an example service, all you have to do is the following edit the file ${wrapper_home}\conf\wrapper.conf (will be described in details shortly) use the batch files located at ${wrapper_home}\bin to install, start, stop, suspend, resume and uninstall the serv...

The Essential Steps to create your own Website

This tutorial shows you how to make or create a website. It is intended for the beginner and layperson, taking you step by step through the whole process from the very beginning. It makes very few assumptions about what you know (other than the fact that you know how to surf the Internet, since you're already reading this article on the Internet). Since some steps are more involved, it also links to selected relevant articles on thesitewizard.com that you will need to click through to read for more information. < http://www.thesitewizard.com/gettingstarted/startwebsite.shtml >