Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vidz
  • Order by date
  1. vidz

    Aapche + SSL

    The Win32 Binary (MSI Installer): apache_2.2.4-win32-x86-no_ssl.msi that you download from http://httpd.apache.org/download.cgi does not provide mod_ssl support based on OpenSSL. Apache Software Foundation does not offer the compiled binaries for the SSL module, due to the export regulations for...
  2. vidz

    How to implement SSL when running Tomcat behind Apache

    Hi, I have Tomcat 5.5 running behind Apache 2.2.4(with SSL) on windows XP Pro. I have installed mod_jk and the requests are getting forwarded to Tomcat through Apache. Now i want to use SSL for selected pages of my application running in Tomcat. I tried this link for Tomcat 5.0...
  3. vidz

    Aapche + SSL

    Thanks for responding. After going through few more links this is what i found. "Apache Software Foundation makes a point in not offering the compiled binaries for the SSL module, due to the export regulations for cryptographic software from USA. Don't ask for binaries if they will not be...
  4. vidz

    Aapche + SSL

    Hi, I currently have Apache 2.2.4 running on Windows XP Pro. I want to enable SSL on Apache. I did some search on the net and came across few links. But still confused on how to do it. Can somebody suggest a link which gives the detailed steps for enabling ssl on Apache? Do i need to compile...
  5. vidz

    Enable SSL for specific context in Tomcat

    Hi, I have Configured SSL in Tomcat 5.0. I've changed web.xml to use SSL on the page /secure/ccinfo.jsp. However, the links after this page are all SSL-enabled Can I just make /secure/ccinfo.jsp SSL-enabled while others aren't. This is the code i added in web.xml <security-constraint>...
  6. vidz

    SSL Configuration in Tomcat 5.0

    Thanks sedj for your quick response. It works now!!
  7. vidz

    Configuring SSL in Tomcat

    Hi, I am trying to to Configure SSL in Tomcat 5.0. I created a new Keystore with a single self-signed certificate following the instructions in http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html keytool -genkey -alias tomcat -keyalg RSA And this is the SSL Connector in server.xml...
  8. vidz

    SSL Configuration in Tomcat 5.0

    Hi, I am trying to to Configure SSL in Tomcat 5.0. I created a new Keystore with a single self-signed certificate following the instructions in http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html keytool -genkey -alias tomcat -keyalg RSA And this is the SSL Connector in server.xml...
  9. vidz

    Single Sign-on with Active Directory

    I have a requirement in my project for SSO with Active Directory . Users should be allowed to login to their Windows desktop and not have to authenticate themselves to any web apps deployed under Tomcat. I have been doing research on this for few days. We already use JOSSO in our project...
  10. vidz

    Difference between JDK and J2SE

    Can anyone tell me the difference between JDK and J2SE. Thanks in advance..

Part and Inventory Search

Back
Top