changing port assignment

Poster Content
nk4um Moderator
Posts: 755
April 29, 2005 21:41Setting Fulcrum HTTP Ports
The HTTP Transport reads its config from the resource

ffcpl:/etc/TransportJettyConfig.xml

You''ll find this in the etc/ directory of both of the shipped fulcrums ( [install] is the base path to directory you installed NK to)...

[install]/modules/mod-fulcrum-backend/
[install]/modules/mod-fulcrum-frontend/


You need to edit Port setting in the addListener section...

<Callname="addListener">  <Arg>    <Newclass="org.mortbay.http.SocketListener">
      <Setname="Port">1060</Set>
      <Setname="MinThreads">5</Set>
      <Setname="MaxThreads">50</Set>
      <Setname="MaxIdleTimeMs">30000</Set>
      <Setname="LowResourcePersistTimeMs">5000</Set>
    </New>
  </Arg>
</Call>


Cold Restart NK to ensure transports get restarted.
nk4um User
Posts: 1
April 29, 2005 20:47changing port assignment
Hey,

I have trouble using port 1060 and 8080, how can I configure that?

Thank you,
Stan Wiechers