hi.

I have used the seach function in the forums but couldnt find an answer to my question.

I have configured jboss-3.2.1_tomcat-4.1.24 to use ssl.
It works fine. The problem is when i change the connector ( from catalina to coyote 
)in the tomcat configuration file:

from:


           
     


to

className="org.apache.coyote.tomcat4.CoyoteConnector"
                port="443" minProcessors="5" maxProcessors="75"
                enableLookups="true"
                acceptCount="100" debug="0" scheme="https" secure="true"
                useURIValidationHack="false" disableUploadTimeout="true">
           
     


the exception is 

15:49:34,994 ERROR [EmbeddedCatalinaService41] Starting failed
LifecycleException:  Protocol handler initialization failed: 
java.io.FileNotFoundException: C:\Documents and Settings\user\.keystore


if instead of using the SecurityDomainName y add the atributes 
keystoreFile and keystorePass to the factory  it works fine, but i want to configure 
this only in the jboss configuration file 
(\jboss-3.2.1_tomcat-4.1.24\server\default\conf\jboss-service.xml) not here.


Any ideas why the securityDomainName is not working with the coyote connector?


thanks in advance


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824778#3824778";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824778>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to