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 !