RE: Input from a FORM - encoding problem

2002-02-18 Thread Arnold Shore
I'm using something like the ff, which works for me with IE6 and IIS: FORM ACCEPT-CHARSET=UTF-8 METHOD= ... Arnold Shore Annapolis, MD USA -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 8:45 AM To: Tomcat Users List Subject: Input

RE: Input from a FORM - encoding problem

2002-02-18 Thread Arnold Shore
into a database, with subsequent retrieval and display. Works correctly for the stuff I've tried. Arnold Shore Annapolis, MD USA -Original Message- From: Attila Szegedi [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 9:39 AM To: Tomcat Users List Subject: Re: Input from a FORM

RE: Getting started with Tomcat

2001-12-07 Thread Arnold Shore
With that symptom, I inserted the SET directives for both of these in the startup.bat file instead, and it worked. I suppose my autoexec.bat is screwed up, but I'm not going to troubleshoot that. Arnold Shore annapolis, MD USA -Original Message- From: Saqib Shaikh [mailto:[EMAIL

JDBC Driver - MS Access

2001-12-27 Thread Arnold Shore
Folks, Sun's site has no reference to a driver for subject db, and I've found only one source atinav. Any recommended free ones out/in there/here? Thanks, all. Arnold Shore Annapolis, MD USA -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

RE: can anyone help

2002-01-02 Thread Arnold Shore
-proof - even idiot-proof!) Arnold Shore Who Finally Got It Working in Annapolis, MD USA -Original Message- From: lmarcus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 7:39 AM To: Tomcat Users List Subject: Re: can anyone help You have tomcat in the wrong directory. Here

RE: How is your knowledge on TomCat??????

2001-05-03 Thread Arnold Shore
TomCat relies on a web server's availability, which Netware isn't. (Which might explain the lack of response, til this.) Look into whatever web server might be available - start there. Arnold Shore Annapolis, MD USA -Original Message- From: Christian Hargraves [mailto:[EMAIL PROTECTED

JSP/ASP Coexistance

2001-05-05 Thread Arnold Shore
I DID RTFM, but saw nothing that answered the following basic/newbie question: On both IIS/ASP and PWS/ASP environments, can subject sets of pages both be handled? (I.e., would foo.asp and foo.jsp each be fielded appropriately per the file extension?) Thanks, folks. Arnold Shore Annapolis, MD

RE: Install Tomcat on Wíndows 95

2001-05-20 Thread Arnold Shore
Naeem, thanks so much. But there's line wraps that screw things up for us new kids on this particular block. Could I trouble you to maybe attach your autoexec.bat so that it's clear? Thanks again, Arnold Shore Annapolis, MD -Original Message- From: Naeem Malik [mailto:[EMAIL

ISAPI dll Download URL

2001-05-23 Thread Arnold Shore
Sorry for the bother, but the basic links to binary Tomcat downloads appears circular. Will appreciate subject URL. Thanks, all. Arnold Shore Annapolis, MD USA

List Server URL?

2001-06-02 Thread Arnold Shore
Sorry to bother all, but would someone pls provide? as

Tomcat vs. Jigsaw

2001-06-03 Thread Arnold Shore
Any thoughts here re a comparison? I understand that Jigsaw was always designed to be a research platform rather than a production-quality server as is Tomcat, but I'm interested in any comparison of the products themselves in terms of capabilities. Thanks, folks. Arnold Shore Annapolis

RE: Need some info about jsp/jscript

2001-06-12 Thread Arnold Shore
A good book is mandatory, IMO. Then, if you're running Windows, find and install Jscript5.chm as an online reference. I find it, plus other MS ...chm's invaluable. as -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Sent: Tuesday, June 12,

newbie: Sample autoexec.bat, pls?

2001-06-17 Thread Arnold Shore
foundations is right - so as to further bother you all the least. Thanks, all. Arnold Shore Confused in Annapolis, MD USA

RE: newbie: Sample autoexec.bat, pls?

2001-06-17 Thread Arnold Shore
Tnx, Luba. Now, re the sample autoexec.bat file I'd asked for: can provide? as -Original Message- From: Luba Powell [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 9:07 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: newbie: Sample autoexec.bat, pls? Not a problem.

RE: TOMCAT SUCKS

2001-06-27 Thread Arnold Shore
for developers and users. See some W3C discussion on this topic. Yep, there's a lot of natural enthusiasm here. But that doesn't change the nature of the beast, and it sounds like you've made a bad choice for your environment. A shame, really, but hardly the fault of the Tomcat crew, IMO. Arnold Shore

RE: JRUN really SUCKS (was TOMCAT SUCKS)

2001-07-01 Thread Arnold Shore
Re ... It replaced JRUN some time ago (which really SUCKS by the way) ... Peter, can share your thoughts here re exactly how? We're looking at a few JSP engines, and am really short of eminformed/em opinions. Thanks. Arnold Shore Annapolis, MD USA -Original Message- From: [EMAIL

RE: UTF-8 Sending Euro symbol to Servlet in Form data.

2003-02-17 Thread Arnold Shore
From a lurker: Maybe it's simply the form's default charset value that's the pblm. I've been able to get all UTF8 stuff (into an ASP app'n) by casting the charset as utf8 wherever it applies, including page and form. Arnold Shore Annapolis, MD USA -Original Message- From: THG [mailto

RE: UTF-8 Sending Euro symbol to Servlet in Form data.

2003-02-18 Thread Arnold Shore
Sure. They're as follows: FORM ACCEPT-CHARSET=UTF-8, US-ASCII name='Msgform' METHOD=POST action='Newmsg1.asp' ENCTYPE=MULTIPART/FORM-DATA and HTML META HTTP-EQUIV=Content-Type CONTENT=text/html; charset=UTF-8 head HTH, Arnold Shore Annapolis, MD USA -Original Message- From: Andoni