Hi ,
 
We are using Validator in Struts 1.2.7 in our application. When we run it on 
Tomcat6 everything is fine. When we move it to WebLogic 9.1 Express we can't 
start our deployment and we are getting this error message in the log file: 
 
_______________________________________________________________________________
javax.servlet.UnavailableException: Cannot load a validator resource from 
'/WEB-INF/validator-rules.xml, /WEB-INF/validation.xml'        at 
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:172)      
  at 
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)  
      at javax.servlet.GenericServlet.init(GenericServlet.java:256)        at 
weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:276)
        Truncated. see log file for complete stacktrace
 
_______________________________________________________________________________
 
we are 100% sure that an XML ( struts-config.xml, validator-rules.xml, 
validation.xml ) files are in place and we are using the same files as we are 
using in Tomcat as well as the JARs are absolutely the same.
 
please advise.

Reply via email to