Here's a script that I used to configure a Shared Library in WebSphere 6.1 using Jython.
Category: Programming
How to configure WebSphere Global Security to use LDAP with Jython
Here's a script that I used to configure the WebSphere 6.1 global security setting to use LDAP using Jython.
Finding line count in DOS
In Unix, there's this nifty binary called "lc" which gives you the line count of the file. However, in DOS, you have to be a little more creative. Below is a DOS command I use to count the number of lines in a text file. The "nonsense" parameter is some text that is sure not …