Re: multiple t hreads

2006-07-17 Thread Alan Meyer
ve used it on other projects but, alas, the sys admins hated the idea of running another daemon and I didn't want to fight with them. > This is all academic, since I think the original question was > something along the lines of "Does Tomcat actually work like an > app server should? w

Re: multiple t hreads

2006-07-17 Thread Alan Meyer
You can exec "java classname" or exec a shell script or batch file that starts the JVM. See: http://www.apl.jhu.edu/~hall/java/Exec.html Alan Alan Meyer [EMAIL PROTECTED] __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: Tomcat on a server

2006-07-17 Thread Alan Meyer
wn stack for automatically allocated variables and objects. Depending upon how your program is written however, it is possible for the threads to interfere with each other if they use any static variables - so you must use synchronization if it is required. Alan Alan Meyer [EMA