RE: Generating a random alphanumeric string

2001-03-01 Thread Adrian Papari
i did this a few weeks ago; the code is far from "clean'n'nice", but it does what it's supposed to, here goes: Random pwdGen = new Random( System.currentTimeMillis() ); Character temp = new Character( 'a' ); StringBuffer pwd = new StringBuffer(); Vector charPwd = new Vector(); int i = 0; //0-9

RE: Logging problems

2001-02-02 Thread Adrian Papari
ere's also been a lot of talk on how to do the logging in tomcat... as far as i know, no one has successfully logged everything they intended to log (by configuring the supposed files) or perhaps it's just me ;) Best Regards Good Luck, //Adrian Papari. -Original Message- From: Nik Makepea

RE: Tools.jar

2001-01-24 Thread Adrian Papari
of every project, makes debugging a whole lot easier - currently i just spit out a lot of information to the console. Any ideas on such a configuration would look? Best Regards, //Adrian Papari - To unsubscribe, e-mail: [EMAIL