|
| deploying jws webService file...help |
 |
Sun, 25 Nov 2007 06:20:07 -080 |
i have a simple helloworld in "Hello.jws". if i put this file on my
weblogic app server, i can access it through url for wsdl.
but.... if i create a war file from it using command "jar -cvf h.war
*" and delpoy it as web app in weblogic, i cannot access it through
identity "h". i have a simple htm file within same war file and i can
access it through identity "h" after deployment but accesing
Hello.jws gives me error as below.
****************************************************************
Error: Class Hello not found during load. The requested resource does not exist
in the application.
Suggestion: Check the validity of the URL and/or contact the provider of the
application.
****************************************************************
i have the web.xml as below within war file.
<web-app>
<welcome-file-list>
<welcome-file></welcome-file>
</welcome-file-list>
</web-app>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|