Skip to content

cogctl communication to multiple instances does not work #541

Answered by aperezdc
ventosus asked this question in Q&A
Discussion options

You must be logged in to vote

The same identifiers passed to cog --gapplication-app-id= must be passed to cogctl --appid=:

# Start two instances with different application identifiers
cog --gapplication-app-id=com.example.Cog1 wpewebkit.org
cog --gapplication-app-id=com.example.Cog2 igalia.com
# Load different pages on each using cogctl
cogctl --appid=com.example.Cog1 open webkit.org
cogctl --appid=com.example.Cog2 open apple.com

You can see this in action in the screenshot below (note that -A is the same as --appid=):

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aperezdc
Comment options

Answer selected by aperezdc
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #474 on February 28, 2023 13:50.