users@jax-rpc.java.net

JAXRPC problem.

From: resel Lim <resellll_at_hotmail.com>
Date: Mon, 01 Nov 2004 08:51:45 +0800

I am facing problem for deploying the jaxrpc service. I follow the
instruction giving by the jwstutorial but the problem still the same. Below
is I deploy : -


C:\jwstutorial13\examples\jaxrpc\helloservice>ant deploy
Buildfile: build.xml

deploy:
   [deploy] OK - Deployed application at context path /hello-jaxrpc


BUILD SUCCESSFUL
Total time: 2 seconds


There already success to deploy but when I browse the URI
(http://localhost:8080/hello-jaxrpc/hello) There write :-

HTTP Status 404 - /hello-jaxrpc/hello

type Status report
message /hello-jaxrpc/hello
description The requested resource (/hello-jaxrpc/hello) is not available.

I already list the application at the DOS environment. Below is the output
that after I type the ant list:-

C:\jwstutorial13\examples\jaxrpc\helloservice>ant list
Buildfile: build.xml

list:
     [echo] Listing the applications....
     [list] OK - Listed applications for virtual host localhost

     [list] /admin:running:0:../server/webapps/admin

     [list] /servlets-examples:running:0:servlets-examples

     [list] /jsp-examples:running:0:jsp-examples

     [list] /balancer:running:0:balancer

     [list] /tomcat-docs:running:0:tomcat-docs

     [list] /handler:stopped:0:C:\Program Files\Apache Software
Foundation\Tomcat 5.0\webapps\handler

     [list] /hello-jaxrpc:stopped:0:C:\Program Files\Apache Software
Foundation\
Tomcat 5.0\webapps\hello-jaxrpc

     [list] /:running:0:ROOT

     [list] /manager:running:0:../server/webapps/manager


BUILD SUCCESSFUL
Total time: 1 second
C:\jwstutorial13\examples\jaxrpc\helloservice>

It show that the content path (hello-jaxrpc) is stopped. Then I type the
command. Below is the output :-

C:\jwstutorial13\examples\jaxrpc\helloservice>ant start
Buildfile: build.xml

start:
     [echo] Starting the application....
    [start] FAIL - Application at context path /hello-jaxrpc could not be
started


BUILD FAILED
file:C:/jwstutorial13/examples/jaxrpc/common/targets.xml:84: FAIL -
Application
at context path /hello-jaxrpc could not be started

Total time: 2 seconds
C:\jwstutorial13\examples\jaxrpc\helloservice>


How I can start it?

_________________________________________________________________
Using a handphone prepaid card? Reload your credit online!
http://www.msn.com.my/reloadredir/default.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net