i-jetty
i-jetty copied to clipboard
CGI
i-jetty can be CGI capable with the attached patch.
Just one curiosity: I had to write a wrapper to correct the path:
SCRIPT_FILENAME=`echo $1 | sed "s/storage/mnt\/shell/"`
/data/local/bin/tdbengine
Also included the patch for the still recurring build problem with android-sdk
r21.
Original issue reported on code.google.com by sonic740606
on 17 Jan 2013 at 1:15
Attachments:
It seems
SCRIPT_FILENAME=$1 /data/data/org.mortbay.ijetty/cache/tdbengine
is sufficient.
Original comment by sonic740606
on 19 Jan 2013 at 3:14