Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
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, Dennis Christopher

Re: how to replace apache's mod_alias

2009-10-15 Thread Dennis Christopher
as such. 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 server address/myapp. Within the app's jsps are references to files

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 =

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 conf

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
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 wrote: Rainer

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

2009-09-04 Thread Dennis Christopher
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 those I originally

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

2009-09-03 Thread Dennis Christopher
to 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-03 Thread Dennis Christopher
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 Christopher wrote

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

2009-09-03 Thread Dennis Christopher
: 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 /sample, only one for /sample/*. What happens

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

2009-09-02 Thread Dennis Christopher
. worker.blojsomworker.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 OS

mod_jk error

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

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

2009-08-27 Thread Dennis Christopher
::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 /server-status found Any help on how to diagnose what the seeming error is pointing to would be much appreciated. Dennis

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

2009-08-27 Thread Dennis Christopher
found Any help on how to diagnose what the seeming error is pointing to would be much appreciated. Dennis Christopher _ Get back to school stuff for them and cashback for you. http://www.bing.com/cashback?form=MSHYCBpubl=WLHMTAGcrea

mod_jk connector runtime error on OS X Server

2009-08-24 Thread Dennis Christopher
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