Re: Runtime command in jsp

2001-08-13 Thread Beth Kelly
1. exec commands are Strings. 2. arguments are in an array. 3. your program should not even compile. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Ramachandran, Sudhir [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 3:47 PM

Re: Using Tomcat with MSAccess

2001-08-09 Thread Beth Kelly
Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: William Kaufman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 7:14 AM Subject: RE: Using Tomcat with MSAccess snip / .equals(passwd) rather than

Re: Tomcat Server Setup question

2001-08-09 Thread Beth Kelly
Set the JAVA_HOME variable within the tomcat.bat file. That may be a hack, but thats the way I did it. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Michael Reeves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 3:07 PM

Re: Servllet

2001-08-06 Thread Beth Kelly
Maybe do a sleep instead of busy waiting (looping takes up too much cpu time). Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 4:10 AM Subject: RE: Servllet

Re: JDBC Realms

2001-08-06 Thread Beth Kelly
You could store the password in the session. When the user changes his or her password, just update the session information. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

Re: JDBC Realms

2001-08-06 Thread Beth Kelly
Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 6:13 AM Subject: RE: JDBC Realms You could store the password in the session. When the user changes his

Re: mod_jk.so unable to compile, please help. Urgent

2001-08-06 Thread Beth Kelly
Funny signature! Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: raghu [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Monday, August 06, 2001 7:01 AM Subject: mod_jk.so unable to compile, please help. Urgent ../jk/jk_jni_worker.c:67:

Re: JDBC Realms

2001-08-06 Thread Beth Kelly
Actually, I see why you would not want the passwords in memory. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 12:13 PM Subject: RE: JDBC Realms Advantage:

Re: Is someone attempting to hack my server's tomcat 3.2.3?

2001-08-05 Thread Beth Kelly
They are trying to exploit a buffer overflow bug in IIS. They keep trying to do the same thing to me, but I am not running IIS or have it installed. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Kasnol (2001) [EMAIL PROTECTED] To: [EMAIL

Re: Servllet

2001-08-05 Thread Beth Kelly
How about running an application that periodically posts to the servlet? Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Usul Chandra [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, August 04, 2001 8:29 PM Subject:

Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
Aug 2001, Beth Kelly wrote: I have read that a million times, but that field is not in the header either. I notice you keep writing it as referrer in your emails, however the proper spelling fr the -header- is referer - one r :) Note: that sometimes there won't be a referer... --Dg Kyle

Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
Subject: RE: Is there a way to get the Referrer information from a request? What did you do to make it work? -Original Message- From: Beth Kelly [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 8:46 PM To: [EMAIL PROTECTED] Subject: Re: Is there a way to get the Referrer

Re: Is there a way to get the Referrer information from a request?

2001-08-03 Thread Beth Kelly
I am using an apache server. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 3:18 PM Subject: Re: Is there a way to get the Referrer information from a request?

Re: Tomcat/4.0-b6: ERROR reading java.io.FileInputStream

2001-08-03 Thread Beth Kelly
java.io.FileInputStream Beth Kelly wrote: Is the JAVA_HOME variable set? Yes. cyril@wyvern:~/p4/phoenix/main/build echo $JAVA_HOME /export/home/cyril/p4/java/sunos-sparc/1.4b I get Catalina to start, it appears to break when reading my web.xml file. Regards, - Original Message - From: Cyril

Re: Tomcat/4.0-b6: ERROR reading java.io.FileInputStream

2001-08-03 Thread Beth Kelly
Message - From: Cyril Bouteille [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 9:07 AM Subject: Re: Tomcat/4.0-b6: ERROR reading java.io.FileInputStream Beth Kelly wrote: Line 25 of the servlet code may contain the answer to your problem. I believe the line number

Re: Application Server

2001-08-03 Thread Beth Kelly
Format page. You can also set this on each message, by selecting the Format/Plain Text menu. -- Bill K. -Original Message- From: Beth Kelly [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 4:21 PM To: [EMAIL PROTECTED

Re: Tomcat/4.0-b6: ERROR reading java.io.FileInputStream

2001-08-03 Thread Beth Kelly
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 11:10 AM Subject: Re: Tomcat/4.0-b6: ERROR reading java.io.FileInputStream Beth Kelly wrote: For some reason your classloader cannot load the class FileInputStream. The classpath may be wrong or some other path

Re: TOMCAT and Apache

2001-08-03 Thread Beth Kelly
The apache server is a more robust server, and therefore should be used for static pages. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: alexus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 10:20 AM Subject: TOMCAT and

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Beth Kelly
] Sent: Thursday, August 02, 2001 3:20 PM Subject: Re: Is there a way to get the Referrer information from a request? On Thu, 2 Aug 2001, Beth Kelly wrote: I have read that a million times, but that field is not in the header either. I notice you keep writing it as referrer in your emails

Re: Is there a way to get the Referrer information from a request?

2001-08-02 Thread Beth Kelly
I have read that a million times, but that field is not in the header either. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Corey A. Johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 3:05 PM Subject: Re: Is there a