Re: [appfuse-user] Appfuse/Jetty SSL configuration

2007-07-07 Thread mbrz2477
So here is what I did to get SSL to work with Jetty. 1) Generate a certificate with the JDK keytool: $JAVA_HOME/bin/keytool -keystore keystore -alias jetty -genkey -keyalg RSA It will put the keystore file in the $JAVA_HOME/bin directory, but certainly you can move it to anywhere on the server

Re: [appfuse-user] Appfuse/Jetty SSL configuration

2007-07-07 Thread Matt Raible
AppFuse shouldn't need anything special for SSL. I've configured Tomcat with SSL before, but not Jetty. Sorry I can't be of more assistance. Please post your findings if you figure out how to do it. Matt On 7/5/07, mbrz2477 <[EMAIL PROTECTED]> wrote: Any ideas guys? mbrz2477 wrote: > > I'm w

Re: [appfuse-user] Appfuse/Jetty SSL configuration

2007-07-05 Thread mbrz2477
Any ideas guys? mbrz2477 wrote: > > I'm wondering if there is a good site out there that describes how to > setup SSL with Appfuse/Jetty. I found this link through Google: > http://docs.codehaus.org/display/JETTY/How+to+configure+SSL, but I'm > unsure as to which file I should be editing in St

[appfuse-user] Appfuse/Jetty SSL configuration

2007-07-03 Thread mbrz2477
I'm wondering if there is a good site out there that describes how to setup SSL with Appfuse/Jetty. I found this link through Google: http://docs.codehaus.org/display/JETTY/How+to+configure+SSL, but I'm unsure as to which file I should be editing in Step 4 or if there are any special configuratio