I don't have an answer offhand, but some google searching on using your particular servlet container and/or application server with https should be sufficient to get you started. The application code itself shouldn't require anything in particular in order to support https. For something like tomcat, you can just put it behind an apache instance, although I believe tomcat can also support openssl based sockets via the tomcat native library. That should even allow you to use hardware acceleration for ssl.
--sam On 4/4/06, Detlef Schulze <[EMAIL PROTECTED]> wrote: > ... should mention that I'm still on T3 ... > > -----Original Message----- > From: Detlef Schulze > Sent: 04 April 2006 20:25 > To: Tapestry users > Subject: https > > Hi everyone, > > I have two websites that need to work (partly) with https. How can I use > https with tapestry? It used to be so simple with WebObjects ;-) > > > Tia, > Detlef > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
