| Author |
JBOSS Webservices error in deploy
|
Lalan Sarang
Greenhorn
Joined: Jul 14, 2004
Posts: 9
|
|
I am trying to deploy my session bean as a webservice using jboss 3.2.5 My wsdd file looks like this... When I run following command java org.apache.axis.client.AdminClient -p 8005 deploy.wsdd it gives errors saying Connection refused. My ejb is properly deployed. Can some one throw light here..What am i missing..how can i make sure the correct port no, uid and pwd?? Thanks,
|
 |
Lalan Sarang
Greenhorn
Joined: Jul 14, 2004
Posts: 9
|
|
|
PLEASE GIVE ME SOME POINTERS. I AM STUCK AT THIS POINT.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Have you checked whether your machine is listening port 8005?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Lalan Sarang
Greenhorn
Joined: Jul 14, 2004
Posts: 9
|
|
|
Actually, I tried with 8080 (i guess its default)..how can i make sure the port no and uid, password???
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Hard to say since I don't know JBoss all that well and since the free online documentation is crap. You might want to try the official forum at JBoss.org if it looks like you're not getting answers here.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by Lalan Sarang: Actually, I tried with 8080 (i guess its default)..how can i make sure the port no and uid, password???
By the way, you can see all ports being listened to with "netstat -a" (the same command works for both Windows and Linux/Unix).
|
 |
 |
|
|
subject: JBOSS Webservices error in deploy
|
|
|