No it is not a web-app nor is it connected with any
servlet or
JSP page so I guess ServletContextListener would not help me.
The class is a simple java class which acts like a scheduler and which should start with server start-up and it depends on few other class files. All of these class files are packaged in a jar file. Is there a way I can tell Weblogic to read that jar and call my class (it has a main method) at startup..??
The significant problems we face cannot be solved by the same level of thinking which created them – Einstein
SCJP 1.5, SCWCD, SCBCD in the making