java cgi
java cgi
- Subject: java cgi
- From: Honglei <email@hidden>
- Date: Tue, 16 Mar 2004 13:58:59 +1300
I tried to run java with the code below:(the code is save as test.cgi)
#!/bin/sh
/usr/bin/java test "$@"
but when I try to open the URL "
http://127.0.0.1/cgi-bin/test?blah+blah
I can not find any result in my java app, I wonder if that unix shell
script is not execute java, but only pass arguments.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.