Re: Port 8180 works, port 80 with mod_jk doesn't ... and it feelsso close

2002-10-12 Thread Marc G. Fournier


woo hoo ... that looks like that jsut may have been it ... I knew it had
to be something obvious ... now to get the client to confirm that things
look right for him :)

Thanks ...


On Fri, 11 Oct 2002, Geoff Howard wrote:

 I think you just need to add
JkMount /*   ajp13
 right below your other JkMount.
 0
 You can see in the log below that / is processed with
 an exact match, and /index.html is processed with no
 match - meaning it wasn't sent on to cocoon correctly
 as the other was.

 Geoff
 P.S. Do you really mean 8180?  Are you setting up
 multiple versions of tomcat or is there some other
 reason you've changed the default port?  If there is
 another version running, does this setup leave those
 unaffected as it should?

 snip/
  Now, turning the JK Log level to debug, I'm seeing:
 
  [Fri Oct 11 18:58:27 2002]  [jk_uri_worker_map.c
  (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
  [Fri Oct 11 18:58:27 2002]  [jk_uri_worker_map.c
  (477)]: Attempting to map URI '/'
  [Fri Oct 11 18:58:27 2002]  [jk_uri_worker_map.c
  (491)]: jk_uri_worker_map_t::map_uri_to_worker,
  Found an exact match ajp13 - /

 snip/
  (477)]: Attempting to map URI '/index.html'
  [Fri Oct 11 18:58:27 2002]  [jk_uri_worker_map.c
  (599)]: jk_uri_worker_map_t::map_uri_to_worker, done
  without a match


 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




So close .. I think?

2002-10-11 Thread Marc G. Fournier


Okay, as suggested, I replaced mod_webapp with mod_jk2, and if I go to
http://domain now, it comes up with an error to the effect of:

Cocoon 2 - Resource not found

In my httpd.conf file, I have:

# Configure mod_jk
#
JkWorkersFile /usr/local/jakarta-tomcat4.1.10/conf/jk/workers.properties
JkLogFile /var/www/mod_jk.log
JkLogLevel info

where workers.properties just contains:

===
workers.tomcat_home=/usr/local/jakarta-tomcat4.1.10
workers.java_home=/usr/local/jdk1.3.1
ps=/
worker.list=ajp12, ajp13

# Definition for Ajp13 worker
#
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13


Now, in my VirtualHost directive for the domain, I have:

JkMount /   ajp13

which is obviously wrong ... but what should it be?

Basically, what I want, is for:

http://domain to connect to http://domain:8009/cocoon/domain

and use the sub-sitemap.xmap file properly ... but this is all new to me
:(

Again, if there is a good how to on this that I should be reading, please
point me to it ...

Thanks ...



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




sub-sitemaps with mod_webapp ...

2002-10-10 Thread Marc G. Fournier


I have a client that we've got setup using Jakarta-Tomcat 4.x and Cocoon
2.x ... we have mod_webapp setup so that when you go to http://domain, it
connects to the warp Connector through to /cocoon/domain, in which the
client has a sitemap.xmap file ...

If we go to http://domain:8083/cocoon/domain, everything loads up fine ...
if we go to http://domain, we just get a directory listing that shows the
sitemap.xmap file and the subdirectories ...

So, from what I can tell, tomcat is setup right, its the mod_webapp stuff
that isn't working right ...

I'm not finding anything in the log files either, that are indicating a
problem?

I've searched through google, and the FAQs, and what HowTos I could find,
but nothing seems to get into this ;( Is there one that I've missed?  Is
there something that I'm overlooking?

Pointers to docs I can read (and bookmark) are most appreciated ...

thanks ...


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Cocoon Hosting ...

2002-01-17 Thread Marc G. Fournier


Hi ...

We just finished installing Jakarta-Tomcat 4.x + Cocoon 2 for one
of our clients, and in the course of the install, came across the hosting
page that suggested sending a note to this list to be added ...

We host all our clients in a virtual machine environment, so have
the capability of hosting whichever version you would like (provided it is
available) of pretty much any software that runs under a FreeBSD operating
system ...

So if you want Jakarta-Tomcat 3.x + Cocoon 1, we can do it ... if
you want Cocoon 2, we can do that too ...

For more information on our hosting, please feel free to check out
http://www.hub.org ...




-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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