Portable web server in java used for flash/flex development

Finally I have found very simple web server, which is portable and easy to run.
Hero of the day is Jibble Web Server.
It allows me to workaround problems with SecurityError in Flash Player when try to load local file from flash/flex app.
The most important features for me are:

  • ZERO installation (JVM)
  • simple configuration (path + port)
  • works everywhere (JVM)

You can run it by typing:

java -jar WebServerLite.jar g:\projects\flex 89

Thanks !


Leave a Comment

(required)

(required)

Formatting Your Comment

The following XHTML tags are available for use:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

URLs are automatically converted to hyperlinks.