RE: deployment problems

2004-07-30 Thread Vijai Mohan
- From: rory galvin [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: RE: deployment problems   Thomas, Thanks again for ur reply. In the mean time I've added the service element from my deploy.wsdd file to the server-config.wsdd under WE

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
: deployment problems Thomas, Thanks again for ur reply. In the mean time I've added the service element from my deploy.wsdd file to the server-config.wsdd under WEB-INF and it has appeared to have deployed. Has this had the same effect as using the AdminClient? or doe

RE: deployment problems

2004-07-30 Thread rory galvin
erver-config.wsdd? Rory.. >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date: Fri, 30 Jul 2004 12:34:50 -0500 >

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
java org.apache.axis.client.AdminClient -lhttp:///service/AdminService deploy.wsdd    Jai    -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Friday, July 30, 2004 12:22 PMTo: [EMAIL PROTECTED]Subject: RE: deployment problems Thomas, I did as you said and checked s

RE: deployment problems

2004-07-30 Thread rory galvin
processing but the web service is nowhere to be seen. Rory..       >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
As step 1, I would open up server-config.wsdd under web-app and see your services are listed.   Jai -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Thursday, July 29, 2004 11:54 AMTo: [EMAIL PROTECTED]Subject: deployment problems Hey guys, I&#

deployment problems

2004-07-29 Thread rory galvin
Hey guys, I'm having basic trouble deploying my own webservice on axis. I've followed all of the given examples and haven't had any trouble with them so far... until I wrote my own. The problem occurs when I go to view my deployed service on http://joni.cs.tcd.ie:8080/axis/servlet/AxisServlet. My

RE: Deployment problems

2003-09-01 Thread Mayne, Peter
Title: RE: Deployment problems It turns out that it was indeed a missing class. I spent ages looking through the Axis logs looking for a problem. Eventually I switch from Tomcat to Jetty, which displayed the exception immediately. I went back and looked in the Tomcat logs, and there it was

RE: Deployment problems

2003-08-29 Thread Mayne, Peter
Title: Message From: Alexander Berry,Jr.   See below that your class is in a package. So there should be a package statement in the java code. which would mean that under the /lib directory that package structure must exist.   The deploy.wsdd is as generated by WSDL2Java. A "jar tf" shows th

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
correctly. Alexander Berry, Jr. Confluent Software The Webservices Management Company. Mayne, Peter wrote: Deployment problems I'm attempting to deploy a service to Tomcat 4.1.27 on Windows XP. The happyaxis.jsp is satisfied, and I can view the list of pre-deployed web services. I&#

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
another thought check the wsdd and make sure that the package names match and are in the same case. Alexander Berry, Jr. Confluent Software The Webservices Management Company. Mayne, Peter wrote: RE: Deployment problems > From: Alexander Berry,Jr. > Check to see if y

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
wrote: RE: Deployment problems > From: Alexander Berry,Jr. > Check to see if you are getting a classnotfound error. I have had the same problem when I get a > classnotfound because of a typo or something. Good point. I've put the necessary jars in /webapp

RE: Deployment problems

2003-08-29 Thread Mayne, Peter
Title: RE: Deployment problems > From: Alexander Berry,Jr. > Check to see if you are getting a classnotfound error. I have had the same problem when I get a > classnotfound because of a typo or something. Good point. I've put the necessary jars in /webapps/axis/WEB-IN

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
Check to see if you are getting a classnotfound error. I have had the same problem when I get a classnotfound because of a typo or something. Alexander Berry, Jr. Confluent Software The Webservices Management Company Mayne, Peter wrote: Deployment problems I'm attempting to d

Deployment problems

2003-08-29 Thread Mayne, Peter
Title: Deployment problems I'm attempting to deploy a service to Tomcat 4.1.27 on Windows XP. The happyaxis.jsp is satisfied, and I can view the list of pre-deployed web services. I've put the jar with my implementation classes and the EsbAuthSoapBindingSkeleton.class in /webapp

Deployment problems with custom deserializers

2003-06-30 Thread Gupta, Ankit
I need some help with regard to deploying my service on apache tomcat with axis. I have to create a process that takes raw xml from axis and parses the message appropriately as well as calls some services in a separate class file based on the message. Now I want to deploy the services such that i