How to make Tomcat serve text documents with non-Latin1 characters in their names?

2002-08-29 Thread ahmet dalli
Hi all, I need to have Tomcat serve text documents whose names include characters of the ISO-8859-9 charset. When i put such a text document(ending with .txt) in a directory and browse the directory contents with Tomcat, the document is displayed but after i click the link to browse that

Re: Tomcat Realms with Digested Passwords -Urgent- ( A little longish...)

2002-08-28 Thread ahmet dalli
require you to turn off digest in the realm. You can also increase the debug level in the realm and see what the log files say. Hope this helps, Rick - Original Message - From: ahmet dalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 3:14 AM

Tomcat Realms with Digested Passwords -Urgent- ( A little longish...)

2002-08-27 Thread ahmet dalli
Hi all, I am trying to use JDBCRealm to store user login information in an oracle database. I am working on a Windows2000 machine, using jdk1.4, and Tomcat4.0.4. In server.xml, i have this configuration: ^^ Realm

Tomcat4.04+Oracle8i(8.1.7)+JDBC/OCI HOWTO(some hints...)

2002-07-05 Thread ahmet dalli
Hi all, Here is what i learned from two days trying to access an Oracle8i database using OCI driver. 1)In order to use OCI driver, you should have an Oracle client installed. Suppose you have installed Oracle8i(8.1.7) client from cd, and now you go to otn(otn.oracle.com) and download the

Connection to 8.1.7 Database Fails With JDBC/OCI8 Driver: UnsatisfiedLinkError

2002-07-04 Thread ahmet dalli
Hi, I tried to connect to an Oracle8i(8.1.7.0.0) database from a servlet using OCI Driver(8.1.7.1 for JDK 1.2). A ServletException was thrown with a root cause of java.lang.UnsatisfiedLinkError: get_env_handle. The same program runs without an error using thin driver. I have Oracle8i client