Using Weblogic 7.0sp2 on win2k, I'm trying to deploy a struts app (1.1b3) in
'exploded' format.  I give it the root directory, which includes the WEB-INF
folder, and in the WEB-INF folder is web.xml and struts-config.xml among
others.  But when I try to deploy it, it dies at ActionServlet:1381
    input = getServletContext().getResourceAsStream("/WEB-INF/web.xml");
    digester.parse(input);
with a SAXException, File "" not found.  Stepping through it in the
debugger, getResourceAsStream returns null.  I'm stumped.  Which means it's
probably something incredibly obvious.  Any ideas are much appreciated.
 
Thanks,
david
+1-303-218-4716 workł
+1-303-521-8967 mobile
 

Reply via email to