You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by eddie johnston <ed...@ucd.ie> on 2003/05/01 12:58:53 UTC

Engine Configuration

Hi,
 I'm having some difficulty with axis when I try and use it via a java
servlet. I want to create an instance of a Service and a call and then
invoke that call. This is straightforward when I do it in a simple java
program, but when I try and do the same thing in a servlet, I get an
Exception:

"org.apache.axis.ConfigurationException: No engine configuration file -
aborting!"

Would anyone know why the standalone java app doesn't complain and the
servlet does, and how/where do I configure and put this configuration
file that's being asked for to make my servlet work?

Thanks,
Eddie Johnston