Re: cant make tomcat accept https

2007-11-07 Thread Yavuz Kavus
In tomcat documentation says that if your keystore file in your home directory there is no need to specify keystoreFile in your configuration file. i solved problem by deleting tcnative-1.dll. now it is okey, but when server starts, this time apr is not working. i should think pros and cons : )

Re: cant make tomcat accept https

2007-11-07 Thread Mark Thomas
Yavuz Kavus wrote: In tomcat documentation says that if your keystore file in your home directory there is no need to specify keystoreFile in your configuration file. i solved problem by deleting tcnative-1.dll. now it is okey, but when server starts, this time apr is not working. i should

cant make tomcat accept https

2007-11-06 Thread Yavuz Kavus
hi, everbody. i am working newspaper daily view project. we will make our costumers member of site. so we want to take their information with https protocol. i have been trying to make tomcat accept https request on 8443, but i have failed so far. step by step what i do are: 1 ) C:\Documents

Re: cant make tomcat accept https

2007-11-06 Thread Gabe Wong
Yavuz Kavus wrote: 2) and i uncommented the part related to https as: Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=true disableUploadTimeout=true acceptCount=100 scheme=https