I finally have Tomcat and Mod Jk2 working on my PowerBook Mac. OS 10.3.
Apache 1.3.29
I have my system set up to serve the CMS Magnolia , http://www.obinary.com/en/magnolia.html


The CMS uses two instances of Tomcat, Author and Public respectively. I have a registered domain
pointing forwarding to my port 80. i.e., via http://www2.mydomain.com:8091/.


I'm using airport extreme as a router that with port mapping that directs 8091 to 80.

Everything works fine locally. I just can't figure out how to configure the instance of "public"
to serve to the public. This is the workers2.properties config I'm using that works locally:


 [channel.socket:localhost:8020]
  port=8020
  host=127.0.0.1

  [ajp13:localhost:8020]
  channel=channel.socket:localhost:8020

  [uri:/*]
  worker=ajp13:localhost:8020

I've tried changing "host" to 10.0.1.3 which is the internal ip for my PowerBook.
Is there any additional configurations that I need to to to server.xml of the "public" instance of Tomcat?


Anybody serving Tomcat from there home?

Thanks,

Samuel.


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



Reply via email to