Re: Tomcat is confused between sites

2008-03-18 Thread Hassan Schroeder
On Tue, Mar 18, 2008 at 7:13 AM, sol42020 [EMAIL PROTECTED] wrote: I've changed the connection info between both of them What exactly does that mean? One site is called tema and the other is called tematest. They each have their own /home/ directory. Tema works fine, but tematest

Re: Tomcat is confused between sites

2008-03-18 Thread sol42020
In response to Hassan: The configuration info I'm speaking of is just a ConnectionInfo.class file that is inside each individual site. I've attached the log file. According to the programmers who make the app, this version of Tomcat is just fine for their application to work. Thanks for looking

Re: Tomcat is confused between sites

2008-03-18 Thread Hassan Schroeder
On Tue, Mar 18, 2008 at 9:11 AM, sol42020 [EMAIL PROTECTED] wrote: The configuration info I'm speaking of is just a ConnectionInfo.class file that is inside each individual site. I've attached the log file. According to the programmers who make the app, this version of Tomcat is just fine

Re: Tomcat is confused between sites

2008-03-18 Thread sol42020
Most people would think that, but the problem disappears when I modify the server.xml file for Tomcat. When I comment out the tema server, tematest works fine with no errors. Tomcat appears to be confused. The applications work independently, but tema is the only one that works when server.xml

RE: Tomcat is confused between sites

2008-03-18 Thread Caldarale, Charles R
From: sol42020 [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat is confused between sites Do you have any other ideas why this would happen? You've already been given very sound advice, which so far you have chosen to ignore. 1) Get rid of that 3rd-party repackaged Tomcat and install a real

Re: Tomcat is confused between sites

2008-03-18 Thread Hassan Schroeder
On Tue, Mar 18, 2008 at 10:12 AM, sol42020 [EMAIL PROTECTED] wrote: Most people would think that, but the problem disappears when I modify the server.xml file for Tomcat. When I comment out the tema server, tematest works fine with no errors. Tomcat appears to be confused. The applications

Re: Tomcat is confused between sites

2008-03-18 Thread David Fisher
Both webapps use a resource or class that only allows a single use? Do you install any jars in any place other than your webapps' WEB-INF/ lib? Have you set up any logging? If log4j, where did you put it? Regards, Dave On Mar 18, 2008, at 12:12 PM, sol42020 wrote: Most people would think

Re: Tomcat is confused between sites

2008-03-18 Thread David Smith
That still doesn't rule out an application bug. They may have gotten careless in how they handle request data or cache the server name somewhere not intending to support virtual hosting. --David sol42020 wrote: Most people would think that, but the problem disappears when I modify the

Re: Tomcat is confused between sites

2008-03-18 Thread sol42020
I agree. However, they claim that their app works in a virtually hosted environment. I would like to know if there is something specific in Tomcat that I can look for, such as session information. Let's assume that the software is free of errors. Why would Tomcat allow one site to show just fine

RE: Tomcat is confused between sites

2008-03-18 Thread sol42020
have a recommended version of Tomcat and a location for downloading? Thanks. Caldarale, Charles R wrote: From: sol42020 [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat is confused between sites Do you have any other ideas why this would happen? You've already been given very sound

Re: Tomcat is confused between sites

2008-03-18 Thread sol42020
I'm not sure if there's a single Tomcat resource they require. I do know that all *.jar and *.class files are inside the WEB-INF directories of their respective application directories. Each are connected to a separate remote database. I haven't setup any logging. David Fisher wrote: Both

Re: Tomcat is confused between sites

2008-03-18 Thread sol42020
Actually, you said the following, which wasn't very specific on how to solve this particular problem. It made me think that you just didn't like repackaged versions of Tomcat. I will now consider changing the version I'm using since another user agreed that it's a possible problem. Thanks for

RE: Tomcat is confused between sites

2008-03-18 Thread Caldarale, Charles R
From: sol42020 [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat is confused between sites Do you have a recommended version of Tomcat and a location for downloading? There's only *one* location for downloading Tomcat: http://tomcat.apache.org Personally, I would use the latest 6.0 version

Re: Tomcat is confused between sites

2008-03-18 Thread David Smith
As a member of this list for several years, I can honestly tell you I have not seen one post from anyone who felt better off with the third party packages. You can check the archives yourself -- there are a number of posts from people whose problems disappeared when they uninstalled the third