Greetings,
I got to know that the latest Spring IDE version that can work with WSAD 5.1.1 is version 1.1.1, but I can't find it @ http://springide.org/updatesite. I've also tried...
Type: Posts; User: exec2020; Keyword(s):
Greetings,
I got to know that the latest Spring IDE version that can work with WSAD 5.1.1 is version 1.1.1, but I can't find it @ http://springide.org/updatesite. I've also tried...
Try exploding the archive and deploy. The listener should be working fine. Only Weblogic 9 Beta (and above :p) has no problems with archives, as it explodes them before doing the initialisations.
I have this JSP to do the reloading:
<%@page import="org.springframework.web.context.ContextLoader"%>
<%
ContextLoader contextLoader = new ContextLoader();...