Folks,
I am constructing a CGI app to run on Mac OS X Server. It works fine.
However, if my app is named CGIApp (say), then RB compiles this to a
folder called CGIApp containing the actual app, CGIApp, together with
resource and runtime stuff.
This means that I have to call this CGI as (say):
http://www.domain.com/cgi-bin/CGIApp/CGIApp
Is there any way to "convert" the "folder" format to a self-contained
app (a la Linux) that I can run as:
http://www.domain.com/cgi-bin/CGIApp
?
Paul Rodman
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>