Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webservices on hpux - any setup required?

Status
Not open for further replies.

25884

Programmer
Mar 12, 2001
46
0
0
AP
Hi,

I have a question about the setup required on an hpux system for it to support java webservices.

currently when i deploy a webservice, and try to check its url "
I get a connection refused exception.

So, i need to to any kind of setting for soap etc?

TIA!
 
how does the application (which is listening on port 9090) start? does it listen to that port (check this eg. using lsof or netstat -a)?
Did you try a
# telnet localhost 9090
do you get any prompt or connection?

Best Regards, Franz
--
System Manager (Solaris, HP-UX, Linux, some networking, some SAN)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top