RE: Character Set Issues (windows vs. Unix)

2003-09-17 Thread Hans Liebenberg
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

RE: performing init operations in webapp

2003-09-16 Thread Hans Liebenberg
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

Character Set Issues (windows vs. Unix)

2003-09-16 Thread Hans Liebenberg
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

AJP,IIS - losing request parameters

2003-04-01 Thread Hans Liebenberg
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

RE: Tomcat and IIS

2003-03-27 Thread Hans Liebenberg
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

RE: Cannot Update MYSQL Database

2003-03-25 Thread Hans Liebenberg
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

RE: Windows 2000 Authentication Integration

2003-03-24 Thread Hans Liebenberg
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

Windows 2000 Authentication Integration

2003-03-24 Thread Hans Liebenberg
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