I am sorry I forgot to mention you creating a connection profile for the servers. In fact that was the point where I struggled with. File>New>Connection Profiles>Connection Profile and add one server impl.
In case you need it urgent, I also attached the .deploy file. On 8/16/07, Anne Racel <[EMAIL PROTECTED]> wrote: > > Thanks. I read it. I also saw the comment here > (http://cwiki.apache.org/CXF20DOC/cxf-tools-in-eclipse.html) that said > that that tutorial was out of date, so I both read the document and > viewed the referenced flash-like movie on the tools page. In both > cases, you're to create the Deployment file (File/New/Other/SOA > Tools/Deployment Profile), go to the Configuration tab, then 'Add > Target'. Unfortunately, when I try to add a target, the list only shows > an empty Tomcat folder, even though I've added 2 Tomcat servers (mind > you, those servers show up on every other menu that they're supposed > to). I figured it would take me longer to figure out why the server > weren't showing up than to hand jam the xml - formatted .deploy file. > But I can't find the syntax for the file, so I can't modify it. > > -----Original Message----- > From: Mustafa Egilmezbilek [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 16, 2007 1:19 PM > To: [email protected] > Subject: Re: deployment on eclipse {cxf newbie} > > You can get it free if you read this article: > http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-soatp.html > > Hope it helps. > > > On 8/16/07, Anne Racel <[EMAIL PROTECTED]> wrote: > > > > Where can I find the syntax for the eclipse .deploy file? I can't get > > the system to recognize the servers I have installed, so I thought I'd > > manually add the information. > > > > > > -- > Mustafa Egilmezbilek > -- Mustafa Egilmezbilek
<?xml version="1.0" encoding="UTF-8"?> <deployFile:Root xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:deployFile="http://www.eclipse.org/stp/models/deploy/deployfile" name="deploy" description=""> <package packageFile="wsdl/me.wsdl"> <targetConfiguration targetServer="Tomcat 5.5.23"/> </package> <server targetingConfiguration="//@package.0/@targetConfiguration.0" profileName="Tomcat 5.5.23"/> </deployFile:Root>
