Thank you Chris. But I think that doesn't help me go forward. OK, now that I have Tomcat already installed and running, and I want to add these services (JWS) to the existing one, how do I go about configuring the existing tomcat to work with the installed packages, and how do I get rid of the new installed tomcat that came with JWSDK?
-----Original Message----- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 9:25 PM To: Tomcat Users List Subject: Re: java web services and XML Mark, > I installed Sun's java web services in order to parse XML and work > with XML. Unfortunately, it installs a copy of TOMCAT, even though I > already have one installed and working right. The issue is it is a > developer pack, and cannot be used for production. If you are talking about the Java Web Service Development Kit (JWSDK), then it's just called a development kit because it comes with tools as well as libraries. Most (all?) of the tools are only required for a development environment (i.e. code generation), while there are runtime libraries that can be included with your application without the whole JWSDK install. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
