Hi Konstantin and Chuck, Almost there, another few steps taken. - No, It was a new installation. I think these extra files you mentioned were a misguided attempt by me to deploy the axis2.war file using the exploded directory format to resolve my initial problem of msvc(tomcat) not being able to write to the file system. I should have created a directory and then unzipped it inside this directory. I've removed the two directories WEB-INF and META-INF.
- This file does not exist anymore in /tmp and the error below is no longer being reported. 10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager > <clinit> > INFO: TempFileManager::unable to delete /tmp/axis2-tmp- > 6334442305603549214.tmp - http://localhost:8080/axis2/ I can now see the validation and administrator link. I added the manager role to the login user for the Tomcat Manager. I can now view the Axis 2 Happiness page and access the axis 2 administration area. When I click on available modules in the axis 2 administrator area i see the following. Is this Ok? I was expecting to see a "soap monitor 1.1" and addressing 1.1 as shown in http://ws.apache.org/axis2/1_3/webadminguide.html. The output is as follows? * metadataExchange : module description not found * mtompolicy : This is the MTOM policy module. It is engaged when we have MTOM policy assertion. * ping : module description not found * addressing : This is the WS-Addressing implementation on Axis2, supporting the WS-Addressing 1.0 Recommendation, as well as the Submission version (2004/08). * soapmonitor : module description not found * script : module description not found I have managed to deploy the axis2 sample StockQuoteService application :-) I can now successfully retrieve data using http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM but it's not nicely formatted on the screen. 2 further questions 1. How do I associate style information with the XML file so it's nicely formatted on the screen ? "This XML file does not appear to have any style information associated with it. The document tree is shown below. <ns:getPriceResponse> <ns:return>42.0</ns:return> </ns:getPriceResponse> " 2.In the http://ws.apache.org/axis2/index.html page, under the programming model , WSDL 2.0 is listed. Can you confirm that WSDL 2.0 is currently supported in this release ? Thanks for your assistance. --- On Thu, 11/3/10, Caldarale, Charles R <chuck.caldar...@unisys.com> wrote: > From: Caldarale, Charles R <chuck.caldar...@unisys.com> > Subject: RE: axis2: not seeing validation or administrator links from axis2 > To: "Tomcat Users List" <users@tomcat.apache.org> > Date: Thursday, 11 March, 2010, 14:16 > > From: Pid [mailto:p...@pidster.com] > > Subject: Re: axis2: not seeing validation or > administrator links from > > axis2 > > > > > > r...@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# > ls -asl > > > total 19000 > > > 4 -rw-r--r-- 1 tc > tc 376 2007-07-30 16:26 hello.jsp > > > 4 drwxr-xr-x 2 tc > tc 4096 2007-07-30 16:26 images > > > 4 -rw-r--r-- 1 tc > tc 636 2007-07-30 16:26 index.html > > > 4 drwxr-xr-x 2 tc > tc 4096 2010-03-10 11:47 META-INF > > > > You've got a whole bunch of files dated 2007 in there, > plus an > > index.html, a META-INF etc. Is this an upgrade > from an older version > > of Tomcat? > > Not only that, the above files should *never* appear in > webapps. Looks like a clearly broken Tomcat > installation and abuse of appBase and docBase. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR > OTHERWISE PROPRIETARY MATERIAL and is thus for use only by > the intended recipient. If you received this in error, > please contact the sender and delete the e-mail and its > attachments from all computers. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org