RE: axis2:-) not seeing validation or administrator links from axis2

2010-03-11 Thread Caldarale, Charles R
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk] > Subject: RE: axis2:-) not seeing validation or administrator links from > axis2 > I've removed the two directories WEB-INF and META-INF. You need to remove the other files and directories I pointed out as well.

Re: axis2:-) not seeing validation or administrator links from axis2

2010-03-11 Thread Hassan Schroeder
On Thu, Mar 11, 2010 at 4:15 PM, Terence Coffey wrote: > 2 further questions > 1. How do I associate style information with the XML file so it's nicely > formatted on the screen ? Normally you don't -- XML is for machine consumption. If you want it turned into (X)HTML for display in a browser,

RE: axis2:-) not seeing validation or administrator links from axis2

2010-03-11 Thread Terence Coffey
for your assistance. --- On Thu, 11/3/10, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: axis2: not seeing validation or administrator links from axis2 > To: "Tomcat Users List" > Date: Thursday, 11 March, 2010, 14:16 > > From: Pid [m

Re: axis2: not seeing validation or administrator links from axis2

2010-03-11 Thread Pid
On 11/03/2010 14:16, Caldarale, Charles R wrote: 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

RE: axis2: not seeing validation or administrator links from axis2

2010-03-11 Thread Caldarale, Charles R
> 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 h

Re: axis2: not seeing validation or administrator links from axis2

2010-03-11 Thread Pid
nce (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM --- On Wed, 10/3/10, Konstantin Kolinko wrote: From: Konstantin Kolinko Subject: Re: axis2: not seeing validation or administrator links from axis2 To: "Tomcat Users List" Date: Wednesday, 10 March, 2010, 21:42 2010/3

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Karthik Nanjangude
ginal 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

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Caldarale, Charles R
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk] > Subject: Re: axis2: not seeing validation or administrator links from > axis2 > > 10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager > > INFO: TempFileManager::unable to delete /tmp/axis2-tmp-

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
ice?symbol=IBM displays − The service cannot be found for the endpoint reference (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM --- On Wed, 10/3/10, Konstantin Kolinko wrote: > From: Konstantin Kolinko > Subject: Re: axis2: not seeing validation or administrator l

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/11 Terence Coffey : > INFO: Deploying web application archive axis2.war > SEVERE: Exception fixing docBase for context [/axis2] > java.io.FileNotFoundException: > /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis > 2/META-INF/MANIFEST.MF (No such file or directory) >        at java.io.FileO

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
wrote: > From: Konstantin Kolinko > Subject: Re: axis2: not seeing validation or administrator links from axis2 > To: "Tomcat Users List" > Date: Wednesday, 10 March, 2010, 20:59 > 2010/3/10 Terence Coffey : > > Hi, > > when i enter http://localhost:8080/axis2/axis2-

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Terence Coffey : > Hi, > when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects > it to http://localhost:8080/axis2/services/ > In the terminal in which i started axis2server.sh the follow error message > is shown I missed that you have axis2server.sh running. So .. yo

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
vice.java:187) at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82) --- On Wed, 10/3/10, Konstantin Kolinko wrote: > From: Konstantin Kolinko > Subject: Re: axis2: not seeing validation or administrator links from axis2 > To: &quo

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Terence Coffey : > hi, > The contents of my war file looks a bit different. > when i do a jar -xvf axis2.war I get the following output which is different > from what's shown in your supplied web link. As you will see > it appears to be much larger. > It looks like the one in the manual.

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
dules/soapmonitor-1.5.1.mar inflated: WEB-INF/services/services.list inflated: WEB-INF/services/version-1.5.1.aar inflated: WEB-INF/web.xml --- On Wed, 10/3/10, Konstantin Kolinko wrote: > From: Konstantin Kolinko > Subject: Re: axis2: not seeing validation or administrator links from

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
2010/3/10 Terence Coffey : Note, that > At this stage I restarted the apache web server (sudo /etc/init.d/apache2 > stop sudo /etc/init.d/apache2 start) and axis server. you have restarted Apache HTTPD, not Apache Tomcat >  In my browser i type http://localhost:8080/axis2/, and browsed an addr

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Caldarale, Charles R
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk] > Subject: axis2: not seeing validation or administrator links from axis2 > > I'm a new user to TomCat It's Tomcat, not TomCat. Fix your spelling. > 10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Prot

axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
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