Yes it is very strange.  I also tried it with Tomcat stopped, and still
that Include statement seems to be the offending line.

I sent my files with the previous emails, including the httpd.conf.  I
am wondering, if I try to put all the relevant JK 'stuff' directly into
the httpd.conf file will it work.... I am going to try that in the
meantime...

Thanks again:

mod_jk.conf :  (All paths to module, workers, etc are correct)

########## Auto generated on Wed Aug 27 08:54:18 UTC 2003##########

<IfModule !mod_jk.c>
  LoadModule jk_module /usr/local/apache/libexec/mod_jk-1.3.eapi.so
</IfModule>

JkWorkersFile
"/usr/local/jakarta-tomcat-4.1.27/conf/jk/workers.properties"
JkLogFile "/usr/local/jakarta-tomcat-4.1.27/logs/mod_jk.log"

JkLogLevel info



<VirtualHost www.parkingticketpayment.com>
    ServerName www.parkingticketpayment.com

    #################### www.parkingticketpayment.com:/admin
####################

    # Static files 
    Alias /admin
"/usr/local/jakarta-tomcat-4.1.27/webapps/../server/webapps/admin"

    <Directory
"/usr/local/jakarta-tomcat-4.1.27/webapps/../server/webapps/admin">
        Options Indexes FollowSymLinks
        DirectoryIndex index.html index.htm index.jsp 
    </Directory>


    # Deny direct access to WEB-INF and META-INF
    #
    <Location "/admin/WEB-INF/*">
        AllowOverride None
        deny from all
    </Location>

    <Location "/admin/META-INF/*">
        AllowOverride None
        deny from all
    </Location>

    JkMount /admin/j_security_check  ajp13
    JkMount /admin/*.do  ajp13
    JkMount /admin/*.jsp  ajp13

    #################### www.parkingticketpayment.com:/webdav
####################

    # Static files 
    Alias /webdav "/usr/local/jakarta-tomcat-4.1.27/webapps/webdav"

    <Directory "/usr/local/jakarta-tomcat-4.1.27/webapps/webdav">
        Options Indexes FollowSymLinks
        DirectoryIndex index.jsp index.html index.htm 
    </Directory>


    # Deny direct access to WEB-INF and META-INF
    #
    <Location "/webdav/WEB-INF/*">
        AllowOverride None
        deny from all
    </Location>

    <Location "/webdav/META-INF/*">
        AllowOverride None
        deny from all
    </Location>

    JkMount /webdav/*.jsp  ajp13

    #################### www.parkingticketpayment.com:/examples
####################

    # Static files 
    Alias /examples "/usr/local/jakarta-tomcat-4.1.27/webapps/examples"

    <Directory "/usr/local/jakarta-tomcat-4.1.27/webapps/examples">
        Options Indexes FollowSymLinks
        DirectoryIndex index.html index.htm index.jsp 
    </Directory>


    # Deny direct access to WEB-INF and META-INF
    #
    <Location "/examples/WEB-INF/*">
        AllowOverride None
        deny from all
    </Location>

    <Location "/examples/META-INF/*">
        AllowOverride None
        deny from all
    </Location>

    JkMount /examples/jsp/security/protected/j_security_check  ajp13
    JkMount /examples/snoop  ajp13
    JkMount /examples/servlet/*  ajp13
    JkMount /examples/CompressionTest  ajp13
    JkMount /examples/*.jsp  ajp13
    JkMount /examples/servletToJsp  ajp13
    JkMount /examples/SendMailServlet  ajp13

    #################### www.parkingticketpayment.com:/tomcat-docs
####################

    # Static files 
    Alias /tomcat-docs
"/usr/local/jakarta-tomcat-4.1.27/webapps/tomcat-docs"

    <Directory "/usr/local/jakarta-tomcat-4.1.27/webapps/tomcat-docs">
        Options Indexes FollowSymLinks
        DirectoryIndex index.html index.htm index.jsp 
    </Directory>


    # Deny direct access to WEB-INF and META-INF
    #
    <Location "/tomcat-docs/WEB-INF/*">
        AllowOverride None
        deny from all
    </Location>

    <Location "/tomcat-docs/META-INF/*">
        AllowOverride None
        deny from all
    </Location>

    JkMount /tomcat-docs/*.jsp  ajp13

    #################### www.parkingticketpayment.com:/manager
####################

    # Static files 
    Alias /manager
"/usr/local/jakarta-tomcat-4.1.27/webapps/../server/webapps/manager"

    <Directory
"/usr/local/jakarta-tomcat-4.1.27/webapps/../server/webapps/manager">
        Options Indexes FollowSymLinks
        DirectoryIndex index.html index.htm index.jsp 
    </Directory>


    # Deny direct access to WEB-INF and META-INF
    #
    <Location "/manager/WEB-INF/*">
        AllowOverride None
        deny from all
    </Location>

    <Location "/manager/META-INF/*">
        AllowOverride None
        deny from all
    </Location>

    JkMount /manager/list  ajp13
    JkMount /manager/deploy  ajp13
    JkMount /manager/html/*  ajp13
    JkMount /manager/resources  ajp13
    JkMount /manager/start  ajp13
    JkMount /manager/stop  ajp13
    JkMount /manager/install  ajp13
    JkMount /manager/*.jsp  ajp13
    JkMount /manager/remove  ajp13
    JkMount /manager/roles  ajp13
    JkMount /manager/sessions  ajp13
    JkMount /manager/serverinfo  ajp13
    JkMount /manager/reload  ajp13
    JkMount /manager/undeploy  ajp13
</VirtualHost>


> -----Original Message-----
> From: John Turner [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 27, 2003 9:29 AM
> To: Tomcat Users List
> Subject: Re: First mod_jk problem - can't start apache with 
> Include statement
> 
> 
> 
> configtest doesn't return an error?  It just hangs?  That is 
> very funky.
> 
> Can you post your mod_jk.conf?
> 
> John
> 
> Denise Mangano wrote:
> 
> > The same thing happens... It just hangs....  Also, the same 
> situation. 
> > If I comment out the Include statement in httpd.conf I can run the 
> > configtest ok.
> > 
> > 
> >>-----Original Message-----
> >>From: John Turner [mailto:[EMAIL PROTECTED]
> >>Sent: Wednesday, August 27, 2003 9:20 AM
> >>To: Tomcat Users List
> >>Subject: Re: First mod_jk problem - can't start apache with 
> >>Include statement
> >>
> >>
> >>
> >>What's the output of "APACHE_HOME/bin/apachectl configtest"?
> >>
> >>John
> >>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to