@TeriRadichel | Cloud. Security. Software.

Notes. Code. Cloud. AWS. Security. Automation. Databases. Bugs. Error Messages. No Guarantees.

Friday, April 06, 2012

SSL Cert Install Issues - Digicert SSL certs

›
Ok I just had to do this in February but I already forgot all these little things you have to do to get SSL certificates from Digicert worki...
Saturday, July 23, 2011

Error occurred during initialization of VM

›
Good post on resolving the error: Error occurred during initialization of VM Unable to load dependent libraries: Can't find dependent li...
Sunday, July 10, 2011

Using JavasScript and Ant

›
If you hate the fact that you are doing programming like tasks with XML in Ant, consider using JavaScript if you don't want to write new...
Sunday, July 03, 2011

Conditionally Call and Ant Target

›
If you want to set a target to only run if you set a particular value, easy. Just use the if attribute as follows: <target name="wha...
Saturday, July 02, 2011

Ant - Copy Files That Have Changed

›
If you want to copy files that have changed from one directory to another use a file set with the "modified" option like this: ...
Tuesday, June 28, 2011

Get Ant to Call a Java Class

›
To get Ant to call you own Java class to do some processing you can write your own custom Ant task. Here's the info on how to do that: h...
Sunday, June 26, 2011

Running Ant from within a Java Class

›
Here's a good article on running Ant within another Java program. http://www.ibm.com/developerworks/websphere/library/techarticles/0502_...

Ant, Gradle, Maven, Build Software and Processes

›
Still pondering all my options for a build solution for a particular project but these are my thoughts going into further testing and proof ...
Sunday, April 03, 2011

Eclipse: Selection Does Not Contain A Main Type

›
If you are having a problem launching your project as a Java Application in Eclipse due to the error: "Selection does not contain a mai...
Sunday, March 27, 2011

SSL Certificates for Java Web Servers

›
Digicert makes it pretty simple to get SSL certificates for Java web servers. I like. They have a tool to generate the command line code you...
Friday, January 14, 2011

Syntax and Result Differences - Sybase and SQL Server

›
SQL Server is based off Sybase. They both use Transact SQL. However I've found some differences in behavior (at least in the version of ...
Saturday, December 25, 2010

Finding Memory Leaks in Java Applications

›
Trying this out to analyze memory usage and find leaks in Java application: http://blog.emptyway.com/2007/04/02/finding-memory-leaks-in-java...
Sunday, November 21, 2010

Postini, IMail, SSL/TLS

›
Here's a run down on setting up Postini with IMail. Really quick...disclaimer in case of error but here are my notes... Postini You prob...
Monday, November 01, 2010

Skip Tests Running Maven Install From Command Line

›
mvn -Dmaven.test.skip=true install

JDK version - Eclipse, Maven

›
Do you know what compiler Maven is really compiling with when you choose "install"? I am able to get a project in Maven-Eclipse-Pl...
Tuesday, October 05, 2010

Securing Encryption Keys

›
I see a lot of articles about encryption but not a lot of information about protecting encryption keys. What good does encryption do if some...
Saturday, July 17, 2010

Self Signed Certs in IIS 7

›
Nice job of expaining how to set up a self-signed cert in IIS 7. Self-Signed certs in IIS 7
Sunday, July 11, 2010

Maven Mysteries - Generics and Compiler Issues

›
Maven by default compiles code with a lower compiler version than 1.5 which has support for generics. Today I was programming along when sud...

Classloaders In Depth

›
Digging into the details of classloads has been on my list of research items for a while. I understand the concepts and the implications - w...
Saturday, July 10, 2010

Strange Network / Web Site behavior

›
Something very odd happened when I transferred web sites from one network to another, and view them using one particular network provider. I...
Tuesday, June 29, 2010

Database restore script - roles, users, permissions and schemas

›
I noted some code for creating some database roles and assigning users to them the other day. Here's a more extensive script that can be...
Saturday, June 12, 2010

The statement did not return a resultset - bug: MS JDBC driver + SQL Server 2000

›
There is a bug that has been driving me insane. I thought I was doing something wrong but apparently it's a bug in Microsoft SQL Server ...

The Resultset has No Current Row

›
If you get this error using Microsoft JDBC driver to return records as a ResultSet: The ResultSet has no current row ResultSet rs = getResul...
Saturday, May 29, 2010

Java Map Collection Classes

›
Choosing the right collection class has an impact on the performance of your application. In a previous post I gave a run down of Big O Nota...
Sunday, May 23, 2010

AJAX Attack Surface

›
I have read articles stating Ajax *supposedly* does not increase the attack surface of a web application. Whether or not that statement is t...

Files Altered On Web Request

›
Just experienced strangeness with JavaScript in browser which has various maintenance and security implications. While testing a web site us...
Tuesday, May 18, 2010

Generic Ajax Request

›
Here's a generic way to create an AJAX request (AJAX code below being JavaScript): function createRequest(){ request=null; try{ re...

Remove file association with .lnk files in Windows 2008

›
Why Microsoft allows you to change all .lnk files to be associated with Notepad in Windows 2008 (or any other OS for that matter) I'll n...
Saturday, May 08, 2010

Jetty 503 - Service Unavailable

›
This is the type of programming issue that could drive one insane. For some reason, suddenly getting 503 error in Jetty running Jetty Maven ...
Thursday, May 06, 2010

error reading /root/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar; error in opening zip file

›
So I'm working away minding my own business and suddenly code that has been compiling stops compiling without any changes to the configu...
‹
›
Home
View web version
Powered by Blogger.