Installing tinyPM StandaloneThese instructions will lead you through the process of installing tinyPM Standalone on your Windows machine. The standalone installer (tinypm-2.x-install.exe) can be downloaded from http://www.tinypm.com/download
Installing JRETo use tinyPM standalone you need to install JRE first (you can install or use JDK if you want but JRE is enough). You can downaload the latest version of Java JRE at http://www.java.com After installing the JRE you need to setup %JRE_HOME% environment variable:
It’s also good to add %JRE_HOME%/bin to your %Path% variable to avoid problems with missing MSVCR71.dll:
Running tinyPM installerWhen you are ready with JRE and variables, simply run tinyPM installer and follow the wizard which will guide you through the installation process.
Now all you have to do is run the “Start tinyPM” link from your “Start/Programs” menu and open the following link in the web browser: tinyPM logon screen should appear and you are ready to start!
Installing tinyPM as a Windows service
If you want tinyPM to automatically run when the machine starts (as a service in the background process) all you need to do is to run: %TINYPM_PATH%/bin/service.bat install tinyPM This will create a service called "Apache Tomcat tinyPM" which will start automatically after the next machine restart. You can also start it manually without restarting the machine by opening Control Panel > Administrative Tools > Services. You can also change the startup mode there (it can be Automatic or Manual) If you are using HSQLDB, then you need to change one more file: %TINYPM_PATH%/webapps/ROOT/WEB-INF/hibernate.properties Assuming that your %TINYPM_PATH% is "C:/tinyPM", you need to provide a full path to your /db directory like this: hibernate.connection.url = jdbc:hsqldb:file:C:/tinyPM/db/tinypm;shutdown=true
This is because the service is using some other directory as a working dir and seeks /db dir with tinyPM data there (which is wrong). Changing service configurationIf you want to verify or change tinyPM service configuration, then run the following command: %TINYPM_PATH%/bin/tomcat6w.exe //ES//tinyPM
This will open a graphical interface for configuring Tomcat service running tinyPM. Troubleshooting1. After installing tinyPM Standalone it does not start. Nothing happens. 2. I've installed tinyPM in C:\tinyPM on Vista or Windows 7 and it crushes during start reporting bugs related to file permissions. |


