Hello,
I'm using a tomcat 5.5.25 with log4j for logging configured as it is
described here: http://tomcat.apache.org/tomcat-5.5-doc/logging.html.
I'm only using it at tomcat level because my web applications I'm using
are very old (~2000) and have their own logging system.
Well, I've been playing
- Original Message -
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, June 08, 2008 2:54 AM
Subject: RE: Access static content ("logs" folder) ?
From: Johnny Kewl [mailto:[EMAIL PROTECTED]
Subject: Re: Access static content ("logs" folder) ?
Wh
> From: Thanuja Danda [mailto:[EMAIL PROTECTED]
> Subject: Re: Configuring Apache with Tomcat using mod_jk connector
>
> I removed the workers.java_home and workers.tomcat_home from
> workers.properties. I was just following the instructions from
> http://tomcat.apache.org/connectors-doc/webserver_
> From: Johnny Kewl [mailto:[EMAIL PROTECTED]
> Subject: Re: Access static content ("logs" folder) ?
>
> Where were you yesterday?... cant leave me alone here,
> hey. and run off and play golf ;)
That's what my boss does - and she's very good at it; never tried it myself. I
drive on race tr
"Stront" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Is it possible to identify what stage in it's Lifecycle
> (org.apache.catalina.Lifecycle) Catalina is in using MBeans?
Some components you can (e.g. Context), most you can't.
> --
> View this message in context:
> http:/
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I have setup SSL on tomcat & seems to be working fine- however, on my
> login page which I have specified in the web.xml with a security
> constraint to use ssl - I have to submit the page 2x - the first does the
> redirect to https:84
- Original Message -
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Saturday, June 07, 2008 9:49 PM
Subject: RE: Access static content ("logs" folder) ?
From: karthikn [mailto:[EMAIL PROTECTED]
Subject: Re: Access static content ("logs" folder) ?
htt
- Original Message -
From: "Thanuja Danda" <[EMAIL PROTECTED]>
To:
Sent: Saturday, June 07, 2008 4:27 PM
Subject: Configuring Apache with Tomcat using mod_jk connector
Hi All,
I have an issue configuring Apache/2.2.8 (True 64 Unix) integration with
Tomcat 5.0.28 using mod_jk/1.2.26
> From: karthikn [mailto:[EMAIL PROTECTED]
> Subject: Re: Access static content ("logs" folder) ?
>
> http://172.16.17.26:8080/XFLDER
> HTTP Status 404 - /XFLDER/
Which is what you should get, since there's no welcome file in the docBase
folder. You can use Johnny K's suggestion of enabling dire
Thanks a lot David !!!. It's working.
Thank you for your help.
Regards,
Thanuja
On 6/7/08, David Smith <[EMAIL PROTECTED]> wrote:
>
> Your connector looks like it needs a protocol attribute to define it as
> AJP. Add protocol="AJP/1.3" to the element. If you still
> need a standard http port
Your connector looks like it needs a protocol attribute to define it as
AJP. Add protocol="AJP/1.3" to the element. If you
still need a standard http port on tomcat, add a second /> with a different port and a protocol attribute of "HTTP/1.1"
--David
Thanuja Danda wrote:
Yeah I looks like
Yeah I looks like we are making some progress. Thanks for your help. I
checked the log files on both Apache and Tomcat. It look like the request is
not reaching Tomcat, as there are no log messages on Tomcat about the
request. If there is proxy server present, do we need configure anything on
Apach
Believe it or not that's progress.. Apache and mod_jk are actually
attempting to sent the request upstream now. We just need to figure out
what's going on with tomcat that it's not responding correctly. Could
you post relevent parts of your server.xml -- preferably without all the
comments to
Hi David,
I confirm that there is no asterisk before JkMount.
I removed the workers.java_home and workers.tomcat_home from
workers.properties. I was just following the instructions from
http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html.
mtte0303 is the hostname of the machine.
*JkMount /testapp/*.jsp worker1
Maybe it's my mail client -- could you verify there is *not* an asterisk
before JkMount in the line above I copied from your config below?
Otherwise, you don't need workers.java_home or workers.tomcat_home --
mod_jk doesn't care where your tomcat home or jva h
Hi Martin,
Thanks for the reply.I do have a JkMount in $APACHE_HOME/conf/httpd.conf
*JkMount /testapp/*.jsp worker1*
Where *worker1* is a of type ajp13 and is configured in workers.properties
as:
*worker.worker1.type=ajp13*
Please see below in the configuration. I highlighted below (in httpd.conf
do you have the JKMount directive in your %APACHE_HOME%/conf/httpd.conf ?
# send all requests ending in .jsp to ajp13
JkMount /*.jsp ajp13
http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html
HTH
Martin-
- Original Message -
From: "Thanuja Danda" <[EMAIL PROTECTED]>
To:
Hi All,
I have an issue configuring Apache/2.2.8 (True 64 Unix) integration with
Tomcat 5.0.28 using mod_jk/1.2.26. Both Apache and Tomcat are running on the
same machine. While configuring, I followed the instructions from
http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html. I
che
André Warnier wrote:
Mark Thomas wrote:
André Warnier wrote:
A lot of speculation here, but who knows ?
Indeed. And it is all wrong.
Is that proven, or mere speculation on your part ?
That is fact. In the cases where Tomcat does do an internal redirect it
uses a RequestDispatcher.forward()
- Original Message -
From: "karthikn" <[EMAIL PROTECTED]>
--
HTTP Status 404 - /XFLDER/
type Status report
message /XFLDER/
description The requested resource (/XFLDER/) is not available.
--
20 matches
Mail list logo