0 Replies Latest reply on Jan 12, 2006 4:30 PM by mdonoso

    apache + jboss + jrun

      I have apache with jrun working correctly, but when I configure the tomcat connector (jk) the apache does not connect with jboss. My config is:

      <VirtualHost *:80>
      DocumentRoot "/home/users/webprod/serv-web-2003/product/web-internet-war"
      ServerName athenea.bolchile.cl
      ErrorLog logs/bec-error_log
      CustomLog logs/bec-access_log common
      <Directory "/home/users/webprod/serv-web-2003/product/web-internet-war">
      Options FollowSymLinks
      AllowOverride AuthConfig
      Order allow,deny
      Allow from all
      DirectoryIndex index.htm

      DirectoryIndex index.htm
      LoadModule jrun_module /tools/jrun4/lib/wsconfig/1/mod_jrun20.so
      <IfModule mod_jrun20.c>
      JRunConfig Verbose false
      JRunConfig Apialloc false
      JRunConfig Ssl false
      JRunConfig Ignoresuffixmap false
      JRunConfig Serverstore /tools/jrun4/lib/wsconfig/1/jrunserver.store
      JRunConfig Bootstrap 127.0.0.1:51001
      AddHandler jrun-handler .jsp .jws



      LoadModule jk_module modules/mod_jk.so

      <VirtualHost *:80>
      #ServerAdmin mdonoso@bolchile.cl
      DocumentRoot "/home/users/webprod/Paso"
      ServerName www.bolsadeproductos.cl
      ErrorLog logs/bpc-error_log
      CustomLog logs/bpc-access_log common
      <Directory "/home/users/webprod/Paso">
      Options FollowSymLinks
      AllowOverride AuthConfig
      Order allow,deny
      Allow from all
      DirectoryIndex index.html

      Redirect / http://athenea.bolsagro.cl/bpc/
      DirectoryIndex index.html index.htm
      JkWorkersFile /usr/apache2/conf/workers.properties
      JkLogFile /usr/apache2/logs/mod_jk.log
      JkLogLevel error
      JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
      JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
      JkRequestLogFormat "%w %V %T"
      JkMount /bpc/* worker_bpc