0 Replies Latest reply on Dec 12, 2006 6:45 PM by yueh2k6

    Axis /JBoss question

    yueh2k6

      Hi,

      Hi,

      I used Axis 1.1 to generated Java proxies and hosted the JSPs that invoke these proxies on Jboss 4.0. I'm getting the following error :

      org.apache.jasper.JasperException: org.apache.axis.ConfigurationException: org.apache.axis.ConfigurationException: No engine configuration file - aborting!
      org.apache.axis.ConfigurationException: No engine configuration file - aborting!
      at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:224)
      at org.apache.axis.AxisEngine.init(AxisEngine.java:199)
      at org.apache.axis.AxisEngine.(AxisEngine.java:181)
      at org.apache.axis.client.AxisClient.(AxisClient.java:90)
      at org.apache.axis.client.Service.getAxisClient(Service.java:374)


      It looks to be missing some config file, although I'm not sure what.

      Any ideas?