aschuma

Tomcat Setup

Jul 5th, 2022 (edited)
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. BACKUP
  3. - xml-dump
  4. - home-directory
  5.  
  6. BACKUP DB
  7.  
  8.  
  9.  
  10.  
  11. JDK INSTALL
  12.  
  13. DEL /ETC/PROFILE.D
  14. all-java
  15.  
  16. CERT IMPORT
  17. openssl s_client -connect google.com:443 < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > public.crt
  18. $JAVA_HOME/bin/keytool -import -alias google.com -keystore $JAVA_HOME/jre/lib/security/cacerts -file public.crt
  19. PW changeit
  20.  
  21. https://confluence.atlassian.com/jirakb/fix-gadget-titles-showing-as-__msg_gadget-in-jira-server-813697086.html
  22.  
  23.  
  24. CONNECTOR
  25. host/port/protocol
  26.  
  27.  
Add Comment
Please, Sign In to add comment