Re: How to start web service application before the web client applic ation

2005-12-11 Thread QM
On Sun, Dec 11, 2005 at 07:00:25PM -0500, Vasudha Kini wrote: : I have both web service and web client application deployed to local host. : : How can I make tomcat load web service application before web client : application? 1/ run apps in separate Tomcat containers -- start the service app co

How to start web service application before the web client applic ation

2005-12-11 Thread Vasudha Kini
I have both web service and web client application deployed to local host. How can I make tomcat load web service application before web client application? Thanks in advance.