
- #Ajp player for mac install#
- #Ajp player for mac upgrade#
- #Ajp player for mac software#
- #Ajp player for mac download#
In my case the problem was that I had left the database name line unchanged in the cyclos.properties file and so my log showed that the cyclos user was unable to open the puntotransacciones database This will show in real time what's going wrong with the setup.

While on the manager interface I try to start the cyclos webapp. # tail -f /var/log/tomcat-6/localhost.log I find it helpfull to run on a ssh terminal: Once you log in to the Tomcat Manager you'll see your cyclos webapp listed and it's current status. I restarted tomcat after editing the file, but don't know if it's necessary. In order to be able to login you'll need to edit /etc/tomcat-6/tomcat-users.xml and add a user so you can log-in. The manager tool is available under Administration in the left hand panel of the standard tomcat welcome page. If tomcat is running you can use the manager tool to start and stop webapps. var/log/tomcat-6/localhost.CURRENT_DATE.logįirst thing to check is that tomcat is effectively running on port 8090. If you don't get the cyclos login page something has gone wrong. Point your browser at or at your server's public IP:8090/cyclos You are all set now to try cyclos on port 8090 (or whatever port you have chosen). You should now start or restart your tomcat service:ĭon't forget to add the service to your default runlevel so it gets started when the server reboots. Mysql> grant all privileges on cyclos.* to identified by 'your_password_here' Įverything is in place. If you haven't set up your MySQL database yet, now is the time.Ĭreate a database called cyclos (or whatever you've used in the properties file) and grant all privileges on it to user like so:

In this version of cyclos the database name came for some reason set to puntotransacciones, which as you can see I've changed to cyclos. I'm using mysql, so under the #MySQL section I had to change these lines: You also need to set the url (which depends on what you renamed the web/ directory to).Ĭ= And the database data needs to be set to whatever your configuration will be. It's important here that you change the 8080 port to whatever port you've configured tomcat to run at. Next thing you'll need to do is edit the WEB-INF/classes/cyclos.properties file. # chown tomcat:tomcat /var/lib/tomcat-6/webapps/cyclos -R Remember also to set the ownership of this folder and it's content to tomcat: Rename web/ to whatever you please, I just named it cyclos. In Gentoo, tomcat webapps are installed under the /var/lib/tomcat-6/webapps/ directory, so you should unzip the file you downloaded to some temporary folder and copy the extracted web/ directory to your /var/lib/tomcat-6/webapps folder. You should get the cyclos_VERSION.zip file, not the standalone if you are planning to run it with this tomcat/apache setup. The most current version at the moment of this writing is 3.0.8.
#Ajp player for mac download#
It's available at the sourceforge download page for the project.
#Ajp player for mac install#
With your tomcat install in place it's now time to download cyclos itself. If this is your case, you'll need to edit the /etc/tomcat-6/server.xml file and replace any occurrences of 80 or whatever port number you choose. In my particular case I needed tomcat to run on a different port than 8080 because I'm already using that one for Zope. You should read the Tomcat Gentoo guide at this point. If you are lucky and you already have 2.2 running, next thing is:Īs you will see in the post-install notes, Gentoo installation of Tomcat is somewhat heterodox as it tries to comply with the FHS layout and thus does not install everything under /opt as is usual with this package on other distros.

Double check that you are building apache with all the necessary modules.I There are many differences between both versions so you will need to modify many config files by hand in order to get it working. If you need to do this too, take your time to read the docs at Gentoo and.
#Ajp player for mac upgrade#
Official Cyclos installation document can be found at:įirst thing I had to do on my box was upgrade apache from 2.0 to 2.2 so that I could use mod_proxy_ajp. This was my experience installing Cyclos -a complementary currency system- on Gentoo using mod_proxy_ajp to make it accessible on port 80.

Posted: Sun 10:17 pm Post subject: Installing Cyclos on port 80 ->tomcat/ apache/ mod_proxy_
#Ajp player for mac software#
Gentoo Forums Forum Index Unsupported Software Installing Cyclos on port 80 ->tomcat/ apache/ mod_proxy_ajp Gentoo Forums :: View topic - Installing Cyclos on port 80 ->tomcat/ apache/ mod_proxy_ajp
