Announcement

Collapse
No announcement yet.

phoromatic server - setting the websocket port number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • phoromatic server - setting the websocket port number

    I need to be able to run phoromatic server with other web services, and need to be able to change the port number that it runs on. There is apparently no documentation of this feature and nothign seems to indicate where the setting lives.

  • #2
    See my other thread where I answered your question. It can be easily adjusted via the user-config.xml.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      There is no stanza in the file for this setting and there are no docs anywhere on what the attribute names are supposed to be. Attempting to SCP down the file as you mentioned but I see no logical way for Firefox to add the missing attributes.

      Thanks.

      Comment


      • #4
        Here are the contents of the file that Phoronix installed:

        <?xml version="1.0"?>
        <!--Phoronix Test Suite v4.8.3 (Sokndal)-->
        <?xml-stylesheet type="text/xsl" href="xsl/pts-user-config-viewer.xsl"?>
        <PhoronixTestSuite>
        <Options>
        <OpenBenchmarking>
        <AnonymousUsageReporting>FALSE</AnonymousUsageReporting>
        <AnonymousSoftwareReporting>FALSE</AnonymousSoftwareReporting>
        <AnonymousHardwareReporting>FALSE</AnonymousHardwareReporting>
        <IndexCacheTTL>3</IndexCacheTTL>
        <AlwaysUploadSystemLogs>FALSE</AlwaysUploadSystemLogs>
        </OpenBenchmarking>
        <General>
        <DefaultBrowser></DefaultBrowser>
        <UsePhodeviCache>TRUE</UsePhodeviCache>
        <DefaultDisplayMode>DEFAULT</DefaultDisplayMode>
        </General>
        <Modules>
        <LoadModules>toggle_screensaver, update_checker, graphics_event_checker</LoadModules>
        </Modules>
        <Installation>
        <RemoveDownloadFiles>FALSE</RemoveDownloadFiles>
        <SearchMediaForCache>TRUE</SearchMediaForCache>
        <SymLinkFilesFromCache>FALSE</SymLinkFilesFromCache>
        <PromptForDownloadMirror>FALSE</PromptForDownloadMirror>
        <EnvironmentDirectory>~/.phoronix-test-suite/installed-tests/</EnvironmentDirectory>
        <CacheDirectory>~/.phoronix-test-suite/download-cache/</CacheDirectory>
        </Installation>
        <Testing>
        <SaveSystemLogs>TRUE</SaveSystemLogs>
        <SaveInstallationLogs>FALSE</SaveInstallationLogs>
        <SaveTestLogs>FALSE</SaveTestLogs>
        <RemoveTestInstallOnCompletion></RemoveTestInstallOnCompletion>
        <ResultsDirectory>~/.phoronix-test-suite/test-results/</ResultsDirectory>
        <AlwaysUploadResultsToOpenBenchmarking>FALSE</AlwaysUploadResultsToOpenBenchmarking>
        <AutoSortRunQueue>TRUE</AutoSortRunQueue>
        </Testing>
        <TestResultValidation>
        <DynamicRunCount>TRUE</DynamicRunCount>
        <LimitDynamicToTestLength>20</LimitDynamicToTestLength>
        <StandardDeviationThreshold>3.50</StandardDeviationThreshold>
        <ExportResultsTo></ExportResultsTo>
        </TestResultValidation>
        <BatchMode>
        <SaveResults>TRUE</SaveResults>
        <OpenBrowser>FALSE</OpenBrowser>
        <UploadResults>TRUE</UploadResults>
        <PromptForTestIdentifier>TRUE</PromptForTestIdentifier>
        <PromptForTestDescription>TRUE</PromptForTestDescription>
        <PromptSaveName>TRUE</PromptSaveName>
        <RunAllTestCombinations>TRUE</RunAllTestCombinations>
        <Configured>FALSE</Configured>
        </BatchMode>
        <Networking>
        <NoNetworkCommunication>FALSE</NoNetworkCommunication>
        <Timeout>20</Timeout>
        <ProxyAddress></ProxyAddress>
        <ProxyPort></ProxyPort>
        </Networking>
        </Options>
        </PhoronixTestSuite>

        Comment

        Working...
        X