I am trying to make the webapp coming with the Apache Axis 1.2RC1

i have created an ear and deployed it sucessfully. This is the Happyaxis.jsp
result:

Needed Components
Found SAAJ API (javax.xml.soap.SOAPMessage) at
C:\bin\Novell\exteNd5\Common\WSSDK\lib\wssdk.jar
Found JAX-RPC API (javax.xml.rpc.Service) at
C:\bin\Novell\exteNd5\Common\WSSDK\lib\wssdk.jar
Found Apache-Axis (org.apache.axis.transport.http.AxisServlet) at
C:\bin\Novell\exteNd5\AppServer\filecache\SilverMaster50\war\axisear_modules\axisweb-lib-axis.jar
Found Jakarta-Commons Discovery (org.apache.commons.discovery.Resource) at
C:\bin\Novell\exteNd5\AppServer\filecache\SilverMaster50\war\axisear_modules\axisweb-lib-commons-discovery.jar
Found Jakarta-Commons Logging (org.apache.commons.logging.Log) at
C:\bin\Novell\exteNd5\Common\lib\commons-logging.jar
Found Log4j (org.apache.log4j.Layout) at
C:\bin\Novell\exteNd5\Common\lib\log4j.jar
Found IBM's WSDL4Java (com.ibm.wsdl.factory.WSDLFactoryImpl) at
C:\bin\Novell\exteNd5\Common\lib\wsdl4j.jar
Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown
location
Found Activation API (javax.activation.DataHandler) at
C:\bin\Novell\exteNd5\Common\lib\activation.jar

Optional Components
Found Mail API (javax.mail.internet.MimeMessage) at
C:\bin\Novell\exteNd5\Common\lib\mail.jar
Found XML Security API (org.apache.xml.security.Init) at
C:\bin\Novell\exteNd5\Common\lib\xmlsec.jar
Found Java Secure Socket Extension (javax.net.ssl.SSLSocketFactory) at an
unknown location

but when i try the AxisServet with http://localhost/axisweb/servlet/AxisServlet
i got an Http 500 and the server output this error message:

java.lang.ClassNotFoundException:
        org.apache.axis.transport.http.AxisServlet

        at
com.sssw.srv.cl.AgoJ2EEClassLoader.loadClass(AgoJ2EEClassLoader.java:
792)
        at
com.sssw.srv.cl.AgoJ2EEClassLoader.loadClass(AgoJ2EEClassLoader.java:
689)
        at
com.sssw.srv.busobj.AgoFilterChain.doServlet(AgoFilterChain.java:300)

        at com.sssw.srv.busobj.AgoFilterChain.doFilter(AgoFilterChain.java:197)
        at com.sssw.srv.resources.AgWarResource.service(AgWarResource.java:633)
        at
com.sssw.srv.resources.AgWarURLResource.perform(AgWarURLResource.java
:113)
        at com.sssw.srv.http.httpd.perform(httpd.java:5698)
        at com.sssw.srv.http.Client.processRequest(Client.java:905)
        at com.sssw.srv.http.Client.loop(Client.java:1271)
        at com.sssw.srv.http.Client.runConnection(Client.java:1498)
        at com.sssw.srv.http.Client.run(Client.java:1435)
        at java.lang.Thread.run(Thread.java:534)

i have tried deploying it as WAR instead of a EAR and got same result.

this is my deployment plan:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE earJarOptions PUBLIC "-//SilverStream Software, LLC.//DTD J2EE EAR
Deployment Plan 1.3//EN" "deploy-ear_1_3.dtd">

<earJarOptions isObject="true">
        <earJar isObject="true">
                <version type="String">1.0</version>
                <earJarName>axisear.ear</earJarName>
                <moduleList isObject="true">
                        <module>
                                <warJar>
                                        <warJarName>axisweb.war</warJarName>
                                        <isEnabled>True</isEnabled>
                                        <urls>
                                                <el>axisweb</el>
                                        </urls>
                                        <deployedObject>axisweb</deployedObject>
                                        <servletsList isObject="true">
                                                <servlet isObject="true">
                                                        
<servletName>SOAPMonitorService</servletName>
                                                        <initParamsList 
isObject="true">
                                                                <initParamEntry 
isObject="true">
                                                                        
<name>SOAPMonitorPort</name>
                                                                        
<value>5001</value>
                                                                
</initParamEntry>
                                                        </initParamsList>
                                                </servlet>
                                        </servletsList>
                                </warJar>
                        </module>
                </moduleList>
                <deployedObject>axisear</deployedObject>
        </earJar>
</earJarOptions>



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

Reply via email to