Hello everyone, I have installed openmeetings on a small linux machine, and everything seems to work fine. I can even access http://localhost/installer and install the "admin" package, whatever that means. But if I want to access the front-end using http://localhost/openmeetings/index.jsp, I just get served with html code. I am assuming that apache doesn't know how to handle .jsp files, and neither do I. After some googling I found that I need to install tomcat, but it already seems installed and working as when I access http://localhost:5080/openmeetings I get a tomcat error message (requested source not available). Also there is some mention of AddHandler and AddType directives in the apache config file. So I added these (blindly, as I didn't really understand them): AddType text/jsp .jsp AddHandler jserv-servlet .jsp DirectoryIndex index.jsp index.html index.shtml But still no luck. Any ideas on what am I doing wrong? thanks!
-- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
