Click here to Skip to main content
15,885,032 members
Articles / Programming Languages / Java / Java SE
Article

JSerWeb - Java Web Server

Rate me:
Please Sign up or sign in to vote.
2.50/5 (6 votes)
26 Sep 2006GPL3 49.2K   1.5K   21   8
Free Java Web Server

Introduction

JSerWeb is a flexible HTTP/1.1 compliant Java Web Server. JSerWeb supports the use of Perl and PHP scripts. These are very popular scripting tools for extending Web servers because they are extremely flexible and easy to learn. This is a GPL (free) software. For more information on the GPL license, read the file LICENSE.txt included in this distribution.

Requirements

  • JDK 1.3 or higher available here
  • Perl available here
  • PHP available here

Installation

JSerWeb doesn't need to be installed, just unzip the files into a directory and execute start.bat. By editing the files in directory \conf, you can configure the server. To get more information about how to modify these files, read the manual that you can find in the directory httpdoc\manual or just read the information included in each file in the \conf directory.

Once you have configured the server, you can start it by executing the file start.bat. Then start your Web browser and try this address http://127.0.0.1; you should be able to see the JSerWeb welcome page.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer Particular
Argentina Argentina
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Suggestionrequest Pin
eeshwr18-Jul-12 20:42
eeshwr18-Jul-12 20:42 
GeneralInteresting Project Pin
Anonymuos27-Sep-06 10:09
Anonymuos27-Sep-06 10:09 
GeneralBut.. But...Whhyyyyy Pin
Varindir Rajesh Mahdihar26-Sep-06 17:13
Varindir Rajesh Mahdihar26-Sep-06 17:13 
GeneralRe: But.. But...Whhyyyyy Pin
Anonymuos27-Sep-06 10:12
Anonymuos27-Sep-06 10:12 
Generaljserweb-10-bin.zip is broken Pin
coderz222-Sep-06 9:25
coderz222-Sep-06 9:25 
QuestionDoes it work on J2ME? Pin
mottolini7-Sep-06 4:36
mottolini7-Sep-06 4:36 
GeneralRe: Does it work on J2ME? Pin
mottolini7-Sep-06 4:37
mottolini7-Sep-06 4:37 
GeneralRe: Does it work on J2ME? Pin
Anonymuos27-Sep-06 10:15
Anonymuos27-Sep-06 10:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.