Raj wrote:
I upgraded my application from tomcat 5.5.15, JDK 1.5, Struts 1.1 on Debian
2.6.32 to
tomcat 7.0.57, JDK 1.6, struts 1.1 on ubuntu14.04 and Action Servlets are
not loading.
I am thinking of this is something to do with version conflict. Please let
me know what I am missing.

Below is the error

Apr 24, 2015 9:00:20 PM org.apache.catalina.core.ApplicationContext log

INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain:
[org.apache.webapp.balancer.RuleChain: RoundRobinRule@643fd34a]

Apr 24, 2015 9:00:20 PM org.apache.catalina.core.ApplicationContext log

INFO: Marking servlet action as unavailable

Apr 24, 2015 9:00:20 PM org.apache.catalina.core.StandardContext
loadOnStartup

SEVERE: Servlet  threw load() exception

javax.servlet.UnavailableException: Cannot load a validator resource from
'/WEB-INF/validator-rules.xml'

at
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:174)

<snip>

Hi.
As far as I know, there is no problem per se in running Apache Tomcat 7.0.57 with a JDK 1.6 under Linux Debian or Ubuntu. The above exception happen in the Struts code, not Tomcat code. I believe that you should rather ask for help on the Struts support line, see : https://struts.apache.org/mail.html


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to