i-jetty
i-jetty copied to clipboard
Jetty for Android (moved from code.google.com)
``` The encoding and mime types properties files cannot be loaded by Dalvik causing warnings in logcat. dalvikvm W dvmFindClassByName rejecting 'org/mortbay/jetty/mime_en_US' dalvikvm W dvmFindClassByName rejecting 'org/mortbay/jetty/mime_en' dalvikvm W dvmFindClassByName...
``` What steps will reproduce the problem? 1. Install cyanogen mod 4.1.11.1 (latest unstable) 2. try to install i-jetty 2 from market or download to desktop first What is the...
``` Use the ContextDeployer to automatically deploy a webapp that has been downloaded and installed. Even if the ContextDeployer's scan interval is set to 0, we should be able to...
``` Add the ability to display and edit playlists for the audio data stored on the phone. ``` Original issue reported on code.google.com by `[email protected]` on 27 Apr 2009 at...
``` Modify settings servlet to spit out json, use js to render as nice widgets (sliders for volume, buttons for on/off etc) and allow user to change settings as well...
``` Allow installation of war from file url in addition to existing http url download. ``` Original issue reported on code.google.com by `[email protected]` on 23 Oct 2008 at 10:44
``` D/Jetty ( 179): continuation {} D/Jetty ( 179): continuation {} E/Jetty ( 179): EXCEPTION E/Jetty ( 179): java.lang.ArrayIndexOutOfBoundsException E/Jetty ( 179): at org.apache.harmony.nio.internal.SelectorImpl.processS electResult(SelectorImpl.java:260) E/Jetty ( 179): at org.apache.harmony.nio.internal.SelectorImpl.selectIn...
``` Check if it is possible to deploy a packed war file. ``` Original issue reported on code.google.com by `[email protected]` on 8 Oct 2008 at 3:28
``` Make an android-specific maven war plugin that will run the dx compiler over the classes (and jars in WEB-INF/lib?) before bundling it up as a webapp. ``` Original issue...
``` improve the android i-jetty management app - it's a bit rudimentary and needs to add: + ability to configure a port number + ability to define a jetty security...