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 Joe Susai <ni...@yahoo.com> on 2002/10/28 17:12:48 UTC

Problem with servlet engine config file - in Release 1.0

Hi, 

I just downloaded Release 1.0. I tried to do the
instant deployment as described in user's guide.
When I tried the
http://localhost:8080/axis/Calculator.jws 
I get the following error on my tomcat console.

[INFO] Registry - -Loading registry information
[INFO] Registry - -Creating new Registry instance
[INFO] Registry - -Creating MBeanServer
[INFO] Http11Protocol - -Initializing Coyote HTTP/1.1
on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.12
[INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on
port 8080
[INFO] ChannelSocket - -JK2: ajp13 listening on tcp
port 8009
[INFO] JkMain - -Jk running ID=0 time=10/110 
config=C:Tomcat 4.1in..confj
k2.properties
- Problem with servlet engine config file:
/WEB-INF/server-config.wsdd

I tried to create the server-config manually and it
did not help. Appreciate any help on this.
Thanks.
-nilasoft




__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

Re: Problem with servlet engine config file - in Release 1.0

Posted by Paolo Paganotto <pa...@txt.it>.
You get that error because you haven't any server-config.wsdd file in the
%catalinahome%/webapps/axis/WEB_INF/ directory. This file is automatically
generated when you deploy some services with the
org.apache.axis.client.AdminClient command, for example.
This error won't avoid you to use services deployed instantly, such as the
.jws files
Try http://localhost:8080/axis/Calculator.jws?wsdl and you should see the
.wsdl file


> Hi,
>
> I just downloaded Release 1.0. I tried to do the
> instant deployment as described in user's guide.
> When I tried the
> http://localhost:8080/axis/Calculator.jws
> I get the following error on my tomcat console.
>
> [INFO] Registry - -Loading registry information
> [INFO] Registry - -Creating new Registry instance
> [INFO] Registry - -Creating MBeanServer
> [INFO] Http11Protocol - -Initializing Coyote HTTP/1.1
> on port 8080
> Starting service Tomcat-Standalone
> Apache Tomcat/4.1.12
> [INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on
> port 8080
> [INFO] ChannelSocket - -JK2: ajp13 listening on tcp
> port 8009
> [INFO] JkMain - -Jk running ID=0 time=10/110
> config=C:Tomcat 4.1in..confj
> k2.properties
> - Problem with servlet engine config file:
> /WEB-INF/server-config.wsdd
>
> I tried to create the server-config manually and it
> did not help. Appreciate any help on this.
> Thanks.
> -nilasoft
>