RE: Starting an .exe though out of a servlet

2003-01-13 Thread Ricardo_Bosch
try using an absolute path. Also not that there is an output and error stream which you are not aquireing that may have more detailed information. -rickb -Original Message- From: Patrick Kosiol [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:58 AM To: Tomcat Users List

RE: reading forms

2003-01-09 Thread Ricardo_Bosch
the logic probably has to do with what order the browser decides to send. rickb -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:40 AM To: [EMAIL PROTECTED] Subject: reading forms is there a way to specify the order of the parameters

RE: Need to start standalone application

2003-01-08 Thread Ricardo_Bosch
look into rmi activation or creating your editing the startup.sh script. -Original Message- From: Prakash Venkatesh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:21 AM To: [EMAIL PROTECTED] Subject: Need to start standalone application Hi, I need to start an standalone

RE: Log on Tomcat

2003-01-08 Thread Ricardo_Bosch
try tail -f catalina.out that may be what you are looking for. Dont know about tail on window$ -rick -Original Message- From: Lindomar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:44 AM To: Tomcat Users List Subject: Log on Tomcat Hi everybody! Is it possible put

RE: JSP Question

2003-01-08 Thread Ricardo_Bosch
I may be referring to an oldschool version of tomcat but the include directive occurs during compilation, not execution. So to do what you want you'd have to say % if(goo){% %@ include file=filenameA % % }else{ % %@ include file=filenameB % % } % or do your thing

RE: Sharing data between servlets

2003-01-07 Thread Ricardo_Bosch
are they in the same webapp? your best best may be to create a singleton which acts as a datastore and both the servlets can access -rick -Original Message- From: Lars Preben S|rsdahl Arnesen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 2:54 PM To: [EMAIL PROTECTED]