How do I set up a jaxrpc service to have multiple endpoints?
For instance, I have three endpoints classes:
FooA
FooB
FooC
When installing them separately, I have no problems (each goes into
jaxrpc-Foo directory with corresponding Foo_Config.properties and web.xml
files). But when I want to have them as one jaxrpc service, this won't work.
In my new MainFoo_Config.properties, I have all the other
Foo_Config.properties, like
port0.tie..
port0.servant..
...
port1.tie..
port1.servant..
...
port2.tie..
port2.servant..
...
portcount=3
Is this even possible?
--
John L. Fjellstad, Software Engineer
ProdEx Technologies