Re: SSLEnabled attribute in embedded Tomcat6.0

2008-05-12 Thread swati jain
On 5/13/08, swati jain <[EMAIL PROTECTED]> wrote: > > > hi > For this we need to set one more parameter and change the some property > names as well. The final code will look something like :- > > IntrospectionUtils.setProperty(this, "port", "" + port); > IntrospectionUtils.setProperty(this, "addre

Re: SSLEnabled attribute in embedded Tomcat6.0

2008-05-12 Thread swati jain
hi For this we need to set one more parameter :- IntrospectionUtils.setProperty(this, "SSLEnabled", "true"); Thanks all of you for the support Regards, Swati On 5/12/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Have you upgraded the version as now it is more than 6.1 > check &let me kn

Re: SSLEnabled attribute in embedded Tomcat6.0

2008-05-12 Thread vishvanathani
Have you upgraded the version as now it is more than 6.1 check &let me know thanks Vishvanathan Quoting swati jain <[EMAIL PROTECTED]>: > hi > Please tell me a way to configure SSL environment using embedded tomcat 6.0 > > I have tried it using Embedded tomcat 5.5.9 and it accepts the https > r

SSLEnabled attribute in embedded Tomcat6.0

2008-05-12 Thread swati jain
hi Please tell me a way to configure SSL environment using embedded tomcat 6.0 I have tried it using Embedded tomcat 5.5.9 and it accepts the https requests. But when trying to run the same code using embedded Apache tomcat 6.0, it doesnt accepts https requests. When I debugged it, I found that n

SSLEnabled attribute in embedded Tomcat6.0

2008-05-12 Thread swati jain
hi Please tell me a way to configure SSL environment using embedded tomcat 6.0 I have tried it using Embedded tomcat 5.5.9 and it accepts the https requests. But when trying to run the same code using embedded Apache tomcat 6.0, it doesnt accepts https requests. When I debugged it, I found that n