Re: Configuration help with tomcat connectors

2009-05-10 Thread Dave Filchak
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors If I set it up as localhost now, what is the impact if, in the future, I need to add other hosts? One must be the defaultHost, so its name is irrelevant other

RE: Configuration help with tomcat connectors

2009-05-10 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Configuration help with tomcat connectors > > If I set it up as localhost now, what is the impact if, > in the future, I need to add other hosts? One must be the defaultHost, so its name is irrelevant other than it

RE: Configuration help with tomcat connectors

2009-05-10 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Configuration help with tomcat connectors > >unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > You have

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
Charles, Caldarale, Charles R wrote: WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'appbase' to 'webapps' did not find a matching property. The above is due to the invalid element in server.xml. I have removed the offending element but I am still getti

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
Charles, Caldarale, Charles R wrote: It's not necessary to change the name (or the defaultHost) if you only have one element, so I'd recommend changing both back to localhost. You only need multiple names if you are serving multiple domains that have separate sets

RE: Configuration help with tomcat connectors

2009-05-09 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Configuration help with tomcat connectors > > name (or the defaultHost) if you only have one element, so I'd recommend changing both back to localhost. You only need multiple names if you are serving

RE: Configuration help with tomcat connectors

2009-05-09 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Configuration help with tomcat connectors > > 1a: I assume that if the DNS for a particular virtualhost (domain) > points to this new IP, the tomcat server will serve the correct files > based on the context? True

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
André Warnier wrote: André, Thanks very much for taking the time to write this very helpful and detailed response. I truly appreciate it. I have basically come to terms with most of the theory in what you are saying here and slowly the light is coming on. ... BUT I have managed to

Re: Configuration help with tomcat connectors

2009-05-09 Thread André Warnier
Dave Filchak wrote: ... Hi. Since the simple answer did not work (or was not sufficient), and since on the other hand you seem to be wanting to understand what you are doing, let me try to give you an overview. For short, I will use "Apache" when I mean Apache httpd, and Tomcat to mean the Ap

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors So, can you clarify what you mean by standalone? Not front-ended by httpd or other web server. Right now it is running on port 8080 and I have other sites

RE: Configuration help with tomcat connectors

2009-05-09 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Configuration help with tomcat connectors > > So, can you clarify what you mean by standalone? Not front-ended by httpd or other web server. > Right now it is running on port 8080 and I have other sites > running

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors So, I am told there will be static content as well as JSP pages. Tomcat does an excellent job of serving static content all by itself. Unless you

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
André Warnier wrote: Hi. Just for a start, add a line after this one : > # Send JSPs for context /jsp-examples to worker named default > JkMount /jsp/*.jsp worker1 JkMount /jsp worker1 and just try again (after restarting Apache) Note : I also think you've got way too many workers there, includ

RE: Configuration help with tomcat connectors

2009-05-09 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Re: Configuration help with tomcat connectors > So, I am told there will be static content as well as JSP pages. Tomcat does an excellent job of serving static content all by itself. Unless you have some other compelling ne

Re: Configuration help with tomcat connectors

2009-05-09 Thread Dave Filchak
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Configuration help with tomcat connectors I have been trying to set up tomcat with apache 2.2 for the last few days and have been unsuccessful in getting the connectors working with the supplied example files.

Re: Configuration help with tomcat connectors

2009-05-08 Thread André Warnier
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Configuration help with tomcat connectors I have been trying to set up tomcat with apache 2.2 for the last few days and have been unsuccessful in getting the connectors working with the supplied example files. B

Re: Configuration help with tomcat connectors

2009-05-08 Thread André Warnier
Hi. Just for a start, add a line after this one : > # Send JSPs for context /jsp-examples to worker named default > JkMount /jsp/*.jsp worker1 JkMount /jsp worker1 and just try again (after restarting Apache) Note : I also think you've got way too many workers there, including a load balancer t

RE: Configuration help with tomcat connectors

2009-05-08 Thread Caldarale, Charles R
> From: Dave Filchak [mailto:sub...@zuka.net] > Subject: Configuration help with tomcat connectors > > I have been trying to set up tomcat with apache 2.2 for the last > few days and have been unsuccessful in getting the connectors > working with the supplied example files. Before proceeding an