RE: java web services and XML

2003-11-11 Thread Mark Tebong
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]



RE: java web services and XML

2003-11-10 Thread Mark Tebong
updated: 
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. 

This is my problem: 
I am trying to create web templates that use XML data, so that data and user interface 
are separate. I want to install something that can enable me to use XML in fulfilling 
this goal. Please help. 
If I am not very clear, please let me know so I can explain better.

Mk

-
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]



Re: java web services and XML

2003-11-10 Thread Christopher Schultz
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]