I'm trying to migrate my app to a new server (windows server 2008 r2). I nearly have everything setup, but the Custom Tag Paths are giving me problems.
Here's what I've done: I used the OpenBD installer from viviotech (openbd-2.0.2-pl0-windows-installer.exe). I grabbed the 3.1 war file and deployed it c:\openbd\tomcat\webapps\ROOT. I modified the tomcat server.xml to assign my app folder (c:\openbd\tomcat\webapps\ample) as a host with both "" and "/" as the context. I setup the site in IIS 7.5 with the connector provided by the viviotech install. I am able to access my site on port 80 via the hostname defined in the server.xml and IIS. Additionally, I can access the bluedragon administrator via port 8888 and my site on this port if I append "/ample" to the URL as a way to bypass IIS. I added my datasource in the bluedragon admin and the site successfully communicates with my database. Last thing left to do is add the Custom Tag Paths. I've done all of the above a number of times when I've had to rebuild my server over the years. However, this time things are getting really weird: I add physical tag paths since the relative paths can get confused going through IIS. My tags reside in c:\openbd\tomcat\webapps\ample\ample\tag so that's the path I set. The administrator verifies the path just fine. However, when I run a page, I get the error "Invalid Request: The file for the custom tag objectTable could not be located." Obviously, the tag file is named "objectTable.cfm". As a test, I added the root folder to my app (c:\openbd\tomcat\webapps\ample) as a custom tag path and put the objectTable.cfm file there. This actually worked, but for this file only. Other tag files I have moved to this location for testing purposes are throwing the same error as above. I've confirmed that the custom tag path property in bluedragon.xml is properly delimited with a semicolon as I've read that can cause issue if colons are used. I've tried relative tag paths but those don't work as expected. I've been at this for nearly 12 hours now and my brain is spaghetti at this point. I have to assume I'm missing something really simple. Anyone have any ideas? -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
