Archive for the ‘iPlanet’ Category

Start Iplanet Without Password Prompt

Tuesday, August 7th, 2007

 Tip courtesy of Kyle Reynolds at http://www.camelrichard.org If Iplanet (Sun One Webserver) has security turned on (in the magnus.conf) it will prompt for a password to start the webserver. In cases where you might script the starting of Iplanet, you might want to provide the password, but not be prompted every ...

Rotate Iplanet Logs

Tuesday, August 7th, 2007

 Tip courtesy of Kyle Reynolds at http://www.camelrichard.org To force daily rotation of Iplanet (Sun One Web Server) logs, add the following line to magnus.conf: Init fn=flex-rotate-init rotate-start=0000 rotate-interval=1440 where the rotate-interval is in minutes, 1440 being 24 hours. Restart Iplanet. "access" and "errors" logs will be rotated every 24 hours and named as such: -rw-r--r-- ...

iPlanet Generate Server Key from Command Line

Tuesday, August 7th, 2007

 Tip courtesy of Kyle Reynolds at http://www.camelrichard.org Iplanet (Sun One Webserver) requires a server certificate to boot if you turn security on (to require a password to boot). This is commonly done through the admin console, but can also be done on the command line. This example uses Sun One Webserver ...