RE: IE 5 on Mac is incompatible with TC 4?

2002-03-08 Thread Joe Laffey
be upgraded to work with them, bugs and all. My $0.02 -- Joe Laffey | Want to convert subnet masks between different LAFFEY Computer Imaging | notations, or figure the number of IPs in a block? St. Louis, MO | Whatmask-It's FREE - www.laffeycomputer.com/wm.html

Re: AW: IE 5 on Mac is incompatible with TC 4?

2002-03-08 Thread Joe Laffey
important than specs to most developers and definitely to most suits. I will now be quiet. I hope I haven't offended you or anyone on the Tomcat team. I think Tomcat is a good project. -- Joe Laffey | Want to convert subnet masks between different LAFFEY Computer Imaging | notations

Re: Preventing Proxy Servers From Hitting JSP Pages?

2001-06-29 Thread Joe Laffey
it is generated. Note that two clients COULD receive the same current time in millis due to the threading issues of servlets. This is not a problem unless you make it one. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement in Un*x

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread Joe Laffey
On Thu, 21 Jun 2001 [EMAIL PROTECTED] wrote: Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs) Heh.. That's a real intelligent way to fileter messages!! Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement

RE: Tomcat vs JServ

2001-04-19 Thread Joe Laffey
Tomcat. Has anyone done any real benchmarks? Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement in Un*x, but don't want to mess with sed? Try rpl. It's a free text replacement utility with source. http://www.laffeycomputer.com/rpl.html

Re: Tomcat vs JServ

2001-04-19 Thread Joe Laffey
you can do a lot with that. Most of my clients still use Jdk 1.1.x, and these are Fortune 500 companies! Don't knock tried and tested software. Also, the beauty of Open Source is that if you find a bug you can fix it yourself. I do this all the time (and submit the patch). Joe Laffey LAFFEY Computer

Re: Dates in Java

2001-04-06 Thread Joe Laffey
the syntax. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement in Un*x, but don't want to mess with sed? Try rpl. It's a free text replacement utility with source. http://www.laffeycomputer.com/rpl.html -- Check it out!

Re: Fuzzy Math

2001-04-04 Thread Joe Laffey
This script works fine under Rh 6.2 Apache 1.3.19 mod_jk JDK 1.3_fcs Tomcat 3.2 Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement in Un*x, but don't want to mess with sed? Try rpl. It's a free text replacement utility with source

Re: hashtables in session

2001-04-03 Thread Joe Laffey
most servlet engines will let you slide without this. However, it is a very bad idea to have any session object, especially a large one, not serializable. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement in Un*x, but don't want

Re: Confusing Problem with SQL Query in Tomcat

2001-03-27 Thread Joe Laffey
... Is preparedStatement.setString() buggy? It has always worked fine for me. Try adding some whitespace around your "?" in the string. I thought I remember encountering a problem when there were no spaces around the "?". I always add spaces just to be sure. Joe Laffey LAFFEY Computer I

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Joe Laffey
ot to do this for "maximum portability." The docs also say to read columns from left to right, which is why I suggested SELECTing actual columns in a know order instead of using *.) If you get this to work please let us know how. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Joe Laffey
at 0 or 1? I will try changing the query and using the column number... For some reason they start at 1. Note that this should be faster than the string anyway. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacement in Un*x, but don't want to

Re: Encrypting password

2001-03-13 Thread Joe Laffey
, you can create your own certificates but they'll be not signed by a h... certification authority. It will WORK without certificates, but the user will get big warning messages that something fishy is going on. This would scare off a large number of users (myself included). Joe Laffey LAFFEY

Re: Cache problem with IE

2001-03-13 Thread Joe Laffey
quot;no-cache");\ Mac, or PC? What version? IE Mac has a lot of cache problems. For one, it will not send a pragma: no-cache header to a proxy even when the user tries to do a super reload. This is a bug that I have reported multiple times. MS claims that this is correct behavior.. uh BS! Th

Re: Cache problem with IE

2001-03-13 Thread Joe Laffey
om the servlet. Have you tried telnetting to your box and issuing an HTTP request manually? Perhaps the headers are not actually getting set. This can happen if you send any output to the output stream before setting the headers. Joe Laffey LAFFEY Computer I

