i-jetty icon indicating copy to clipboard operation
i-jetty copied to clipboard

CGI

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

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:

GoogleCodeExporter avatar Mar 14 '15 08:03 GoogleCodeExporter

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

GoogleCodeExporter avatar Mar 14 '15 08:03 GoogleCodeExporter