Changes between Version 18 and Version 19 of SpVirtualMachine


Ignore:
Timestamp:
Oct 1, 2010, 8:08:45 AM (14 years ago)
Author:
heri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SpVirtualMachine

    v18 v19  
    124124}}}
    125125
     126==== Others (AAA & Billing+Privacy) ====
     127
     128   They are web-applications. You must only start the application server. All databases are in-memory.
     129   Install Directory: ''/opt/apache-tomcat-6.0.20/webapps''[[BR]]
     130   !HowTo Run: [[BR]]
     131{{{
     132[root@sensei-dev1 webapps]# cd /opt/apache-tomcat-6.0.20/bin/
     133[root@sensei-dev1 bin]# ./startup.sh
     134Using CATALINA_BASE:   /opt/apache-tomcat-6.0.20
     135Using CATALINA_HOME:   /opt/apache-tomcat-6.0.20
     136Using CATALINA_TMPDIR: /opt/apache-tomcat-6.0.20/temp
     137Using JRE_HOME:       /usr
     138[root@sensei-dev1 bin]#
     139}}}
     140
     141 * Check the service:
     142{{{
     143[root@sensei-dev1 bin]# netstat -anp | grep :8080
     144tcp        0      0 :::8080                     :::*                        LISTEN      2238/java
     145[root@sensei-dev1 bin]# netstat -anp | grep :8443
     146tcp        0      0 :::8443                     :::*                        LISTEN      2238/java
     147[root@sensei-dev1 bin]#
     148}}}
     149
    126150
    127151=== Networking Setup ===