When an struts application get loaded into Tomcat (5) I would like to it run a java class (loadonstartup.java) which contains methods to access a few databases and initialize some vanilla scripts (get enumaterated lists and create some LabelValueBeans) .
Being more of a front end person (action, forms, designer) I'm looking for the correct way to do this as I know that my way would most certainly be a half-minded approach.
Start Free Trial