Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
Thanks Charles and Chris -- that works! Dennis On Oct 15, 2009, at 2:06 PM, Caldarale, Charles R wrote: From: Dennis Christopher [mailto:dchristop...@pixion.com] Subject: Re: how to replace apache's mod_alias Next, and maybe I didnt follow directions properly, I added the directory

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
Hmm. I thought that correction would make it work, but still no go. I don't have any structure under conf, and usually add contexts in server.xml . I tried this first, giving path="/myapp-web". But this didnt work. It seems by the logic of what we are trying, i.e. making the docBase = /librar

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
. Dennis On Oct 15, 2009, at 11:26 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis, On 10/15/2009 11:15 AM, Dennis Christopher wrote: My application is a context element '/myapp' accessed via /myapp. Within the app's jsps are references to fi

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
ments. Tomcat the definitive guide says that if allowLinking in the myapp context is true that it should work, but so far it has not worked for me. Dennis On Oct 15, 2009, at 10:42 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis, On 10/13/2009 11:30 AM, D

how to replace apache's mod_alias

2009-10-13 Thread Dennis Christopher
environment: Tomcat 6.0.18 under apache2 on Mac OS X Server 10.6 (Snow Leopard). I have a web app that works under Tomcat with Apache as the front end. I have had issues with the Apache-Tomcat connectors and am trying to set up the app to be served directly by Tomcat, listening on port 80.

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-08 Thread Dennis Christopher
up okay and references of the form mysite.com:8080/sample have always worked. It may be helpful to see if mod_jk is the problem. Is there any way to exercise it apart from what we have been trying? Dennis On Sep 7, 2009, at 5:46 AM, Rainer Jung wrote: On 04.09.2009 16:01, Dennis Christopher

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-04 Thread Dennis Christopher
rver Error 502 locahost and this does update the access log. Dennis Christopher On Sep 4, 2009, at 12:49 AM, Rainer Jung wrote: On 03.09.2009 20:24, Dennis Christopher wrote: Rainer, Trying your /sample/ I get the same result. The log appears to respond to that try but the lines are similar to tho

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
at 1:26 PM, Rainer Jung wrote: On 03.09.2009 19:15, Dennis Christopher wrote: The problem is that I am trying to support simple references to my context without the tomcat port explicitly included. example: myexample.com/sample should invoke the web-app sample. You don't have a JkMount for /samp

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
have done with the config files I posted. Dennis P.S as it may be important - if I try example.com:8080/sample the main page of my web app loads but all of its subreferences, to gif images etc, are broken. On Sep 3, 2009, at 12:48 PM, Rainer Jung wrote: On 03.09.2009 15:34, Dennis Ch

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-03 Thread Dennis Christopher
satisfy this context and never does. I added JkMountCopy All but this had no effect. Dennis On Sep 3, 2009, at 4:18 AM, Rainer Jung wrote: On 02.09.2009 21:45, Dennis Christopher wrote: Rainer, Thanks for the reply. I was confused in my orginal post: I am not using JBoss at all, only mod_jk

Re: /context not working -- mod_jk error: no match for /server-status

2009-09-02 Thread Dennis Christopher
mworker.port=1279 worker.blojsomworker.host=127.0.0.1 worker.blojsomworker.type=ajp13 worker.blojsomworker.lbfactor=100 # END workers.properties # On Sep 2, 2009, at 2:05 PM, Rainer Jung wrote: On 27.08.2009 15:45, Dennis Christopher wrote: environment: Tomcat 6.0.18 under apache2 on Mac

mod_jk error

2009-08-28 Thread Dennis Christopher
erver- status" is coming from? Dennis Christopher - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: /context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
source 'JkMount' [Tue Aug 25 12:41:11.784 2009] [211:2688784416] [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI '/ *.jsp=JBoss1' source 'JkMount' [Tue Aug 25 12:41:11.784 2009] [211:2688784416] [debug] map_uri_to_

/context not working -- mod_jk error: no match for /server-status

2009-08-27 Thread Dennis Christopher
27; source 'JkMount' [Tue Aug 25 12:41:11.784 2009] [211:2688784416] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1047): Match value:for URI '/server-status' is -1. [Tue Aug 25 12:41:11.784 2009] [211:2688784416] [debug] jk_translate::mod_jk.c (3536): no match for /serve

mod_jk connector runtime error on OS X Server

2009-08-24 Thread Dennis Christopher
xactly. I get an error in mod_jk.log (set to debug level): (601)Attempting to map context URI '/examples/*=JBoss1' source JkMount Any help on how to diagnose what the seeming error is pointing to would be much appreciated. Dennis Christopher