Re: Cleint Side Certificates

2004-12-24 Thread Julian W H Osborne
Chris wrote: You need to pass the truststore in as a JVM arguement. Do a search on the list for SSL. The exact parameters should be in there. Hmmm, why do you need to do this? Surely to get client authentication you don't need to start passing extra parameters to Tomcat? Have been trawling

windows-1251 (Russian encoding)

2004-12-24 Thread
Good day. Sorry for my English, I'll try to explain. I'm using Tomcat to construct site (using JSP) that extract data using SQL from DB Server. But I have trouble. Some information from DB written using character encoding windows-1251. After SQL request I retrieve information like ??? ?

RE: windows-1251 (Russian encoding)

2004-12-24 Thread Amit Gupta
What DBMS are you using? MySQL/Oracle/SQL server? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 2004 4:27 PM To: tomcat-user@jakarta.apache.org Subject: windows-1251 (Russian encoding) Good day. Sorry for my English, I'll try to

Re: windows-1251 (Russian encoding)

2004-12-24 Thread
DBMS Sybase ASE Enterprise 12.5 I'm using Sybase SQL Server. SQL Advantage transfer correct informatio. So I suspect that Tomcat using his own JDBC driver. I checked ODBC Data Source - there all okey. Data Source is correct. - Original Message - From: Amit Gupta [EMAIL PROTECTED]

[ANN] JK 1.2.8 Released

2004-12-24 Thread Mladen Turk
The Apache Jakarta Tomcat team is proud to announce the immediate availability of Jakarta Tomcat Connectors 1.2.8. This new release has passed the very rigorous release process with four beta versions released. Please see the http://jakarta.apache.org/tomcat/connectors-doc/changelog.html for a

Re: windows-1251 (Russian encoding)

2004-12-24 Thread Siarhei Dudzin
Maxim, Try to check with your DB server whether it supports characterEncoding parameter (or similar). Then in the URL that yo uuse to connect to DB server you can use the following (example is for MySQL server): useUnicode=truecharacterEncoding=Cp1251 the whole line would look like this: Connect

Oracle 9i client connection to 8i database

2004-12-24 Thread Brad Rhoads
We have an (struts) app that talks to an Oracle 8i database. Our latest installation wants to run the app on Fedora Core 2. I couldn't get the Oracle 8i client install, so I installed the 9i client. With the 9i client, you have to use a service_name instead of a sid in the connection. Normally

Embedded tomcat without any config on disk

2004-12-24 Thread Iwan Vosloo
Hi there. I am trying to start an embedded tomcat instance, but I would like to supply it with a servlet to run, and supply no config files and directories etc. I am following the example at http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html, and the mail:

Tomcat and SSL : Want Client Authentication but not Server Authentication

2004-12-24 Thread Onkar Singh
Hi , I want Client ( Web Browser) to be authenticated and not the Server ( Web Server). Is it possible to achieve or not because as far as i know JSSE and Claymore' PureTLS (SSL implementations) both make Server authentication mandatory !! Thanks

Context not auto-reloading

2004-12-24 Thread Ryan Stewart
I have the following context file in conf\Catalina\localhost, but get no reloading on change of webapp contents. Can someone point out what I'm doing wrong? Context docBase=C:\Projects\webStats\target path=webStats reloadable=true backgroundProcessorDelay=2 /Context