When I try to go to that URL, I get HTTP status 500 messages that say "no
context configured to process this request".
I placed my service ".jar" file into the WEB-INF/lib directory inside the
axis.war file (which has pretty much everything from webapps/axis in it),
and
deployed this in JBoss.
When I run the AdminClient, I get the same error as I did above.
Any other ideas?
Thanks.
-Mark
thomas.cherel@ascentialso
ftware.com To: [EMAIL PROTECTED]
cc:
05/16/2002 04:43 PM Subject: RE: Using Axis Beta2
in JBoss/Tomcat
Please respond to
axis-user
If you use the JBoss_Tomcat bundle, when starting JBoss, tomcat is also
started.
Dropping axis.war in the JBoss deploy directory will actually deploy Axis
in the bundled Tomcat servlet engine and the Axis servlet is accessible
like in a standalone Tomcat deployment (try the URL
http://localhost:8080/axis/services, you should get something).
The AdminClient is talking to the Axis servlet, so no problem on this side
and you submit your deploy.wsdd the same way as before:
% java org.apache.axis.client.AdminClient deploy.wsdd
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 4:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Using Axis Beta2 in JBoss/Tomcat
When packaging my service inside of the Axis war file, it gets
automatically deployed when it gets copied into the JBoss deploy
directory. There doesn't seem to be a way to use the AdminClient or the
wsdd file once this happens.
How do you connect to your service when you package things this way?
-Mark
thomas.cherel@ascentialso
ftware.com To:
[EMAIL PROTECTED]
cc:
05/16/2002 01:16 PM Subject: RE: Using
Axis Beta2 in JBoss/Tomcat
Please respond to
axis-user
They way I have been doing so far is the following:
1) The code of my services is included in the Axis war file.
2) Nothing specific in the wsdd file or the way the AdminClient is used.
Thomas
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 1:00 PM
To: [EMAIL PROTECTED]
Subject: Using Axis Beta2 in JBoss/Tomcat
I have a few questions about using Axis in the JBoss environment.
When using Axis with Tomcat alone, you put all the Axis stuff in
%CATALINA_HOME%/webapps/axis.
This doesn't work when running JBoss with Tomcat.
I read in another posting that you need to create a WAR file with all the
Axis stuff and drop it into the JBoss "deploy" directory.
This works fine.
The question is: now where do you place Axis services that you want to
deploy? Do they still go in %CATALINA_HOME%/webapps/axis
directory?
Will there be anything different that needs to be done when running the
Axis AdminClient program to deploy the service? Or anything different
in the WSDD deployment file?
Thanks.
-Mark