Last active
August 29, 2015 13:56
-
-
Save ikoner/9252944 to your computer and use it in GitHub Desktop.
eclipse, java, glassfish, oracle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Skopiroval som, co som mal na starom pc: | |
Eclipse Indigo (da sa aj stiahnut, ale treba tam doinstalovat rozne plugginy napr.: SVN) | |
Stiahol a nainstaloval: | |
JDK 6 (jdk-6u45-windows-i586.exe) | |
glassfish 3.1.2 (java_ee_sdk-6u4-jdk-windows.exe) | |
oracle client (11 win32_11gR2_client.zip – custom install pridat network) | |
vsetko som to instaloval na D:\ kvoli pravam na zapis lebo eclipse, glassfish, oracle client si tam potom obcas zapisuju data | |
JDK 6 – to som do C:\Program Files\Java, aby boli vsetky javovske runtime enviromenty pokope a eclipse si ich pekne nasiel | |
a potom som konfiguroval: | |
eclipse: | |
pridal server glassfish | |
stiahol s SVN poslednu verziu projektu | |
nakonfiguroval build path ( JRE: 1.6.0_45 ) | |
glassfish: | |
konfiguracia JDBC zdrojov a connection poolov (db) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
change Compiler compliance level to 1.5 in Project Properties -> Java Compiler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you can use keytool to delete expired certificates in Glassfish 3.1.2. | |
glassfish3\jdk\bin>keytool | |
keytool -delete -alias gtecybertrust5ca -keystore d:\glassfish3\glassfish\domains\domain1\config\cacerts.jks -storepass changeit | |
keytool -delete -alias gtecybertrust5ca -keystore d:\glassfish3\glassfish\lib\templates\cacerts.jks -storepass changeit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment