Changes between Version 9 and Version 10 of RuManagementGui


Ignore:
Timestamp:
Oct 14, 2010, 2:47:59 AM (14 years ago)
Author:
heri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RuManagementGui

    v9 v10  
    4747}}}
    4848
     49
     50==== (Optional) Configure a reverse proxy for your webapp ====
     51
     52Running java web applications usually run on port :8080. Because you usually also do not run the application server as root, there are few cases in witch the application server knows how to run on port :80 and still use an uprivileged account. The fix for this is using mod_jk or configuring a reverse proxy on the http server like this:
     53
     54{{{
     55ProxyRequests On
     56
     57ProxyPass / http://monalisa.grid.pub.ro:8080/
     58ProxyPassReverse / http://monalisa.grid.pub.ro:8080/
     59}}}
     60
    4961=== Configuring the GUI ===
    5062