Skip to content
/ shttpdj Public

[unmaintained since 2003] shttpdj is a small, experimental HTTP server. Its architecture is modular and flexible. It is especially suitable for embedding into bigger projects.

License

Notifications You must be signed in to change notification settings

srcx/shttpdj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shttpdj

Warning: unmaintained since 2003!

Motto: 's' as stupid.

Running

Requirements:

  • J2RE 1.3 or higher
  • third-party libraries (see below)

Test example run:

  java -cp shttpdj.jar:lib/log4j-1.2.8.jar:lib/xercesImpl.jar:lib/xmlParserAPIs.jar \
    cz.srnet.shttpdj.impl.Main test/config.xml

Compilation

Requirements:

  • J2SDK 1.3 or higher
  • third-party libraries (see below)
  • Ant 1.4 or higher

There is build.xml for Ant, which does compilation and packaging, or .project for Eclipse IDE series 2.x.

Used third-party libraries

  • Log4j series 1.2.x
  • JAXP 1.1 compatible XML parser

About

[unmaintained since 2003] shttpdj is a small, experimental HTTP server. Its architecture is modular and flexible. It is especially suitable for embedding into bigger projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages