Yeah, I'd totally forgotten about this one. The patch for the non-default
AJP Connector and the APR/AJP Connector have been committed to trunk, and
proposed for back-port to 6.0.x now.
Of course, as mentioned in the BZ issue, if you are using the default AJP
Connector this already works.
"And
"Jukka Merinen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> I have a following configuration: One front-end Apache 2.2 server with
> worker MPM that is using mod_jk 1.2 to connect to several back-end Tomcat
> 6.0 servers.
>
> Problem: The Apache MaxClients is 1000
Plana, Richard schrieb:
Hi,
Our Apache httpd proxy connects to the two tomcat servers
(load-balanced) through a network device that performs NAT.
Unfortunately, when the connections go idle (and it happens quite often
since it's a currently low-volume application), the NAT box seems to
lose th
On Fri, Jun 27, 2008 at 2:51 PM, dylanmac <[EMAIL PROTECTED]> wrote:
> In any event, I have tried what you suggested re: the hosts file and still
> no dice. There is a slight difference this time, though. Rather than
> getting a "can't establish a connection" message, I get a blank page. Is
>
Ha, that's embarrassing. I've been substituting real names for fake ones for
the sake of this discussion and got my wires crossed in my reply.
In any event, I have tried what you suggested re: the hosts file and still
no dice. There is a slight difference this time, though. Rather than
getting
Hi,
Our Apache httpd proxy connects to the two tomcat servers
(load-balanced) through a network device that performs NAT.
Unfortunately, when the connections go idle (and it happens quite often
since it's a currently low-volume application), the NAT box seems to
lose the TCP session. The Apache h
On Fri, Jun 27, 2008 at 1:38 PM, dylanmac <[EMAIL PROTECTED]> wrote:
> and here's what's in my hosts file:
>
> 127.0.0.1 localhost
> ::1 localhost
> 127.0.0.1 devlocal1
> 127.0.0.1 devlocal2
>
> When I try to hit either ht
So here's what I entered in my server.xml file based on various pieces of
advice:
Hi,
Carlos, did you ever figure out what was causing this problem. I have what
appears to be the same situation. I installed IIS, Tomcat and the
redirector on a second system and it works just fine. I have spent some
time trying to see what is different about the two systems and why it won’t
w
> Additionally Mark, having context info within the Host is not invalid.
> It's just not the preferred way anymore.
> I am well aware of that. However, having appBase == docBase is:
> a) invalid
> b) entirely the source of your problems.
> Mark
Thanks Mark.
-
> No, use a different appBase for each to avoid such issues.
Thanks Chuck. That's what I was trying to do but I didn't realize what it
looked like. I have a better understanding now. This was my first
attempt to have a separate appBase and domain name. I appreciate the free
documentation f
Tom Tugan wrote:
Additionally Mark, having context info within the Host is not invalid.
It's just not the preferred way anymore.
I am well aware of that. However, having appBase == docBase is:
a) invalid
b) entirely the source of your problems.
Mark
> From: Tom Tugan [mailto:[EMAIL PROTECTED]
> Subject: Re: Virtual Host gives - Absolute uri:
> http://java.sun.com/jsf/corecannot be resolved
>
> I have multiple web apps. My 'main' goes in ROOT. I don't
> want to mix my other, virtually hosted webapps, with what's
> in root.So, I do webapp
Thanks Mark,
I have multiple web apps. My 'main' goes in ROOT. I don't want to mix my
other, virtually hosted webapps, with what's in root.So, I do
webapps/zzz & webapps/yyy and use virtual hosts to relate other domain
names to these.
Additionally Mark, having context info within the
Folks,
(posting this question here too, ´cause there´s tomcat issue)
I´m finding problems to compiling my original apache 2.0.46 in order to get
the ssl working, so I think switching to 1.3 would be an option. The thing is
that the apache 2.0.46, the tomcat 4.1 and BO 6.5 came together in a si
> From: JLucas ZB [mailto:[EMAIL PROTECTED]
> Subject: Re: Rebuilding Tomcat from sources
>
> Where can I get tomcat-dbcp.jar, which URL ? (to rebuild
> tomcat, i had to retrieve it from the binary distrib.)
Look in the build.xml and build.properties.default files for source locations.
You'll s
(A) Biggest issue: My (mis)understanding that comet sufferred from the
'one connection/one thread' problem.
I see from Kris Zyp's response on http://cometdaily.com/2007/12/10/comet-gazing-scaling/
that with the Tomcat
comet interface, this is decoupled, so that the number of connections
can
Mark Thomas wrote:
hareesh wrote:
I have downloaded Tomcat from the URL :
http://archive.apache.org/dist/tomcat/tomcat-5/archive/v5.0.5/bin/jakarta-tomcat-5.0.5.tar.gz
After downloading I unzip it using 'gunzip . After that I untared it
using
GNU tar (gtar) . Now the sample applications sh
Hi all,
I have a following configuration: One front-end Apache 2.2 server with
worker MPM that is using mod_jk 1.2 to connect to several back-end
Tomcat 6.0 servers.
Problem: The Apache MaxClients is 1000, whereas Tomcat AJP connector
maxThreads in each Tomcat is 100. If simultaneous conn
Hello,
yesterday I set up exactly what you need
You need to set up 2 "services", and inside define your hosts and connectors.
So here my server.xml:
This makes you 2 tomcats, one on loaclhost:8180 and the other on
loaclhost:8181, wit
20 matches
Mail list logo