Re: JVM Question

2004-04-01 Thread Gareth Western
Miller, Janet wrote: I am new to Axis and Web Services. I want to have two Web Services available to consumers. I also want to have another main Java process running all the time. Can the Web Services be set up so that they are threads running under the main Java process or do they have to be s

JVM Question

2004-04-01 Thread Miller, Janet
I am new to Axis and Web Services. I want to have two Web Services available to consumers. I also want to have another main Java process running all the time. Can the Web Services be set up so that they are threads running under the main Java process or do they have to be separate JVMs? I will