I have created a web application and created a
soap web service for that using eclipse helios
ide. I have also created the
test client for the web service created usin the ' wsdl ' file created during the creaio of the web service.
I integrate the
tomcat 6.0.33 and published the web application to it. When i try to run the wsdl or the
jsp test client, it works properly and showing results.
But i wanted to host this app on the shared tomcat hosting server. So, when i uploaded the app to the shared hosting server and try to run the wsdl, it shows page not found and when i try to view test client jsp page, the methods pane shows, the input pane shows but the results page shows the internal server error.
org.apache.jasper.JasperException: /webcraftz_mob_sol6Client/sampleLoginServiceProxy/Result.jsp(10,0) The value attribute of useBean com.webcraftz.LoginServiceProxy class is invalid.
org.apache.jasper.JasperException: /webcraftz_mob_sol6Client/sampleLoginServiceProxy/Result.jsp(10,0) El valor el atributo de clsae useBean com.webcraftz.LoginServiceProxy es inválido.
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:148)
org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1272)
org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1178)
org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361)
org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2411)
org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2417)
org.apache.jasper.compiler.Node$Root.accept(Node.java:495)
org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361)
org.apache.jasper.compiler.Generator.generate(Generator.java:3426)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:216)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:332)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:299)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
The shared hosting server is having tomcat 6.0.20
So, is there any other settings required to host the app on the shared hosting server? I am the newcomer in the process of creating web services and consuming them and required a help in this regard.
Thank you