xPage returning an XML file?

We have a couple of Domino servers, each configured slightly differently. However, each is configured exactly the same as far as HTTP goes.

On one server, an xPage demo application returns the expected results with a nice interface.

On the other server, the exact same URL returns an XML file.

The only difference I can see is that the server which returns the XML file has BES loaded and experiences an Xsp initialization error when HTTP is loaded (see this post: http://www-10.lotus.com/ldd/nd85forum.nsf/DateAllThreadedWeb/0769ac43c117f2e38525758c00804f69?OpenDocument).

Can anyone please suggest how we can overcome this issue?

Cheers!

T.

Subject: Found the issue…

The problem was actually associated with the installation of BES on the same Domino server.

BES added a line to the NOTES.INI file on the Domino server that prevented the use of the Domino JVM (opting instead to use the BES JVM).

Once that line was changed, the server produced the expected xPage results.

Please see here for a complete explanation of teh related issue/resolution: http://www-10.lotus.com/ldd/nd85forum.nsf/0/c06da9e4c18443718525758e0012aecf?OpenDocument

Hope this helps someone else out!

T.