Re: Access static content (logs folder) ?

2008-06-07 Thread Johnny Kewl
- Original Message - From: karthikn [EMAIL PROTECTED] -- HTTP Status 404 - /XFLDER/ type Status report message /XFLDER/ description The requested resource (/XFLDER/) is not available.

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-07 Thread Mark Thomas
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()

Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Thanuja Danda
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

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Martin
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:

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Thanuja Danda
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

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread David Smith
*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

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Thanuja Danda
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.

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread David Smith
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

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Thanuja Danda
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

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread David Smith
Your connector looks like it needs a protocol attribute to define it as AJP. Add protocol=AJP/1.3 to the Connector ... / element. If you still need a standard http port on tomcat, add a second Connector ... / with a different port and a protocol attribute of HTTP/1.1 --David Thanuja Danda

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Thanuja Danda
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 Connector ... / element. If you still need a standard

RE: Access static content (logs folder) ?

2008-06-07 Thread Caldarale, Charles R
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 directory

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Johnny Kewl
- Original Message - From: Thanuja Danda [EMAIL PROTECTED] To: users@tomcat.apache.org 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

Re: Access static content (logs folder) ?

2008-06-07 Thread Johnny Kewl
- Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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

Re: SSL redirect issue -

2008-06-07 Thread Bill Barker
[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:8443

Re: MBeans and Lifecycle

2008-06-07 Thread Bill Barker
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:

RE: Access static content (logs folder) ?

2008-06-07 Thread Caldarale, Charles R
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 tracks,

RE: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Caldarale, Charles R
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

Re: Access static content (logs folder) ?

2008-06-07 Thread Johnny Kewl
- Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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

trying to use log4j in tomcat5.5 + jmx support

2008-06-07 Thread Javier Díaz
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