I have a java service which implements Start() Run() Stop() methods that I
want started everytime Tomcat starts. This class is part of a Tomcat
Webapp. Seems simple but how do I accomplish this? I am using 5.5.17 jdk
1.5.06
KR
--
View this message in context:
http://www.nabble.com/Java-class-
lina.out) where you
printed the message...you should have a good feel for where you stand.
Cheers,
- Pulkit
On 12/26/05, kjr_23 <[EMAIL PROTECTED]> wrote:
>
> I'm developing an application that will monitor a port on Tomcat 5.5.x and
> receive udp datagrams. I've got the cla
I'm developing an application that will monitor a port on Tomcat 5.5.x and
receive udp datagrams. I've got the class coded, but not sure if I've done
it correctly. I created a class with a main() method that runs the code to
read from whatever port I specify. Do I need to configure Tomcat to ope