Deploy a Web service with system properties

2004-03-04 Thread Quinn Cao
Could someone give me some help on this?

I have a service which is started up with the system
properties as following:

java -DLogFileDir=c:\test\logs -DDataSource=MyDataSource com.bambi.MyService

Now I need to convert the above service into a web service by using soap
under Tomcat. My question is: How do I specify the system properties when
I deploy the service in soap?


Thanks.

Quinn


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Deploy a Web service with system properties

2004-03-04 Thread Quinn Cao
Thanks.

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 9:15 AM
To: Tomcat Users List
Subject: RE: Deploy a Web service with system properties



Hi,
You can at any point in any of your classes use
System.setProperty(LogFileDir, c:\test\logs)...

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Quinn Cao [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 10:10 AM
To: [EMAIL PROTECTED]
Subject: Deploy a Web service with system properties

Could someone give me some help on this?

I have a service which is started up with the system
properties as following:

java -DLogFileDir=c:\test\logs -DDataSource=MyDataSource
com.bambi.MyService

Now I need to convert the above service into a web service by using
soap
under Tomcat. My question is: How do I specify the system properties
when
I deploy the service in soap?


Thanks.

Quinn


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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