in $CATALINA_HOME\webapps\axis2\WEB-INF\web.xml

check for these entries:
  <servlet>
        <servlet-name>AxisAdminServlet</servlet-name>
        <display-name>Apache-Axis AxisAdmin Servlet (Web Admin)</display-name>
        <servlet-class>
            org.apache.axis2.webapp.AxisAdminServlet</servlet-class>
    </servlet>
<servlet-mapping>
        <servlet-name>AxisAdminServlet</servlet-name>
        <url-pattern>/axis2-admin/*</url-pattern>
    </servlet-mapping>

<welcome-file-list>
      <welcome-file>index.jsp</welcome-file>
      <welcome-file>index.html</welcome-file>
      <welcome-file>/axis2-web/index.jsp</welcome-file>
    </welcome-file-list>

are the java class files located in wither classes or are they wrapped into a 
jar under WEB-INF\lib\*.jar

$CATALINA_HOME\webapps\axis2\WEB-INF\classes\org\apache\axis2\webapp

01/08/2010  11:39 AM             2,355 AxisAdminServlet.class
               1 File(s)          2,355 bytes

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.


From: bill.hunsic...@aci-8a.com
To: java-user@axis.apache.org
Subject: Problem loading Axis 1.4.1 into Oracle 10g 
Date: Tue, 19 Jun 2012 09:55:43 -0500

I am attempting to set up an Oracle 10g (10.1.3.4) application server and load 
the Axis2 (1.4.1) service into an OC4J instance.  We are doing this to emulate 
the production environment of our client, so the versions are what they are 
currently using in production. We got the 10g ias up and running, created the 
OC4J instance and loaded the Axis2 WAR file.  No errors were encountered in the 
installs.  No errors are in any of the application log files or in the OPMN log 
files.  I used “axis2” (sans quotes) as the web context. When I attempt to 
access the administration home page for Axis2, I get a 404 page not found 
error. I access the Oracle 10g Admin page with this:  http://localhost:8888/emI 
believed I should be using this to access the administration page for Axis2: 
http://localhost:8888/axis2/axis2-admin I also tried these with the IP address 
instead of localhost. The one odd thing I have seen is that when I go to the 
web module page in Oracle ias, and try to click the test web module, I get a 
“No Websites Discovered.” message back from the system. I am not sure what 
information would be helpful to post at this time, so any suggestions would be 
appreciated. Thanks, Bill                                    

Reply via email to