Guest User

Untitled

a guest
Dec 24th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 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. ## new tomcat-users.xml
  35.  
  36.  
  37. <tomcat-users>
  38. <!--
  39. NOTE: By default, no user is included in the "manager-gui" role required
  40. to operate the "/manager/html" web application. If you wish to use this app,
  41. you must define such a user - the username and password are arbitrary.
  42. -->
  43. <!--
  44. NOTE: The sample user and role entries below are wrapped in a comment
  45. and thus are ignored when reading this file. Do not forget to remove
  46. <!.. ..> that surrounds them.
  47. -->
  48. <!--
  49. <tomcat-users>
  50. <user username="gui" password="gui" roles="manager-gui"/>
  51. </tomcat-users>
  52.  
  53. -->
  54. </tomcat-users>
Add Comment
Please, Sign In to add comment