Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~418 People Reached
Favorite Forums
Favorite Tags
rss x 3
Member Avatar for ShipraSingh

I get the following error message when I try to test Apache SOAPServer by pointing my browser to [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] [B]exception[/B] javax.servlet.ServletException: javax/mail/MessagingException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781) org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:105) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) [B]root cause[/B] java.lang.NoClassDefFoundError: javax/mail/MessagingException org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:55) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) I have set my class path's to: ;C:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;C:\soap-2_3\lib\soap.jar;C:\soap-2_3; …

Member Avatar for jwenting
0
163
Member Avatar for alwaysvaghu

Hello friends.... I have configure my apache soap..... It is saying that after configuration if i go on "[B]http://localhost:8080/soap/servlet/rpcrouter" [/B]it will give following message...... [B]"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me." [/B] But in my case it is [B]throwing exception[/B] …

Member Avatar for jwenting
0
186
Member Avatar for ShipraSingh

[B] I have downloaded the soap-2_3 directory and installed the soap.jar and soap.war in \soap-2_3\lib and \soap-2_2\webapps\ respectively. I have also installed xerces.jar,mail.jar and activation.jar in tomcat. But when I type the URL [URL]http://localhost:8080/soap/[/URL] I see the directory soap.jar. But when I type [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] in the browser I get the …

0
69