Re: Cache problem with IE

2001-03-13 Thread Joe Laffey
like max-age and expires. You may have your server configured to set these for the file. The browser may be using these instead. Turn off Expires for the directory or location in question. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- -

RE: Encrypting password

2001-03-12 Thread Joe Laffey
the password. Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Encrypting password

2001-03-12 Thread Joe Laffey
the password? I think the original poster said he/she could not use SSL (but I may be mistaken). Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Encrypting password

2001-03-12 Thread Joe Laffey
place. Like APOP... Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

www authentication FYI

2001-02-25 Thread Joe Laffey
t; instead of for the Realm specified in the header (because the header is not sent). I am sending this because I figure a lot of people are doing devlopment under Tomcat, but their servlets may be deployed using other servlet containers... Joe Laffey LAFFEY Computer Imaging St.

Re: Here you have, ;o)

2001-02-13 Thread Joe Laffey
Hehe... I love it when people send worms to mailing lists. I feel sorry for all the Outlook users... Joe Laffey LAFFEY Computer Imaging St. Louis, MO - - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: rs.next() problems with mm.mysql/JDBC 2

2001-02-12 Thread Joe Laffey
ode, but its a place to start. You would also want to check the return value of rs.next() to be sure there is actually something there! (Read The Friendly Manual on rs.next() if you are confused.) Joe Laffey LAFFEY Computer I

RE: Recommendations for JSP development tools?

2001-02-09 Thread Joe Laffey
On Fri, 9 Feb 2001, [iso-8859-1] Stefán F. Stefánsson wrote: JBuilder works well also. It's got Tomcat integrated into it. The free, open-source written-in-Java text editor named jEdit also works real nicely for editing JSPs. http://jedit.sourceforge.net/ Joe Laffey LAFFEY Computer Imaging

running as non-root/auto mode?

2001-01-30 Thread Joe Laffey
What is the easiest way to have tomcat startup at boottime running as user www? Also, can we now use the non-manual auto-startup mode that worked with ApacheJServ1.0? (Where Java starts up automagically)?? Thx, Joe Laffey LAFFEY Computer Imaging St. Louis, MO

Multiple tomcat processes

2001-01-24 Thread Joe Laffey
I could not find this in the faq... I launch Tomcat (3.2.1 under linux JDK 1.3) and I launches a bunch of processes. However, it does not appear that it is using the memory that it should if these were all independent processes. Are these just threads, or what? Thx, Joe Laffey LAFFEY Computer

Re: Recovering from oversize upload exception ?

2001-01-20 Thread Joe Laffey
want. IMHO, this should be included in the real package. Joe Laffey LAFFEY Computer Imaging St. Louis, MO - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: file upload servlet

2000-12-29 Thread Joe Laffey
I think that you can not mix parameters and file when you use MultipartRequest ( from Jason') to handle multipart/form-data. Regards, I have no problem mixing them. Be sure you have encoding="multipart/form-data" in your FORM tag. Joe Laffey St.

Re: can jsp handle multipart/form-data ?

2000-12-12 Thread Joe Laffey
... If you are insterested let me know. Joe Laffey LAFFEY Computer Imaging St. Louis, MO - With no walls or fences on the Internet, who needs Windows or Gates? -

Re: RES: multipart requests and file uploads problems on the Apachec onnection

2000-12-08 Thread Joe Laffey
with Tomcat). Though I mainly use Unix, it should work anywhere like most server-side Javastuff. Joe Laffey LAFFEY Computer Imaging St. Louis, MO - With no walls or fences on the Internet, who needs Windows or Gates? -

Re: writing jsp output to a file

2000-11-13 Thread Joe Laffey
r JSPs all get converted to servlets, which encapsulate the HTML portions of the JSP page into out.print() statements. If you had to do this a lot I bet you could hack a copy of Tomcat or GNUJSP pretty easily so that it did this be default. Joe Laffey LAFFEY Computer Imaging St.

/servlet under NT

2000-11-02 Thread Joe Laffey
httpd.conf). This worked fine. Is there some new way to do this with Tomcat? The way I am trying is more of a mod_JServ way. Thanks! Joe Laffey LAFFEY Computer Imaging St. Louis, MO - With no walls or fences on the Internet, who needs Windows or Gates? -