Tomcat - sdk1.4.2_04 - ssl problemer
Hej Eksperter !jeg har problemer med at få sat min tomcat 5 op til ssl.
Howto guiden er simpel, men når jeg kommer til dette sted:
citat:
Download the Java Secure Socket Extensions (JSSE) package, version 1.0.3 or later, from http://java.sun.com/products/jsse/. If you built Tomcat from source, you have probably already downloaded this package. If you are running JDK 1.4.x, these classes have been integrated directly into the JDK, so you can skip this entire step.
After expanding the package, there are two ways to make it available to Tomcat (choose one or the other):
1: Make JSSE an installed extension by copying all three JAR files (jcert.jar, jnet.jar, and jsse.jar) into your $JAVA_HOME/jre/lib/ext directory.
2: Create a new environment variable JSSE_HOME that contains the absolute path to the directory into which you unpacked the JSSE binary distribution.
Slut
og skal kopiere jcert.jar, jnet.jar, and jsse.jar til javas ext dir, kan jeg ikke rigtig finde disse filer!
har installeret følgende java: j2sdk-1_4_2_04-windows-i586-p.exe.
Sun siger selv at ssl er inkluderet i denne pakke, eller hvad ?
Jeg kører forøvrigt tomcat 5 på en win2003 server Enterprise Ed.
