Changes between Version 21 and Version 22 of Opal HowTo Install
- Timestamp:
- 08/19/15 16:48:48 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Opal HowTo Install
v21 v22 37 37 -Xmx2G:: increase the memory allocated to Java to 2GB 38 38 -XX:-UseCompressedClassPointers:: Do not compress class pointers (because Opal creates too many classes?) 39 40 7. Edit the `/local/apache2/etc/loadmodule.conf` to add the following lines at the bottom: 41 {{{ 42 # For Opal proxying 43 LoadModule proxy_module /usr/lib64/apache2-prefork/mod_proxy.so 44 LoadModule proxy_http_module /usr/lib64/apache2-prefork/mod_proxy_http.so 45 ProxyPass / http://localhost:8080/ 46 }}} 39 47 40 48 == Gotcha