----- Original Message -----
From: "Jacob Kjome" <[EMAIL PROTECTED]>
Subject: Re: Tomcat application redeploy behind Apache server


>
> I would suggest that you quit using mod_webapp.  It is not actively
> developed any longer.  Use mod_jk or jk2.  mod_webapp is probably doing
> some funky cacheing.  I couldn't tell you for sure and neither could most
> people.  This is because almost no one uses mod_webapp anymore and you
will
> be hard pressed to find any support out there for it.  Make the switch and
> see if mod_jk or jk2 solves your problem.

I tried mod_jk2 and it got worse.  Now I cannot see updated web pages
without restarting the Tomcat server.

Remember that I am the application programmer writing the servlet which is
running on Tomcat, not the systems programmer configuring the Apache and
Tomcat servers.  So please excuse my stupidity with regard to how those
servers are configured.  In my previous message I copied text from an
obsolete file in apache2/conf.

When I look at the log on the Tomcat server I see messages which I interpret
as indicating that the mod_jk2 connector has started up.

The only thing I see in the httpd.conf on the Apache side which appears to
relate to the mod_jk2 connection is:

LoadModule jk2_module modules/mod_jk2.so

In workers2.properties I see:

[uri:/Census/*]
info=Census Servlets
worker=ajp13:localhost:8009
debug=0

which I assume directs requests to my application, which is on the Tomat
server at localhost:8009

I honestly do not know what questions to ask in order to get this working.
I do not know what information about my configuration is relevant to
resolving this problem.  I do not know one connector from another, so I have
absolutely no reason to pick one over another.  I just want to run my
servlet.  So could someone please hand-hold me through this?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to