Hi Off the topic
Alternatively is to download "axis2-1.5.1-war.zip" from AXIS2 1.5 web site >>http://ws.apache.org/axis2/download/1_5_1/download.cgi [WAR (Web Archive) Distribution Rename it to "axis2-1.5.1.war" and deploy the same on TOMCAT server I have done the same successfully. How ever if u need to test AXIS with out tomcat as standalone then >>http://ws.apache.org/axis2/download/1_5_1/download.cgi Standard Binary Distribution Please use any one of them to test not both simultaneously TOMCAT or Standalone With regards Karthik -----Original Message----- From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk] Sent: Wednesday, March 10, 2010 11:32 PM To: users@tomcat.apache.org Subject: axis2: not seeing validation or administrator links from axis2 Hello, If someone can point me in the right direction, it would be great. I'm a new user to TomCat, Axis2 etc. I've read the documentation and have tried to get my development environment up and running but it does not appear to be running as expected. What I'm trying to achieve is to run some of the sample war files. The steps i'm following are at http://ws.apache.org/axis2/1_5_1/installationguide.html#standalone3. I've started the axis2 server. (~/Axis/axis2-1.5.1/bin$ ./axis2server.sh) and done ant create.war. this creates the axis2.war file. At the next stage,I'm not sure if I've made a mistake. This is what I've done for the section "Installing Axis2 in a Servlet Container" in the above document. In ~/Axis/axis2-1.5.1/webapp directory,I've entered ant <return>. This generates the axis2.war file again ? I've copied the axis2.war file into the Servlet container cp axis2.war /home/tc/TomCat/apache-tomcat-6.0.24/webapps/ At this stage I restarted the apache web server (sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start) and axis server. In my browser i type http://localhost:8080/axis2/, I see a screen that shows a heading "Deployed services" followed by a version on the next line and getVersion on the following line. the URL is now shown as http://localhost:8080/axis2/service. This screen is different from what is shown in the above document. I'm not seeing the validation or Administrator hyperlinks ? I've also started the Tomcat servlet but i have a number of errors. Where have i made a mistake? Thanks in advance. cd $CATALINA_HOME r...@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24 ./bin/jsvc -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile ./logs/catalina.err org.apache.catalina.startup.Bootstrap logs/catalina.err :::::::::::::: (Error 1) 10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use <null>:8080 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549) at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176) .......( Error 2) 10-Mar-2010 17:37:43 org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive axis2.war 10-Mar-2010 17:37:48 org.apache.jasper.EmbeddedServletOptions <init> SEVERE: The scratchDir you specified: /home/tc/TomCat/apache-tomcat-6.0.24/work/ Catalina/localhost/axis2 is unusable. (Error 3 No such file or directory) 10-Mar-2010 17:37:48 org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive sample2.war 10-Mar-2010 17:37:48 org.apache.catalina.startup.ContextConfig init SEVERE: Exception fixing docBase for context [/sample2] java.io.FileNotFoundException: /home/tc/TomCat/apache-tomcat-6.0.24/webapps/samp le2/META-INF/MANIFEST.MF (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) Config Details --------------- I'm running Ubuntu 9.10(karmic koala)on Sun virtual Box. The software I've installed is as follows Ubuntu 9.10(karmic koala) apache-ant-1.8.0 Axis2-1.5.1 jdk1.6.0_18 apache-tomcat-6.0.24 glassfishv3 (J2EE ) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org