Java class as a Tomcat Service

2006-05-15 Thread kjr_23
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-

RE: UDP Server app

2005-12-26 Thread kjr_23
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

UDP Server app

2005-12-26 Thread kjr_23
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