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...
Cold Restart NK to ensure transports get restarted.
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.