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.

Re: Moving tomcat logs to a location readable by developers

2015-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 6/1/15 9:16 AM, Eric Wood wrote: 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

RE: Moving tomcat Ver 6.0

2015-01-08 Thread Caldarale, Charles R
From: Nick Wall [mailto:nick.w...@mvtcanada.com] Subject: RE: Moving tomcat Ver 6.0 You mention - Install the java sdk, set the %JAVA_HOME% system environment variable? Which SDK should I use ? and from where from? I downloaded the latest SDK from the oracle site jave_ee_sdk-7u1

RE: Moving tomcat Ver 6.0

2015-01-08 Thread Nick Wall
” is this the correct one ? Cheers for now – Nick -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: November-05-14 1:31 PM To: Tomcat Users List Subject: Re: Moving tomcat Ver 6.0 On Wed, Nov 5, 2014 at 2:53 PM, Nick Wall nick.w...@mvtcanada.com wrote

Moving tomcat Ver 6.0

2014-11-05 Thread Nick Wall
Hi All Sorry new user to this We have a Win server 2003 running Tomcat and our software I need to move this to a new win 2008 R2 server Is there an easy way to move everything over etc. Looking at easiest way to move everything over. Or if you are familiar with this and can assist setting up

Re: Moving tomcat Ver 6.0

2014-11-05 Thread Leo Donahue
On Wed, Nov 5, 2014 at 1:48 PM, Nick Wall nick.w...@mvtcanada.com wrote: Hi All Sorry new user to this We have a Win server 2003 running Tomcat and our software I need to move this to a new win 2008 R2 server Is there an easy way to move everything over etc. Looking at easiest way to move

RE: Moving tomcat Ver 6.0

2014-11-05 Thread Nick Wall
-Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: November-05-14 12:32 PM To: Tomcat Users List Subject: Re: Moving tomcat Ver 6.0 On Wed, Nov 5, 2014 at 1:48 PM, Nick Wall nick.w...@mvtcanada.com wrote: Hi All Sorry new user to this We have a Win server 2003

Re: Moving tomcat Ver 6.0

2014-11-05 Thread Leo Donahue
On Wed, Nov 5, 2014 at 2:36 PM, Nick Wall nick.w...@mvtcanada.com wrote: -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: November-05-14 12:32 PM To: Tomcat Users List Subject: Re: Moving tomcat Ver 6.0 On Wed, Nov 5, 2014 at 1:48 PM, Nick Wall nick.w

RE: Moving tomcat Ver 6.0

2014-11-05 Thread Nick Wall
-Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: November-05-14 12:47 PM To: Tomcat Users List Subject: Re: Moving tomcat Ver 6.0 On Wed, Nov 5, 2014 at 2:36 PM, Nick Wall nick.w...@mvtcanada.com wrote: -Original Message- From: Leo Donahue [mailto:donahu

Re: Moving tomcat Ver 6.0

2014-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 11/5/14 2:48 PM, Nick Wall wrote: We have a Win server 2003 running Tomcat and our software I need to move this to a new win 2008 R2 server Is there an easy way to move everything over etc. Looking at easiest way to move everything

RE: Moving tomcat Ver 6.0

2014-11-05 Thread Caldarale, Charles R
From: Nick Wall [mailto:nick.w...@mvtcanada.com] Subject: RE: Moving tomcat Ver 6.0 Can I just copy the folder/files you mention and put in the new installation on the 2008 server ? Never, never, never copy configuration files from one version of Tomcat to another. The properties change

Re: Moving tomcat Ver 6.0

2014-11-05 Thread Leo Donahue
Nick, On Wed, Nov 5, 2014 at 2:55 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 11/5/14 2:48 PM, Nick Wall wrote: We have a Win server 2003 running Tomcat and our software I need to move this to a new win 2008 R2

Re: Moving tomcat Ver 6.0

2014-11-05 Thread Leo Donahue
On Wed, Nov 5, 2014 at 2:53 PM, Nick Wall nick.w...@mvtcanada.com wrote: -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] I kinda wonder though if there is a windows service associated with this Tomcat. Do you see anything called Tomcat6 in the windows services

RE: Moving tomcat Ver 6.0

2014-11-05 Thread Nick Wall
Thanks all so far I will take a look at this again tomorrow and see what I can figure out Nick -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: November-05-14 1:31 PM To: Tomcat Users List Subject: Re: Moving tomcat Ver 6.0 On Wed, Nov 5, 2014 at 2:53 PM, Nick

Re: Moving Tomcat to work externally.

2013-07-13 Thread Terence M. Bandoian
[mailto:johndmatl...@gmail.com] Subject: Re: Moving Tomcat to work externally. Remove the ROOT directory from Tomcat's webapps directory, replacing it with your webapp renamed to ROOT.war (or, if it's already an expanded .war file, put it in the ROOT directory under webapps). Do I understand that you

Re: Moving Tomcat to work externally.

2013-07-12 Thread Terence M. Bandoian
On 7/11/2013 6:46 PM, Mark Eggers wrote: Comments mostly inline. Lots at the end - channeling James Fenimore Cooper. On 7/11/2013 3:26 PM, Mark Eggers wrote: On 7/11/2013 3:06 PM, Caldarale, Charles R wrote: From: john Matlock [mailto:johndmatl...@gmail.com] Subject: Re: Moving Tomcat

Re: Moving Tomcat to work externally.

2013-07-12 Thread Howard W. Smith, Jr.
On Fri, Jul 12, 2013 at 11:52 AM, Terence M. Bandoian tere...@tmbsw.comwrote: Really generous responses. That's very normal on this list. I have found Apache user lists to be very (user) friendly. :)

Re: Moving Tomcat to work externally.

2013-07-11 Thread john Matlock
Matlock [mailto:johndmatl...@gmail.com**] Subject: Moving Tomcat to work externally. Following instructions found in various places I added the following to the server.xml file and restarted Tomcat: If you followed something that said to put a Context element in server.xml, you need

RE: Moving Tomcat to work externally.

2013-07-11 Thread Caldarale, Charles R
From: john Matlock [mailto:johndmatl...@gmail.com] Subject: Re: Moving Tomcat to work externally. Remove the ROOT directory from Tomcat's webapps directory, replacing it with your webapp renamed to ROOT.war (or, if it's already an expanded .war file, put it in the ROOT directory under

Re: Moving Tomcat to work externally.

2013-07-11 Thread Mark Eggers
On 7/11/2013 3:06 PM, Caldarale, Charles R wrote: From: john Matlock [mailto:johndmatl...@gmail.com] Subject: Re: Moving Tomcat to work externally. Remove the ROOT directory from Tomcat's webapps directory, replacing it with your webapp renamed to ROOT.war (or, if it's already an expanded

Re: Moving Tomcat to work externally.

2013-07-11 Thread Mark Eggers
Comments mostly inline. Lots at the end - channeling James Fenimore Cooper. On 7/11/2013 3:26 PM, Mark Eggers wrote: On 7/11/2013 3:06 PM, Caldarale, Charles R wrote: From: john Matlock [mailto:johndmatl...@gmail.com] Subject: Re: Moving Tomcat to work externally. Remove the ROOT directory

Moving Tomcat to work externally.

2013-07-10 Thread john Matlock
I'm obviously new to Tomcat. Got it working fine on localhost, now trying to get it to deliver web pages to the outside world. Following instructions found in various places I added the following to the server.xml file and restarted Tomcat: users@tomcat.apache.org Host name=books-on-line.com

RE: Moving Tomcat to work externally.

2013-07-10 Thread Caldarale, Charles R
From: john Matlock [mailto:johndmatl...@gmail.com] Subject: Moving Tomcat to work externally. Following instructions found in various places I added the following to the server.xml file and restarted Tomcat: If you followed something that said to put a Context element in server.xml, you

Re: Moving Tomcat to work externally.

2013-07-10 Thread Mark Eggers
On 7/10/2013 6:08 PM, Caldarale, Charles R wrote: From: john Matlock [mailto:johndmatl...@gmail.com] Subject: Moving Tomcat to work externally. Following instructions found in various places I added the following to the server.xml file and restarted Tomcat: If you followed something

Having security (SSL) issues moving tomcat from one host computer to another

2007-09-13 Thread Rob Tanner
Hi, I'm wondering if any has ever seen this and how did they fix it. I have a production tomcat server (v5.5.23) that I need to move to another host system. I copied over the full installation and made sure I was using the same version of the runtime (jdk1.5.0_03). But when I try to access

RE: Moving Tomcat

2007-01-04 Thread Steve Ingraham
I want to thank everyone for the insightful information yesterday on my query about moving Tomcat. I have not moved anything at this time but I have made a copy onto CD of everything that resides on the /usr/local/src directory. This does include the jakarta-tomcat-5.5.9 directory and all

RE: Moving Tomcat

2007-01-04 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: Moving Tomcat Here is a list of the .jar files in /usr/local/src/jakarta-tomcat-5.5.9/common/lib: The noted jars are all part of the standard Tomcat distribution. There is one file in /usr/local/src/jakarta-tomcat-5.5.9

RE: Moving Tomcat

2007-01-04 Thread Steve Ingraham
PROTECTED] Subject: RE: Moving Tomcat Here is a list of the .jar files in /usr/local/src/jakarta-tomcat-5.5.9/common/lib: The noted jars are all part of the standard Tomcat distribution. There is one file in /usr/local/src/jakarta-tomcat-5.5.9/common/classes/: Logging.properties The above

Re: Moving Tomcat

2007-01-04 Thread Filip Hanik - Dev Lists
you can also install Tomcat from the .tar.gz (on apache's website), that creates a location independent layout for you Filip Steve Ingraham wrote: I have a website running with jakarta-tomcat-5.5.9. The server this website resides on is going to have to be rebuilt so I am needing to move

Moving Tomcat

2007-01-03 Thread Steve Ingraham
I have a website running with jakarta-tomcat-5.5.9. The server this website resides on is going to have to be rebuilt so I am needing to move everything off of it onto another server. I know very little about tomcat, ok, I really know nothing about tomcat. This website was created before I

Re: Moving Tomcat

2007-01-03 Thread Mikolaj Rydzewski
Steve Ingraham wrote: I have a website running with jakarta-tomcat-5.5.9. The server this website resides on is going to have to be rebuilt so I am needing to move everything off of it onto another server. I know very little about tomcat, ok, I really know nothing about tomcat. This website

Re: Moving Tomcat

2007-01-03 Thread EDMOND KEMOKAI
First I'll suggest you backup your entire server, it is possible for instance if your server is running Linux that the webapps folder only contain the links to the actual webapp folders residing somewhere else on the filesystem..So again BACKUP before doing anything. About a month ago someone on

RE: Moving Tomcat

2007-01-03 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: Moving Tomcat I believe that all of the content for the webpage(s) reside in /usr/local/src/jakarta-tomcat-5.5.9/webapps. That's where they are by default. However, apps can be deployed outside of the Tomcat directory tree by placing

Re: Moving Tomcat

2007-01-03 Thread EDMOND KEMOKAI
Hmm Interesting, the person was from Oklahoma Court, is that you again? On 1/3/07, EDMOND KEMOKAI [EMAIL PROTECTED] wrote: First I'll suggest you backup your entire server, it is possible for instance if your server is running Linux that the webapps folder only contain the links to the actual

RE: Moving Tomcat

2007-01-03 Thread Caldarale, Charles R
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Subject: RE: Moving Tomcat From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: Moving Tomcat I believe that all of the content for the webpage(s) reside in /usr/local/src/jakarta-tomcat-5.5.9/webapps. That's where

Re: Moving Tomcat

2007-01-03 Thread Hassan Schroeder
On 1/3/07, Steve Ingraham [EMAIL PROTECTED] wrote: I believe that all of the content for the webpage(s) reside in /usr/local/src/jakarta-tomcat-5.5.9/webapps. Lots of good answers already, but here's some others: First, use `ps -auxww | grep tomcat` to confirm the directory that Tomcat is

RE: Moving Tomcat

2007-01-03 Thread Steve Ingraham
, January 03, 2007 9:27 AM To: Tomcat Users List Subject: Re: Moving Tomcat Hmm Interesting, the person was from Oklahoma Court, is that you again? On 1/3/07, EDMOND KEMOKAI [EMAIL PROTECTED] wrote: First I'll suggest you backup your entire server, it is possible for instance if your server

Re: Moving Tomcat

2007-01-03 Thread Hassan Schroeder
On 1/3/07, Steve Ingraham [EMAIL PROTECTED] wrote: . I am looking to copy everything in the /usr/local/src directory. So far I have not been able to see where anything associated with our website resides outside the /src directory. So, if that turns out to be the case could I be confident

RE: Moving Tomcat

2007-01-03 Thread Peter Crowther
From: Steve Ingraham [mailto:[EMAIL PROTECTED] So far I have not been able to see where anything associated with our website resides outside the /src directory. So, if that turns out to be the case could I be confident that everything for the website resides inside the /usr/local/src

RE: Moving Tomcat

2007-01-03 Thread Steve Ingraham
. I am looking to copy everything in the /usr/local/src directory. So far I have not been able to see where anything associated with our website resides outside the /src directory. So, if that turns out to be the case could I be confident that everything for the website resides

RE: Moving Tomcat

2007-01-03 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: Moving Tomcat Chuck mentioned the .xml files. From everything I can determine the catalina directory resides in /usr/local/src/jakarta-tomcat-5.5.9/conf. Yes, but the [appName].xml files may have docBase attributes in Context

Re: Moving Tomcat

2007-01-03 Thread EDMOND KEMOKAI
If your running fedora/redhat, it usually creates many symlinks and places the actual files into different folders. The only reason this is done I think is for flexibility. For instance with the server running my site now, I have my webapp in a different home directory and created a symlink

RE: Moving Tomcat

2007-01-03 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: Moving Tomcat There is a link in /usr/local for tomcat that directs to /usr/local/src/jakarta-tomcat-5.5.9. Is it important to have the tomcat link set up this same way on the new server? Is there a specific reason why it would

Re: Moving Tomcat

2007-01-03 Thread Hassan Schroeder
On 1/3/07, Steve Ingraham [EMAIL PROTECTED] wrote: There is a link in /usr/local for tomcat that directs to /usr/local/src/jakarta-tomcat-5.5.9. Is it important to have the tomcat link set up this same way on the new server? Is there a specific reason why it would have been set up this way?

RE: Moving Tomcat

2007-01-03 Thread Steve Ingraham
Chuck mentioned the .xml files. From everything I can determine the catalina directory resides in /usr/local/src/jakarta-tomcat-5.5.9/conf. Yes, but the [appName].xml files may have docBase attributes in Context entries that point to app locations outside of /usr/local/src; those must be

RE: Moving Tomcat

2007-01-03 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: Moving Tomcat Yes, but the [appName].xml files may have docBase attributes in Context entries that point to app locations outside of /usr/local/src; those must be individually checked and the targets copied if they reside

RE: Moving Tomcat

2007-01-03 Thread Steve Ingraham
Here is the website in question: http://www.okcca.net/online/ You can't tell where things are by looking from the outside; the URLs used to access the web site can be easily mapped to various locations in the file system by servlet-mappings, appBase and docBase attributes, filters, symbolic

Re: Moving Tomcat

2007-01-03 Thread EDMOND KEMOKAI
If you have the second server setup then you can install tomcat and copy the webapps folder over and see what happens. Once you start getting errors from the new server then you can troubleshoot until everything is fixed. It will be difficult to know if everything will work without testing. So

RE: Moving Tomcat

2007-01-03 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: Moving Tomcat However, am I wrong in thinking that I can track down the location if I know where everything is residing? If you want an absolute answer, it's yes - you are wrong, at least if you're assuming that URL paths always

Re: Moving Tomcat

2007-01-03 Thread Martin Gainty
] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, January 03, 2007 1:52 PM Subject: Re: Moving Tomcat If you have the second server setup then you can install tomcat and copy the webapps folder over and see what happens. Once you start getting errors from the new server then you can