Re: tomcat and wbs

2005-11-16 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm not really an axis specialist, so I guess you might want either post a new topic on this list, or post a question onto the axis-user list. regards, - -reynir Michael Niemaz wrote: > Hi and thanx again. > I played a lot with the listener an

Re: tomcat and wbs

2005-11-16 Thread Michael Niemaz
Hi and thanx again. I played a lot with the listener and also the tag. Both lead me to this question: Is Axis keeping a reference of the according web service that I could reach? The reason is I can't instanciate 'yourService' from the listener because obscur reasons ;-) So I wonder if there was

Re: tomcat and wbs

2005-11-15 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, you need to insert something like this : com.your.package.YourContextListener your servlet class might look something like this : import javax.servlet.*; public final class MyContextListener implements ServletContextLi

Re: tomcat and wbs

2005-11-15 Thread Michael Niemaz
Thanx Reynir, it helps ... although I wouldn't mind if you could give me more details ;-) I have many web services that are initialised only when invoked the first time. I must admit that this init part looks a bit confused to me. Any example based on servlet or singleton would be very much appr

Re: tomcat and wbs

2005-11-15 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 there are several implementations of webservices available. the one most successfull is axis from apache, you should read all about it on the axis website.. http://ws.apache.org/axis/ of course it dependes on what you are going to do, but starting som

tomcat and wbs

2005-11-15 Thread Michael Niemaz
Hi all, Could someone explain me or point me to an explanation of how tomcat initialize web services? I'd like to initialize them automatically at tomcat start-up instead of just before their invocation. Thanx, --mike - T