can't seem to migrate this app over to a new server

2010-03-24 Thread joon yoo
We're in the process of extricating ourselves from a host who developed and managed our app through their own hosted server. In attempting to move the app over to a server under our control: Tomcat 5.5.28 w/ admin package java 1.5.0_28 Windows 2003 R2 all they gave me was a zipped up directory

Re: can't seem to migrate this app over to a new server

2010-03-24 Thread Peter Crowther
The SSL configuration for a Tomcat 5.5 server is described at http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html. To quote from the top of that file, this assumes you're not using APR (Apache Portable Runtime). APR is not the default configuration as I recall - if you don't know that you are

Re: can't seem to migrate this app over to a new server

2010-03-24 Thread Goo Sam Kong
Hi John, You need to enable HTTPS connector, refer to SSL Support section in http://tomcat.apache.org/tomcat-5.5-doc/config/http.html to enable SSL in server.xml. On 24 March 2010 14:22, joon yoo jyoo1...@gmail.com wrote: We're in the process of extricating ourselves from a host who developed

Re: can't seem to migrate this app over to a new server

2010-03-24 Thread joon yoo
Peter, Thank you so much for your help, that tip about CONFIDENTIAL was just HUGE in helping me get this working. Also, thanks to Sam for linking to the documentation. All the best, John On Wed, Mar 24, 2010 at 3:24 AM, Peter Crowther peter.crowt...@melandra.com wrote: The SSL