|
Hi guys,
I've installed Axis 1.0 from xml-axis-10.tar.gz distribution.
I ran validate from localhost:8080/axis, and core
classes validated nicely.
Problems occured when i tried to run some sample
tests,
ie TestClient and Calculator.java
* For TestClient, it doesn't work maybe
because of my
firewall setting doesn't allow me to invoke the
service in
port 5049
* For Calculator.java, i just renamed the file to
Calculator.jws
and put it in
$TOMCAT_HOME/webapps/axis
when i tried to invoke
http://localhost:8080/axis/Calculator.jws it doesn't work.
I check the logfile there is a message
saying
>> 0 [Thread-4] ERROR
>>
configuration.EngineConfigurationFactoryServlet -
>> Problem with servlet engine config file:
/WEB-INF/server->> config.wsdd"
I also tried to run:
java samples.userguide.example2.CalcClient -p8080
add 2 4
But I got this error:
>> - Mapping Exception to
AxisFault
>> AxisFault >> faultCode: {http://xml.apache.org/axis/}HTTP >> faultString: (500)Internal Server Error >> faultActor: null >> faultDetail: >> null: return code: 500 >> <html><head><title>Apache >> Tomcat/4.1.12-LE-jdk14 - Error
>> ...
Is it because the distribution version is not
stable enough ?
PS: I used
- tomcat 4.1.12 from jboss-3.0.3 distribution
- JRE from Sun JDK 1.3
Any ideas ?
TIA --fadly
|
- configuration problem Fadly
- configuration problem Haug Thomas
