Hi Matt,
> i use a centOS with preinstalled apache2 resp. httpd. i followed the
> installation documentation in the wiki, everything worked correctly, as well
> no errors with maven2 (perhaps one could change in the wiki that there is no
> apt-get for CentOs and no maven2 via yum!) and felix. i can start and stop
> matterhorn as service but i can't reach the webpage!
>
> is it possible that there is a conflict between maven2+felix and httpd?
> shold httpd be removed or is it needed as service … ?
if you followed the documentation, your webpages should be reachable through
port 8080 on your machine. Apache (with port forwarding/proxying) should be put
in front for performance and security reasons, as it is considered bad practice
to expose the application server (felix in this case) directly.
Felix is listenting if you see Port 8080 in the output of
netstat -aln | grep LISTEN
If that is the case, make sure you have configured the http proxy settings of
apache correctly. Consult the apache logs for clarification.
Tobias
_______________________________________________
Community mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/community
To unsubscribe please email
[email protected]
_______________________________________________