Changes between Version 8 and Version 9 of UbuntuRunningDeepaMehtaAsDaemon


Ignore:
Timestamp:
02.09.2011 22:34:11 (13 years ago)
Author:
JuergeN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuRunningDeepaMehtaAsDaemon

    v8 v9  
    247247 
    248248== Test if service is running as expected == 
    249  * Check if JAVA/jetty is running in the background: 
    250  {{{ 
    251  ps aux | grep java | grep felix 
    252  }}} 
    253  
    254  * Check if jetty is listening on port 8080: 
    255  {{{ 
    256  nmap localhost -p 8080 
    257  }}} 
    258  should return  
    259  {{{ 
    260  Starting Nmap 5.00 ( http://nmap.org ) at 2011-09-02 22:17 CEST 
    261  Interesting ports on localhost.localdomain (127.0.0.1): 
    262  PORT     STATE SERVICE 
    263  8180/tcp open  unknown 
    264  
    265  Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds 
    266  }}} 
    267  
    268 == That's it. :) == 
     249Check if JAVA/jetty is running in the background: 
     250{{{ 
     251ps aux | grep java | grep felix 
     252}}} 
     253 
     254Check if jetty is listening on port 8080: 
     255{{{ 
     256nmap localhost -p 8080 
     257}}} 
     258should return  
     259{{{ 
     260Starting Nmap 5.00 ( http://nmap.org ) at 2011-09-02 22:17 CEST 
     261Interesting ports on localhost.localdomain (127.0.0.1): 
     262PORT     STATE SERVICE 
     2638180/tcp open  unknown 
     264 
     265Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds 
     266}}} 
     267 
     268That's it. :) 
    269269---- 
    270270Continue with [[UbuntuConfiguringApache2ServerSSLProxy|Configuring Apache2 Server as SSL Proxy with htdigest auth]].