I'm using tomcat's jscv to start the server ** as a service ** as the user tomcat (using jscv -user tomcat "lots of other parameters"). My server runs fine, however my question is:
- Is it bad that when I do ps -ef | grep tomcat I see two 'identically invoked' processes (same parameters/call). One runs as root and one runs as tomcat - they both look like they are running a tomcat server. Is this the norm jscv behavior? Or by calling tomcat as an /etc/init.d/tomcat service, did I mess something up?
On centos 5.5 using sun java 1.6