This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55575 - Web Service Deployment fails
Summary: Web Service Deployment fails
Status: CLOSED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-26 23:56 UTC by mynameisj
Modified: 2006-03-24 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mynameisj 2005-02-26 23:56:21 UTC
Hi,
I am using NetBeans 4.1 Beta. I am following the 
tutorial for creating/deploying and consuming 
web services. 
http://www.netbeans.org/kb/41/tutorial-
webservice.html

I reached a point where I compile the web 
application, it contains only one web service 
(HiWS).
When I run it, it opens the browser and displays 
the following message:
The requested resource (/HiWS/HiWS) is not 
available.

It worked okay in 4.0, why not in 4.1? Am I 
missing something?

I am using Windows XP Pro/Tomcat App. server.

-Srikant
Comment 1 Petr Jiricka 2005-02-28 10:02:03 UTC
Web services will not run on Tomcat, only appserver. Web service
creation should be disabled on Tomcat.
Comment 2 _ pcw 2005-03-02 19:29:27 UTC
What do you mean "this worked ok in 4.0"?  Web services were not
directly supported by NetBeans in 4.0.  (Btw, if you had done them by
hand, then what you did should still work in 4.1)

Also, what does "Tomcat App Server" mean?  Tomcat is not a J2EE
container, so it cannot support JSR-109 web services.  You need to use
Sun Java System Application Server for this.

Comment 3 Lukas Jungmann 2005-11-30 21:24:02 UTC
v.