A bit more detail ... and suggested solution if WebRatio doesn't all servlet level access.
I could just do all this myself on the first instantiation of my custom unit but a better solution would be to have it happen on servlet initialization ... this method would provide the user experience I want.
I have a class in my Custom unit that extends the java.util.Timer and I want it to be instantiated when the servlet starts up. The class performs some database cleanup type tasks.
To get the perfect answer, on servlet start-up is there a way to have the servlet invoker kick off the initializer?