Hi,
As I understand application scope deployment guarantees that
I will have only one instance of my service. Is there a way to
specify this intance ? I mean I don't want Axis to create the
object when the first call arrives, but I want to make an instance
earlier, than make Axis to use that one. My goal is to have exactly
one instance of this class in the JVM.
An other solution would be to let Axis create the object, but
then I want that object created as soon as the webserver starts,
and not just upon the first request.
Somebody suggested to make a fake request to Axis, like the ?WSDL
option, but this is not feasible for me.
If you have some tips, they are most welcome, Geza