5: Advanced Configuration

<session-timeout>60</session-timeout>

3.To make the change effective, reboot or restart tomcat as follows:

/etc/init.d/tomcat stop /etc/init.d/tomcat start

Enabling Telnet

Telnet is available in the E2000, but disabled by default to avoid security problems. To enable Telnet, follow the steps below:

1. From /etc/services, add the following line:

telnet23/udp

2.Edit /etc/xinetd.conf as follows: service telnet

{

flags

= REUSE

socket_type

= stream

wait

= no

user

=

root

server

=

/usr/kerberos/sbin/telnetd

log_on_failure += USERID

}

3. Create /etc/protocols with the following content:

tcp

6

TCP

#

transmission control protocol

udp

17

UDP

#

user datagram protocol

4. To complete the procedure, restart xinetd with the following command:

/etc/init.d/xinetd.conf restart

Note: xinetd services will be available after reboot, since this script is already included in the startup proceedure.

5-12

Alterpath BladeManager Manual

Page 174
Image 174
Cyclades AlterPath BladeManager user manual Enabling Telnet, Edit /etc/xinetd.conf as follows service telnet