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

Summary: Web Service Deployment fails
Product: webservices Reporter: mynameisj <mynameisj>
Component: CodeAssignee: _ pcw <pcw>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.