Two questions: First, I am unable to get an app deployed on IIS. I am using virtual hosts. I am not clear what the mach-ii.xml file should be changed to regarding application root. The tutorials I have read indicate that this should be the "web root" - is it the web server root directory, or the root directory for the virtual host. For example, the web server root is:
c:\inetpub\wwwroot The virtual host root for myapp is: c:\inetpub\wwwroot\myapp I am assuming mapping to the virtual host webroot, and I have entered <property name="applicationRoot" value="/" />. Second question. I want to have a version of the mach-ii.xml file for testing and one for production. I have copied /config/mach-ii.xml as / config/mach-ii-test.xml, then written conditional code in Application.cfc that loads one or the other based on the server name. WIll that work OK, or am I creating a problem? -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
