Greetings!
I am troubleshooting an issue with a Web App deployed to one our servers that loads straight/static HTML pages fine, but does not load Xpages and other elements. A folder was newly created for testing on that server, and is web-enabled… not sure if something else needs to occur for XSP code and other supporting files to load normally.
Here is some background information I pulled up while troubleshooting this
-When the test server copy of the App is brought down locally (to be run as localhost), I check to see if all items were delivered to it prior, everything is present, HTML pages and so on, but the App does not load in the browser, if say ‘xpnewbulletin.xsp’ page is fired. footer.html loads just fine:-)
-I walked over to our server folks to see how the App is installed (being Shipped), and what I found is that, in shipping/installing the App to the test server, two things have to go through,
(1)ship/install the App to an inward-facing server template that then creates a version of that App in the same directory,
(2)then replace the App on an outward-facing server based on new App coordinates from the inward-facing server copy of that same App
Here’s where I think it broke, just not sure how to fix it:
-the inward-facing test server has every file showing in the Elements Window of DDE, which means in the Application Navigator area, where one would find Forms, Views, XPages, etc…, you can see + signs signifying there are files there for Forms, Views, XPages, etc…,
-but on the outward-facing server, there are no plus signs, it’s as if there isn’t even an App there, no files… I suspect the replacement did not load changes from the inward-facing to the outward-facing server
-If you copy the App from the outward-facing server as a local App (view as localhost), and look inside, all files are available, attempt to run them throws a Web Page Unavailable
what are your thoughts, I haven’t got a clue on this one.
Köll