Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 49257 invoked from network); 5 Oct 2007 14:12:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 14:12:25 -0000 Received: (qmail 51920 invoked by uid 500); 5 Oct 2007 14:12:07 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 51709 invoked by uid 500); 5 Oct 2007 14:12:06 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 51698 invoked by uid 99); 5 Oct 2007 14:12:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 07:12:06 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [65.213.71.4] (HELO mail.nyandcompany.com) (65.213.71.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 14:12:09 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C80759.AAF8A73A" Subject: Tomcat/Axis Deployment Date: Fri, 5 Oct 2007 10:11:48 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat/Axis Deployment Thread-Index: AcgHWar4zdP2YjtMSzax5o8kfeHM9w== From: "Ali, Waqar" To: X-OriginalArrivalTime: 05 Oct 2007 14:11:48.0375 (UTC) FILETIME=[AB13E270:01C80759] Received-SPF: none X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C80759.AAF8A73A Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello Tomcat gurus: I'm new to Tomcat/Java and want to deploy a java program as a web service to Tomcat/Axis. I started to learn the deployment by using the JWS deployment first and it worked fine: copy .java as .jws to \Tomcat 6.0\webapps\axis folder copy .class in \Tomcat 6.0\webapps\axis\WEB-INF\jwsClasses folder Then I started to look into WSDD deployment and it worked too: copy .class to \Tomcat 6.0\webapps\axis\WEB-INF\classes create deploy.wsdd file execute: c:\> java org.apache.axis.client.AdminClient deploy.wsdd But all these were simple deployments involving just one java class/program. What I need is to deploy a little more complex java app. I dont know much about java and I coded this program by seeing the API examples from the supported docs and I cant tweak the code files and I have to deploy in the way I have coded and it is working. Class files: com\cybershift\apps\wfm3\sample\UpdatedWS.class =09 com\cybershift\server\layer\wfm3service\constants\WFM3Attributes.class lib: weblogic.jar wfm3ServiceClient.jar wfm3ServiceClientSample.jar I tried coping them at different places in the tomcat folder but nothing seems to be working. Could you please please tell me exactly where to place these file to make it work.=20 I'm using: - JDK 1.6 - Axis 1.4 - Tomcat 6 Thanks in advance. -Waqar This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. ------_=_NextPart_001_01C80759.AAF8A73A Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Tomcat/Axis Deployment

Hello Tomcat gurus:

I'm new to Tomcat/Java and want to = deploy a java program as a web service to Tomcat/Axis. I started to = learn the deployment by using the JWS deployment first and it worked = fine:

        copy .java as .jws to \Tomcat 6.0\webapps\axis = folder
        copy .class in \Tomcat = 6.0\webapps\axis\WEB-INF\jwsClasses folder

Then I started to look into WSDD = deployment and it worked too:
        copy .class to \Tomcat = 6.0\webapps\axis\WEB-INF\classes
        create deploy.wsdd file
        execute: c:\> java = org.apache.axis.client.AdminClient deploy.wsdd

But all these were simple = deployments involving just one java class/program. What I need is to = deploy a little more complex java app. I dont know much about java and I = coded this program by seeing the API examples from the supported docs = and I cant tweak the code files and I have to deploy in the way I have = coded and it is working.

Class files:
        com\cybershift\apps\wfm3\sample\UpdatedWS.class=
        com\cybershift\server\layer\wfm3service\constants\WFM3= Attributes.class
lib:
        weblogic.jar
        wfm3ServiceClient.jar
        wfm3ServiceClientSample.jar

I tried coping them at different = places in the tomcat folder but nothing seems to be working. Could you = please please tell me exactly where to place these file to make it work. =

I'm using:
- JDK 1.6
- Axis 1.4
- Tomcat 6

Thanks in advance.

-Waqar

This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
delete this e-mail and destroy any copies. Any dissemination or
use of this information by a person other than the intended
recipient is unauthorized and may be illegal.

------_=_NextPart_001_01C80759.AAF8A73A--