A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Admin Client: Exception (401)Unauthorized problem
david kim
Greenhorn
Joined: Oct 31, 2004
Posts: 1
posted
Oct 31, 2004 09:13:00
0
I installed Axis and everything is working fine (Axis Happy page).
However, when I tried to deploy a sample app, by running:
java
org.apache.axis.client.AdminClient deploy.wsdd
Processing file deploy.wsdd
Exception:: (401)Unauthorized
Any ideas why?
Thanks
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
Nov 01, 2004 09:21:00
0
whats your application server?
If it is
Tomcat
, then the admin deploy should work, if it is other engine then you have to use the -l option
java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
Spritle Software Blogs
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Admin Client: Exception (401)Unauthorized problem
Similar Threads
WSDD Deployment problem
Unable to deploy Web Service
Axis Fault while deploying !!!Help me
can i use the AdminClient tool to deploy my ws package to wls or jboss?
AXIS 1.4 Call.invoke() - (401)Unauthorized
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter