How to remove Teamwork’s service?
To remove the installed service on Windows and OSX’s, just launch the uninstaller executable in Teamwork’s installation folder; this of course will also remove the Teamwork application. To remove it by hand on Windows: first of all check name of service from its properties. Service’s name has the form ‘teamworkportnumber’ (ex: teamwork8080). Open a cmd session, then use command ‘sc query nameofyourservice’ to find if is installed on system, if the service is running stop it from the service panel by using ‘sc stop nameofyourservice’, after that perform ‘sc delete nameofyourservice’. Otherwise if you have a tomcat installed on system you can use the tomcat utility ‘service’ in tomcat root directory /bin with this syntax: ‘service remove nameofyourservice’. I have problems with Oracle If after installing on Oracle, and after passing the connection test, you cannot login, this may be due to lacking the schema name in the JDBC connection parameters: proceed as follows: 1. open WEB-INF/conf