Guest User

Untitled

a guest
Dec 24th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. ## machine/os/java/catalina version
  2.  
  3. root@ip-10-250-23-16:/opt/svsserver# cat /etc/lsb-release
  4. DISTRIB_ID=Ubuntu
  5. DISTRIB_RELEASE=8.04
  6. DISTRIB_CODENAME=hardy
  7. DISTRIB_DESCRIPTION="Ubuntu 8.04.2"
  8.  
  9. root@ip-10-250-23-16:/opt/svsserver# uname -a
  10. Linux ip-10-250-23-16 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:36 EST 2008 i686 GNU/Linux
  11.  
  12. root@ip-10-250-23-16:/opt/svsserver# java -version
  13. java version "1.6.0_07"
  14. Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
  15. Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
  16.  
  17.  
  18. root@ip-10-250-23-16:/opt/svsserver# /usr/share/apache-tomcat-7.0.12/bin/catalina.sh version
  19. Using CATALINA_BASE: /usr/share/apache-tomcat-7.0.12
  20. Using CATALINA_HOME: /usr/share/apache-tomcat-7.0.12
  21. Using CATALINA_TMPDIR: /usr/share/apache-tomcat-7.0.12/temp
  22. Using JRE_HOME: /usr/lib/jvm/java-6-sun
  23. Using CLASSPATH: /usr/share/apache-tomcat-7.0.12/bin/bootstrap.jar:/usr/share/apache-tomcat-7.0.12/bin/tomcat-juli.jar
  24. Server version: Apache Tomcat/7.0.12
  25. Server built: Apr 1 2011 06:13:02
  26. Server number: 7.0.12.0
  27. OS Name: Linux
  28. OS Version: 2.6.21.7-2.fc8xen
  29. Architecture: i386
  30. JVM Version: 1.6.0_07-b06
  31. JVM Vendor: Sun Microsystems Inc.
  32.  
  33.  
  34.  
  35. ## tomcat-users.xml
  36.  
  37.  
  38. <tomcat-users>
  39. <!--
  40. NOTE: By default, no user is included in the "manager-gui" role required
  41. to operate the "/manager/html" web application. If you wish to use this app,
  42. you must define such a user - the username and password are arbitrary.
  43. -->
  44. <!--
  45. NOTE: The sample user and role entries below are wrapped in a comment
  46. and thus are ignored when reading this file. Do not forget to remove
  47. <!.. ..> that surrounds them.
  48. -->
  49. <!--
  50. <role rolename="tomcat"/>
  51. <role rolename="role1"/>
  52. <role rolename="manager"/>
  53. <role rolename="manager-gui"/>
  54. <user username="tomcat" password="tomcat" roles="tomcat,manager-gui"/>
  55. <user username="both" password="tomcat" roles="tomcat,role1"/>
  56. <user username="role1" password="tomcat" roles="role1"/>
  57. <user username="test" password="test" roles="manager"/>
  58. -->
  59. </tomcat-users>
Add Comment
Please, Sign In to add comment