Re: Scripts

2004-12-22 Thread Ben Souther
try: %! public String test(){ return test; } % Note the exclamation point in the tag.. On Wed, 2004-12-22 at 14:05, Charles P. Killmer wrote: I am trying to write a function in a script file and having a lot of trouble. % function String test() { return test; }

Re: Scripts

2004-12-22 Thread Wade Chandler
Charles P. Killmer wrote: I am trying to write a function in a script file and having a lot of trouble. % function String test() { return test; } out.print(test()); % Is there a way to do this without using a class? Also along these lines would something like this be possible. % function

RE: Scripts

2004-12-22 Thread Charles P. Killmer
this test function? Thank you Charles Killmer -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 1:10 PM To: Tomcat Users List Subject: Re: Scripts try: %! public String test(){ return test; } % Note the exclamation point

RE: Scripts

2004-12-22 Thread Ben Souther
Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 1:10 PM To: Tomcat Users List Subject: Re: Scripts try: %! public String test(){ return test; } % Note the exclamation point in the tag.. On Wed, 2004-12-22 at 14:05, Charles P

Re: scripts for Workers

2004-07-06 Thread Pete Stokes
If you are talking about workers on the same machine, simply hit each startup.sh et al in turn. If you are talking about workers on many different machines : (On a central PC) Do an array of server IP's with a common username (i.e. tomcat) - (and tomcat directory - i.e. /usr/local/tomcat). The