You DO NOT need to re-install your mid-tier. To enable https, you have to use the keytool utility that is bundled with your JRE to generate a certificate keystore. Having done this, you need to uncomment the SSL configuration line in your server.xml file found under the tomcat installation folder and then restart your tomcat server..
To create the certifcate run these options with keytool.. keytool -genkey -alias tomcat -keyalg RSA The certificate when created is valid for 3 months. keytool is found in the java home directory under the bin subfolder.. Joe ----- Original Message ---- From: priyanka_sareen <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, September 17, 2008 2:43:14 AM Subject: how to configure Remedy mid tier6.3 on SSL (https) hi, I have a Remedy mid tier version 6.3 running on SunOne web server, using tomcat as servlet engine.the server runs on port 80 using http protocol. I want to configure/change this on https SSL. How do i achieve that? will it require re installation of mid tier? or it can be updated by any means. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

