You can run IQJam in your company on your Domino server. Learn how...
Username: Password:
Reset Password | Register
 
Home | Leader Board | Tags | Help
Is there a specific port used for Xpages in Notes Client 
I am encountering a "Connection refused" communication error when trying to launch an XPage inside the Notes client.  So I was wondering if there is a specific port that needs to be unblocked to get around this?
Domino Development / XPages
Tagged
Peter Presnell - 9 months ago |  |  | Viewed 100 times

There are 3 Answers

0votes
4310
 
put this code into computed field and open XP in client:
context.getUrl().toString()


Frantisek Kossuth - 8 months ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


0votes
Marked as correct on: 12/17/09 11:36 AM
It turns out that Notes allocates a new port number each and every time you start Notes.  Even when connecting to a Notes database on a server the URL is still 127.0.0.1 so the solution is to unblock all ports for 127.0.0.1.


Peter Presnell - 8 months ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


0votes
Who's the one answering their own questions now buddy ;-)

Bruce Elgort - 8 months ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


 

Latest Answers for Domino Development / XPages