Re: URI mapping

2011-10-23 Thread Pid
On 22/10/2011 23:37, Eldon Olmstead wrote: On 2011-10-22 5:57 PM, Pid wrote: On 22/10/2011 17:42, Eldon Olmstead wrote: Thanks for the response Mark, Ok so if I want to keep mod_jk as part of this, ( it is what we use at work ), then if I understand right, I have no choice but to make

Re: .nfsxxx file created when undeploying applications

2011-10-23 Thread Nicolas Dordet
Hi, I have a Tomcat 5.5.17 run on Solaris. TOMCAT_HOME is on a mounted NFS partition. When doing undeploy of an application, some .nfsxx files are created et dot no allow suppression of repertories. A similar bug for JARs has been opened but not fixed (

Re: .nfsxxx file created when undeploying applications

2011-10-23 Thread Konstantin Kolinko
2011/10/23 Nicolas Dordet dorde...@gmail.com: Hi, I have a Tomcat 5.5.17 run on Solaris. TOMCAT_HOME is on a mounted NFS partition. When doing undeploy of an application, some .nfsxx files are created et dot no allow suppression of repertories. A similar bug for JARs has been opened but not

Re: URI mapping

2011-10-23 Thread Rainer Jung
On 22.10.2011 18:42, Eldon Olmstead wrote: Thanks for the response Mark, Ok so if I want to keep mod_jk as part of this, ( it is what we use at work ), then if I understand right, I have no choice but to make tomcat support /tomcat7/ in the path. Do I do this just by moving all the webapps

Re: URI mapping

2011-10-23 Thread André Warnier
Let's restart from the beginning. You have, say, 3 Tomcat servers running, and for the sake of the example let's say that these are - a Tomcat 5.x server - a Tomcat 6.x server - a Tomcat 7.x server You want to run the same applications on all of them (with identical names on each server),

Re: Setting-up Tomcat in Eclipse

2011-10-23 Thread Mathieu Seillier
You should use Sysdeo Tomcat Plugin for Eclipse. It's very simple and easy to use. See here : http://www.eclipsetotale.com/tomcatPlugin.html Mathieu 2011/10/21 Christopher Lee ct...@ucensys.com Version: Apache Tomcat-6.0-33 Operating System: Windows XP Eclipse J2EE: Version: 3.5.2 I am

Re: .nfsxxx file created when undeploying applications

2011-10-23 Thread Hassan Schroeder
On Sun, Oct 23, 2011 at 1:56 AM, Nicolas Dordet dorde...@gmail.com wrote: I have a Tomcat 5.5.17 run on Solaris. TOMCAT_HOME is on a mounted NFS partition. When doing undeploy of an application, some .nfsxx files are created et dot no allow suppression of repertories. It seems that one

RE: Setting-up Tomcat in Eclipse

2011-10-23 Thread Christopher Lee
On Sunday, October 23, 2011 11:20 AM, Mathieu Seillier [mailto:stie...@gmail.com] wrote: You should use Sysdeo Tomcat Plugin for Eclipse. It's very simple and easy to use. See here : http://www.eclipsetotale.com/tomcatPlugin.html Mathieu Thank you for the suggestion. I will give this a try.

Re: Re: Re: tomcat error 404

2011-10-23 Thread Dave Filchak
Ok, perhaps this will be more helpful. To follow is the way the db connection is set up now, and I am not sure it is correct because, as I understand it, you are supposed to add a context to the server.xml file defining the db connection through jdbc/mysql ( which I am not sure of the format yet

Re: tomcat error 404

2011-10-23 Thread Pid *
On 23 Oct 2011, at 17:21, Dave Filchak sub...@zuka.net wrote: Ok, perhaps this will be more helpful. To follow is the way the db connection is set up now, and I am not sure it is correct because, as I understand it, you are supposed to add a context to the server.xml ... not recommended in

Re:: tomcat error 404

2011-10-23 Thread Dave Filchak
Alright well, I am having a hell of a time getting this to work. I am adding all my pertinent xml files so that maybe someone has some time to help me get this straightened out. I know everyone is busy and it is Sunday so I'll let it sit after this but at this point, I have pages that work but

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: My environment.xml file @ /home/##/public_html/WEB-INF/conf/ Once again: this is not a Tomcat configuration file, it's application specific. p signature.asc Description: OpenPGP digital signature

Re: : tomcat error 404

2011-10-23 Thread Pid
Don't put a Context in server.xml. That is a massive can of worms all on its own. On 23/10/2011 19:57, Dave Filchak wrote: Context path='' docBase='/home/#/public_html/' debug='0' Resource name=jdbc/exodus auth=Container type=javax.sql.DataSource username=#_#

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: description Please contact Nick should any questions or issues arise about this application. /description Have you tried contacting 'Nick'? p signature.asc Description: OpenPGP digital signature

Re: : tomcat error 404

2011-10-23 Thread Pid
On 23/10/2011 19:57, Dave Filchak wrote: I know this is probably screwed up now so I appreciate the help I have had so far and would seriously appreciate any input as to how to straighten this out and get the connection to the database functional. I really need to get the site up and running

Re: URI mapping

2011-10-23 Thread Mark Eggers
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Sunday, October 23, 2011 5:08 AM Subject: Re: URI mapping Let's restart from the beginning. You have, say, 3 Tomcat servers running, and for the sake of the example

Re: URI mapping

2011-10-23 Thread Pid
On 23/10/2011 20:51, Mark Eggers wrote: - Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Sunday, October 23, 2011 5:08 AM Subject: Re: URI mapping Let's restart from the beginning. You have, say, 3 Tomcat servers

Re: URI mapping

2011-10-23 Thread André Warnier
Mark Eggers wrote: - Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Sunday, October 23, 2011 5:08 AM Subject: Re: URI mapping Let's restart from the beginning. You have, say, 3 Tomcat servers running, and for the sake

Re: URI mapping

2011-10-23 Thread André Warnier
Pid wrote: ... The jsessionid cookie is set with the server name of the Tomcat instance, rather than a domain with variable subdomains*, unless you have configured it otherwise (Servlet 3.0 only). Yes, but what /is/ this server name that this Tomcat will be using ? I don't think that is as

Re: Re: tomcat error 404

2011-10-23 Thread Dave Filchak
Hi Pid, On 22/07/64 2:59 PM, Pid * wrote: On 23 Oct 2011, at 17:21, Dave Filchaksub...@zuka.net wrote: Ok, perhaps this will be more helpful. To follow is the way the db connection is set up now, and I am not sure it is correct because, as I understand it, you are supposed to add a context

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
So where should the Context be? On 22/07/64 2:59 PM, Pid wrote: Don't put a Context in server.xml. That is a massive can of worms all on its own. On 23/10/2011 19:57, Dave Filchak wrote: Context path='' docBase='/home/#/public_html/' debug='0' Resource name=jdbc/exodus auth=Container

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
Yes ... can't find him. On 22/07/64 2:59 PM, Pid wrote: On 23/10/2011 19:57, Dave Filchak wrote: description Please contact Nick should any questions or issues arise about this application. /description Have you tried contacting 'Nick'? p

Re: Re: : tomcat error 404

2011-10-23 Thread Dave Filchak
The logs, at least the catalina.err and catalina.out files do not say anything much, at least as far as an error goes. I cannot find any other log files specific only to this app so they appear not to be working. I only see this in catalina.err in the last while: Oct 23, 2011 2:59:10 PM

RE: Re: : tomcat error 404

2011-10-23 Thread Caldarale, Charles R
From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Re: : tomcat error 404 So where should the Context be? Apparently, you haven't read the 5.5 docs. To quote: For Tomcat 5, unlike Tomcat 4.x, it is NOT recommended to place Context elements directly in the server.xml file. Context

Re: : tomcat error 404

2011-10-23 Thread Pid
On 24/10/2011 00:07, Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Re: : tomcat error 404 So where should the Context be? Apparently, you haven't read the 5.5 docs. To quote: Apparently I'm rusty too... :s p For Tomcat 5, unlike Tomcat 4.x, it

RE: : tomcat error 404

2011-10-23 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: : tomcat error 404 Apparently I'm rusty too... :s Time flies when you're having bugs... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you

Re: : tomcat error 404

2011-10-23 Thread Pid
On 24/10/2011 00:18, Dave Filchak wrote: I upload the JavaMail and JAF libs to /home/##/public_html/WEB-INF/lib/ and added them to my $CLASSPATH I now get the following: How did you add them to the classpath? Tomcat automatically loads Jars resources found in its various lib classes

Re: URI mapping

2011-10-23 Thread Mark Eggers
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Sunday, October 23, 2011 2:26 PM Subject: Re: URI mapping Pid wrote: ... The jsessionid cookie is set with the server name of the Tomcat instance, rather than a

Re: URI mapping

2011-10-23 Thread André Warnier
Mark Eggers wrote: - Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Sunday, October 23, 2011 2:26 PM Subject: Re: URI mapping Pid wrote: ... The jsessionid cookie is set with the server name of the Tomcat instance,