0

I have an application with the web browser launch properties set to open designated XPage (home.xsp).

It works fine on our test server but not on the new DMZ server where I get a 404 error (HTTP Web Server: Item Not Found Exception)

I've looked on Stack Overflow but haven't found anything to point me in the right direction. Would someone let me know how I can resolve this?

Thanks,

Dan

Dan Soares
  • 380
  • 2
  • 13
  • I should add that if I point to the application with the full URL eg. (https://www.example.com/myapp.nsf/home.xsp), I am able to launch the XPage. – Dan Soares Apr 02 '15 at 17:01

1 Answers1

0

I would try some things

  1. clean the project
  2. manually build the project
  3. check the data\Technical support folder and the data\Domino\workspace\logs folder on the server for clues
Fredrik Norling
  • 3,461
  • 17
  • 21
  • Thank you Frederik. I was able to find the point of failure in the workspace logs. – Dan Soares Apr 03 '15 at 17:12
  • 1
    Dan, to aid what Fredrik suggests, make sure you use Log File Reader 2.0 available from openNTF. It is nearly as essential as the debug toobar. – Steve Zavocki Apr 06 '15 at 15:39