Running application keeps redirecting back to the Root application

2015-08-06 Thread Eric Wood
I'm running an application under tomcat6. Also, if I go to the root of the tomcat server http://myserver:8080, I can see the tomcat home page displayed. I assume this is the ROOT in webapps. Regardless, then I attempt to hit the application by putting the name of the war on the end,

Moving tomcat logs to a location readable by developers

2015-06-01 Thread Eric Wood
Hi: I want to be able to move tomcat log file to a location readable by developers so they do not have to log into the server and read them from there. I'm looking for recommended best practices. What processes are others using for this purpose? Thanks for your help.

tomcat7 PID file and status check

2015-05-15 Thread Eric Wood
I trying to find a service script (init.d) that I can use to start, stop, and check status of my tomcat7 instances. We run multiple instances of tomcat of a single server. I have found scripts out that where the status call checks the ps table to get the pid to determine the status. I thought

unable to install tomcat7 on windows 2012 --- getting access denied

2015-04-30 Thread Eric Wood
Hi: I'm installing tomcat7 as a service on windows 2012 using the following command: Service.bat install I get an access denied message. I'm and admin on the server as well as running the command from a command prompt as admin. Any idea what may be blocking me?

RE: unable to install tomcat7 on windows 2012 --- getting access denied

2015-04-30 Thread Eric Wood
back on UAC. Or, run the command prompt as an administrator and then run the script. -Original Message- From: Eric Wood [mailto:eric.w...@irondata.com] Sent: Thursday, April 30, 2015 8:34 AM To: users@tomcat.apache.org Subject: unable to install tomcat7 on windows 2012 --- getting