indiegirl Posted June 21, 2006 Posted June 21, 2006 OK guys, I'm struggling a bit here and wondered if you can help. As part of the installation, the QCA seems to create a username that is only referenced on my server as "./tomcat" Does that mean that it's a local user / service? I'm putting stop/start service scripts in place to try and stop the memory leak problems that I have, but the tomcat service starts with the above username, and needs a password. How the heck would I manage to work out what that password is?
Ric_ Posted June 21, 2006 Posted June 21, 2006 The user is a local user, called tomcat, and the default password is hidden in a file in the program directory somewhere. Or just change it
ChrisH Posted June 21, 2006 Posted June 21, 2006 The user is a local user, called tomcat, and the default password is hidden in a file in the program directory somewhere. Or just change it I wouldnt call it hidden
_Bob_ Posted June 21, 2006 Posted June 21, 2006 Its a local user which is created by the installer, so there isn't really any way of finding out the password. You could reset it though as this should be the only service that uses it.
Nij.UK Posted June 21, 2006 Posted June 21, 2006 i dont know if this will help, but you could use the log on option within services to change the username and password used to start the service.... I dont think this will affect the QCA Testing software, but it might be worth looking at the postmaster service aswell, as they are both linked.... database and webserver... and that might need changing aswell
russdev Posted June 21, 2006 Posted June 21, 2006 when i wrote batch didnt need username password uses following commands net stop "tomcat" net stop "postmaster" then start up is net start "postmaster" net start "tomcat" Seems to work for me russ
koffers Posted June 21, 2006 Posted June 21, 2006 The password for the tomcat user can be taken from the file [APS Install Directory]\APSPASS.INI. The line starting TOMCAT_PASSWORD contains the tomcat password.
indiegirl Posted June 21, 2006 Author Posted June 21, 2006 Thank you all... scripts are in place... let's hope they run successfully tonight...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now