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

RE: Deploy a Web service with system properties

2004-03-04 Thread Shapira, Yoav
t;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.MySe

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"