Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Changing IP and port on Theia Client
  • From: Bernd Hufmann <bernd.hufmann@xxxxxxxxxxxx>
  • Date: Wed, 20 Apr 2022 20:25:06 +0000
  • Accept-language: en-CA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=dIKS8BJLZMTDkLIlkEwYXjofrJ2UYHzlASyvJbd8y10=; b=GAk37z8veJPESzun4P8pBSuqAbpdb9TPDsOMEiVupdpSzsRJRfdbM5lkv/VV5fGMCqG7+LKvIy1cGMRTA4UJ0qobhJEd+2kl5jGR6iPPHBIF1800XzWYAlmowMjJzf32TZzV87CFe+3smUKGxwn+EdbHviTYn16z9ic+rPr/EAM0mO6o0wtehrtMid6L2ctN7rxbe4zJawdQdQrvYpDnPYHcCubJd1ybG0ws5uki82SdPjXACT547vNRSXxvWJo2aVDaTZObxTRFVdBxJt+cWFZNSi0+mOSbTBzN4dKkEey9dv7R3e78FTs5ciQT8Qyd3+NreiyjJG9FTI62SMbSiQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hJOdfJDhMqJ5oDk4MVA2TppoXiOsjvpeVkNQTU0npLuKHZSF8jdIceaY3ehJFoq22NN+ufSiIe4qVrMlb/sVMjfkVI9zb22iWQEveseh/vojMvXtMEoa1QCjC+qgYsHiWE0Lj7rsJb959d0wWKrZ73jLUGNVlXFLSTusxEBMxFfW01UrbZm7U9YGorQ7Mj0tRq5330hzrMf07BGzURgzw/knAkDdHNaQSD/jO7jRZc8/0Qu+yN9OjCCty+CXNVjXFZUYsO+0rCj04Qyzr3VlqgCp7R6eVgql8Ldzz7oF5MPyaBuNEQjZuSfYL8M6bYaG0isqr9oGvkvniFhiEMa1lQ==
  • Delivered-to: tracecompass-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tracecompass-dev/>
  • List-help: <mailto:tracecompass-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 00280107-c05b-448e-e38a-bc20702d970c
  • Thread-index: AQHYVMXaLVdvfKSub0a02o3C8wDW3qz47B9/gABTTfg=
  • Thread-topic: Changing IP and port on Theia Client

Hi Johan

good to hear that you were able to make it work.

BR
Bernd

From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Johan Besseling <johanbes@xxxxxx>
Sent: April 20, 2022 11:25 AM
To: tracecompass-dev@xxxxxxxxxxx <tracecompass-dev@xxxxxxxxxxx>
Subject: Re: [tracecompass-dev] Changing IP and port on Theia Client
 

Just solved it!


It was possible to add --hostname and --port as arguments 😊


//Johan


Från: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> för Johan Besseling <johanbes@xxxxxx>
Skickat: den 20 april 2022 16:52:39
Till: tracecompass-dev@xxxxxxxxxxx
Ämne: [tracecompass-dev] Changing IP and port on Theia Client
 

Hello,



Im making an experiment for my master thesis and I would like to expose my local theia client so instead of running on localhost I would like to bind it to the host IP, so some students who will participate in the experiment can try out the trace visualizer.


I have located some settings in .vscode where I change URL for chrome and firebox. By default it is localhost:3000. However, this does not seem to give any effect, I can still curl localhost:3000 after changing and rebuilding.


Any ideas of how to solve this? 


Best regards

Johan


Back to the top