Environment
Novell iManager 2.7.3
Novell iManager 2.7.4
Novell iManager 2.7.4
Situation
Setting the iManager time out to less then 1 minute (this is the minimum you can set using the iManager GUI ).
Resolution
You can change the time out setting in the config.xml file.
File Location.: /var/opt/novell/iManager/nps/WEB-INF/config.xml
<setting>
<name><![CDATA[TimeoutInSeconds]]></name>
<value><![CDATA[60]]></value>
</setting>
The time out is in seconds.
File Location.: /var/opt/novell/iManager/nps/WEB-INF/config.xml
<setting>
<name><![CDATA[TimeoutInSeconds]]></name>
<value><![CDATA[60]]></value>
</setting>
The time out is in seconds.
Additional Information
Note : Make sure that you stop the novell-tomcat5 before you edit the config.xml file.