DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27167>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27167





------- Additional Comments From [EMAIL PROTECTED]  2005-01-14 14:15 -------
These days I tried to setup Apache 2.0.52 and Tomcat 5.5.4 to interwork
either start up separately or Tomcat as Apache "inprocess".
After many many trials I managed to get the non "inprocess" configuration to 
work. However, I didn't manage to get the inprocess configuration up and 
running.

When I look at the Tomcat/Catalina example config files, i.e. 
workers2.properties
and jk2.manifest, I'd recognized that they are hopefully outdated, i.e. the 
listed jars do not match with the provided set of jars and JMX has become part 
of JAVA 5 that tomcat 5.5 is supposed to use. Even the
uris to the default examples, are not correct.

One more note. Since it is not clear which config files are used by an 
installation and which one are not I recommend to rename these files by adding 
an example suffix. This would save a lot of confusion, too.

By the way the non inprocess configuration could be as easy as just adding
the following lines to apaches httpd.conf file:

<IfModule !mod_jk2.c>
  LoadModule jk2_module modules/mod_jk2.so
</IfModule>
<IfModule mod_jk2.c>
  JkSet channel.socket:localhost:8009.info "Ajp13 forwarding over socket"
  JkSet channel.socket:localhost:8009.tomcatId localhost:8009

  JkSet status:.info "Status worker, displays runtime information"

  <Location /jkstatus>
    JkUriSet group status:
  </Location>

  <Location /jsp-examples>
    JkUriSet group lb:lb
  </Location>
  <Location /servlets-examples>
    JkUriSet group lb:lb
  </Location>
</IfModule>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to