Hello
When I install Lotus Traveler on a 8.5.2 Domino server, after about 5 minutes all xpages stop responding. Any info on this?
Hello
When I install Lotus Traveler on a 8.5.2 Domino server, after about 5 minutes all xpages stop responding. Any info on this?
Subject: …
I am running Traveler 8.5.2 on Domino 8.5.2 with both xPages and Traveler. no problems.
try shut down traveler and http and start them up again and look for errors.
Subject: RE: Xpages and Traveler on one server?
There is no reason they cannot be on the same server. Of course, they will compete for resources just like any two apps on the same machine.
In this case, make sure you have enough HTTP threads. The Traveler clients will keep a long standing HTTP POST for push, so those will tie up HTTP threads. XPages will need HTTP threads (as will any HTTP request), so it might just be an HTTP thread issue. For Traveler, we recommend 1.2 * (number of devices), so you will want that many for Traveler plus some more for other applications. Just be careful because HTTP thread memory is pre-allocated, so you can’t /don’t want to allocate too many. Thus, don’t set it to something really high like 5000 because then the server probably won’t start.