Re: [CentOS] Java+Tomcat on CentOS 6.x

2012-01-18 Thread John Kienitz
>From: Les Mikesell >To: CentOS mailing list >Sent: Wednesday, January 18, 2012 7:53 AM >Subject: Re: [CentOS] Java+Tomcat on CentOS 6.x > >On Tue, Jan 17, 2012 at 9:18 PM, John Kienitz wrote: >> >> OpenJDK for Java 6 has issues, and I / we don't trust Ja

Re: [CentOS] Java+Tomcat on CentOS 6.x

2012-01-17 Thread John Kienitz
        mid-left coast We still like our customers to use the Oracle / Sun JDK, and the Apache tarball. Our ops people recommend putting it all in /usr/local/ourcompany.  /opt is probably a better place. OpenJDK for Java 6 has issues, and I / we don't trus

Re: [CentOS] Frustrations with MySQL loss, tcpdump, netstat, etc

2009-12-22 Thread John Kienitz
UPDATE mysql.user SET Password=PASSWORD('mypassword') WHERE User='root'; GRANT ALL ON mysql.* to 'root'@'127.0.0.1'; GRANT ALL ON mysql.* TO 'root'@'localhost'; GRANT ALL ON mysql.* TO 'root'@'my home IP'; FLUSH PRIVILEGES; commit; and I still cannot connect. But the database starts and this cod