Filter IP

2006-07-13 Thread ngolehung84
Hi, How can I configure the Tomcat to filter the IP that can access my web site? Thanks, Hung. -- View this message in context: http://www.nabble.com/Filter-IP-tf1938118.html#a5310734 Sent from the Tomcat - User forum at Nabble.com.

Configure SSL

2006-06-14 Thread ngolehung84
Hi, I have configured my web site to use SSL successfully. But, the client can access my website from 2 URL with 2 protocol Http and Https For example: The client can access my website with: http://localhost:8080/mysite/ https://localhost:8443/mysite/ Now, I want to configure Tomcat to allow

RE: Configure SSL

2006-06-14 Thread ngolehung84
But if I have 2 site: http://localhost/site1/ http://localhost/site2/ and I want only site1 use SSL, site2 does not! So what must I do? Thanks in advance! Hung. -- View this message in context: http://www.nabble.com/Configure--SSL-t1787438.html#a4876499 Sent from the Tomcat - User forum at

Tomcat5_APR Problems!

2006-03-27 Thread ngolehung84
Hi, I'm using APR with Tomcat 5. Now I just use the tcnative-1.lib included APR OpenSSL. Today, I have a assigment to customize OpenSSL algorithms, then I must reconfigure Tomcat 5 to use APR, Openssl separately. I don't know how to do it, the Tomcat documents don't mention anything about this

Re: SSL

2006-03-22 Thread ngolehung84
Thanks, I saw APR, but in the Tomcat Documentation I can't find the doc which tell how to configure Tomcat with OpenSSL ( just some guide lines!:( ). Now I want to customize the cipher algorithms, can I do this with OpenSSL? How can I configure Tomcat to use OpenSSL? Thanks in advance! Hung. --

RE: SSL

2006-03-22 Thread ngolehung84
I have saw that file http://tomcat.apache.org/tomcat-5.5-doc/apr.html: The server.xml file Connector port=443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100

Re: SSL

2006-03-22 Thread ngolehung84
Thank you very much!! I have configured successful!! -- View this message in context: http://www.nabble.com/SSL-t1318762.html#a3534884 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED]

SSL

2006-03-21 Thread ngolehung84
Hi, I have read the source of Tomcat 5 but I can't find where the code implementing some algorithms( RSA, RC4, .). Where can I get the algorithm list and the implementation of above algorithms. thanks, Hung. -- View this message in context: