Re: Server giving 404 since upgrade to Tomcat7

2017-07-25 Thread Peter Flynn
On 24/07/17 11:57, Mark Thomas wrote: > On 24/07/17 11:12, Flynn, Peter wrote: I must apologise first for unintentionally misleading you: the upgrade was from Tomcat 7.0.54-2 to 7.0.69-11, not from 6 to 7. I inherited this along with what was clearly bad information. > Running from a package tend

Re: Config file weirdness for additional applications

2009-10-30 Thread Peter Flynn
Caldarale, Charles R wrote: Interesting. Where should such new appBase directories be? That's entirely up to you (and your sysadmin). So they don't have to be in and around the tomcat directories. OK, many thanks. I must have missed this in the docs: the plural status of the directory nam

Re: Config file weirdness for additional applications

2009-10-30 Thread Peter Flynn
Caldarale, Charles R wrote: From: Peter Flynn [mailto:pfl...@ucc.ie] Subject: Re: Config file weirdness for additional applications Indeed they do. But both ROOT and OpenClinica are subdirectories of webapps. Which is why you're getting all webapps deployed under both s. Use different ap

Re: Config file weirdness for additional applications

2009-10-30 Thread Peter Flynn
Caldarale, Charles R wrote: From: Peter Flynn [mailto:pfl...@ucc.ie] Subject: Config file weirdness for additional applications Then I found that Tomcat had also created another identical file in /etc/tomcat5/Catalina/publish.ucc.ie (our virtual host for the default Cocoon app). Post your

Config file weirdness for additional applications

2009-10-30 Thread Peter Flynn
I am serving Cocoon as my default app under Tomcat5 on RHEL5 using a virtual host implemented in the Apache httpd.conf. This is now working fine (thanks to the explanations of others on this list!) I now have to add another app, OpenClinica, in its own virtual host, so the DNS entry was made,

Re: Multiple applications

2009-07-30 Thread Peter Flynn
André Warnier wrote: Peter Flynn wrote: Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same ma

Re: Multiple applications

2009-07-29 Thread Peter Flynn
Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same machine using the same Tomcat server? Yes

Multiple applications

2009-06-23 Thread Peter Flynn
I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same machine using the same Tomcat server? Someone mentioned something about "another Tomcat instance" but I don't know if this is

Running more than one application

2009-02-16 Thread Peter Flynn
I have been running Cocoon 2.1.11 successfully on its own for some time in Tomcat 5.5.23 under RHEL5 with Apache httpd 2.2.3 but I now need to add Lucene and some other apps. The cocoon.war was unwrapped in webapps, and the only installation mods I made were to add the virtual host block to Ap