Changes

From Amahi Wiki
Jump to: navigation, search
690 bytes added ,  00:38, 18 June 2009
no edit summary
* create a webapp (my-adito)
* cd to it (cd /var/hda/web-apps/my-adito/
* chmod -R 777 .
* wget http://superb-east.dl.sourceforge.net/sourceforge/adito/adito-0.9.1-bin.tar.gz
* tar -xjf adito-0.9.1-bin.tar.gz
* mv adito-0.9.1/ server/
* cd into server
* ant install
* run the configuration at http://hda:28080/
* do not run https or 443 - try 7443 and http only
* once done: ant start
* the server should start - at http://hda:7443
 
* then try to make a proxy to it:
 
* in the /etc/httpd/conf.d/*-myadito.conf file, add:
 
ProxyPass / http://localhost:7443/
ProxyPassReverse / http://localhost:7443/
 
* then service httpd restart
* that should work as http ONLY
 
 
---
 
old:
 
* create a webapp (my-adito)
* cd to it (cd /var/hda/web-apps/my-adito/
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
4,144

edits