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, 
http://myserver:8080/myapplication it redirects me back to the "root" server.

I run several application in tomcat 7 and I do not see this behavior.  Any idea 
what might be causing this?  I do not see anything in the logs.




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 that tomcat wrote out a .pid file into the file system, but I do not 
see it in my tomcat instance folder structure. What is the proper way to manage 
the pid ... do I get it from the process table via ps or do I write it out to 
the file system?

Thanks, Eric


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

2015-04-30 Thread Eric Wood
Thanks,

I tried turning off UAC.  Same error.  What did work was downloading the 
tomvcat7 .msi install.  I was able to install successfully using it.  It was an 
oversight not see it in the first place.  The previous installation was the 
.zip core.

Thanks for all your help.

Eric

-Original Message-
From: George Sexton [mailto:geor...@mhsoftware.com] 
Sent: Thursday, April 30, 2015 11:44 AM
To: users@tomcat.apache.org
Subject: Re: unable to install tomcat7 on windows 2012 --- getting access denied



On 4/30/2015 9:40 AM, Jeffrey Janner wrote:
> Turn off UAC, run the install, turn 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 access 
>> denied
>>
>> 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?
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

--
George Sexton
*MH Software, Inc.*
Voice: 303 438 9585
http://www.mhsoftware.com

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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?