RE: Deploy a Web service with system properties

2004-03-04 Thread Quinn Cao
, "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 someo

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 i