Hi moch:
    What's the endpoint of your service (web service?)?

    I think the overhead is to create the endpoint.

    If it is a servlet, you can make it load-on-startup by the web.xml.

    If ejb or other java class, especially .jws, I have no idea.

    Maybe you can try to use a servlet which is load-on-startup to load the
service once at startup.

    Rgds!

                                                       Gerry Gao
----- Original Message -----
From: "moch" <[EMAIL PROTECTED]>
To: "axis-user" <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 23:32
Subject: How to load a Service at startup


> Hi all
>
>     I want to startup a service as tomcat is started, because the first
time to call a service seems to init a service
> instance and always take several secends.
> How can I do this using axis+tomcat?
>     Anybody can help me? Thanks.
>

Reply via email to