Hi Anton,
Thats exactly what I am doing. I have even tried
Reader reader = r.getCharacterStream("field_name");
and then printing out the the char values of the stream same result
Its the most bizarre thing i have seen.
...and driving me insane! :(
Thanks for you help
Hans
-Original
Create a servlet that gets initialised on the context start up (you set that
up in web.xml),
Stick your code in the servlet's init() method
-Original Message-
From: Agarwal, Naresh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 2:28 AM
To: [EMAIL PROTECTED]
Subject: p
Hi,
I am yet again being haunted by character set problems and actually don't
have a clue what is happening here.
I have one web application and 2 servers.
Linux Server:
Red Hat Linux 2.4.18-14
JDK 1.4.2
Apache Tomcat/4.1.24-LE-jdk14
Postgres 7.2.2
Accessing the Database via JDBC, charSet=S
Hi,
I'm experiencing things directly from the twilight zone here!
I have a very basic html form. I submit the form to my tomcat application
running on port 8080,
and I retrieve the parameters just fine as exepected.
But, when running the application configured to use ajp13, IIS and the isapi
red
Simply install the isapi filter into iis and you can run Jsp/servlets in
conjunction with other asp sites.
Its the non-cludge solution!!
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html
It all good and well to suggest that we simply uninstall IIS and install
Apache but we oft
updateInfo.execute();
should be
updateInfo.executeUpdate();
-Original Message-
From: Kyle Lange [mailto:[EMAIL PROTECTED]
Sent: 25 March 2003 01:43
To: 'jsp'; 'Tomcat Users List'
Cc: [EMAIL PROTECTED]
Subject: RE: Cannot Update MYSQL Database
I think you probably need to do one of the
Hi ,
Thanks for the help.
Correct if i am wrong ,but getRemoteUser() simply returns the REMOTE_USER
cgi header. In windows 2000 which uses kerberos authentication that value is
set to null when IIS is set to use NT authentication?
I was under the impression that I would need to somehow decode the
Hi,
I have searched the archives and have not managed to find a decent answer
for this.
The users of an intranet are already logged into the windows domain.
I need to retrieve the currently logged in user name from my java web
application.
1) I am integrating IIS and tomcat using the isapi redire