Claus Lavendt Posted January 25, 2005 Posted January 25, 2005 I want to publish databases on the web and I'm using an OS X server 10.3. I have installed the FMS+A on a OS X client and easily set that up, but when using the X server, I need to point to an index.htm file or such, as a starting point to connect to the web engine. But what is the path, and what is the file ?? any clue ?? ;-) Claus
transpower Posted January 25, 2005 Posted January 25, 2005 The index.htm file is your main Web file (or home page)--it's the default html file that the browser goes to after going to your domain name.
Steve T. Posted January 26, 2005 Posted January 26, 2005 Howdy! I don't have FM7SA but if you're using Apache as the web server on MacOS X, the default Apache "root" directory is /Library/WebServer/Documents Apache can be configured for various default pages, but most mac folks use "index.html". If you activate php, you can change the httpd.conf file to include index.php. I think "index.htm" is also on by default but I'm not sure, (transpower is probably right). In standard MacOSX there are aliases to allow individual users to publish from their home directories (http://www.mydomain.tld/~username) but this is not included in OSX Server. If you need to access Apache from the unix command line, it's at... /etc/httpd --ST
Claus Lavendt Posted February 2, 2005 Author Posted February 2, 2005 Hi I know all that, but what I really need is to know what file I have to point to (in OS X Server Admin) in order to make FMSA web enabled. Any id
AnFrusch@pepp Posted February 3, 2005 Posted February 3, 2005 I don't think I understand your question.. if you enabled Apache web server AND FMSA engine in the same machine, the address to point to is http://yuorhost/fmi/config/ To publish you xslt files you must put them into /Library/FileMaker Server 7/Web Publishing/xslt-template-files/. You can call'em via http with this sintax: http://yourhost/fmi/xsl/yousheet.xsl?-dbdatabase&-lay=layout&-view or any query you need, you can also use http://yourhost/fmi/xsl/yousheet.xsl?-grammar=fmresultset&-process // this query bypass filemaker server generating an empty but valid XML document with fmresultset grammar. Bye!
Recommended Posts
This topic is 7233 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now