Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
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 - over 2 years ago |  |  | Viewed 168 times

There are 3 answers

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


Frantisek Kossuth - over 2 years 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 on12/18/09 3: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 - over 2 years 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 - over 2 years 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