[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tomcat-user
Subject:    RE: Tomcat and Apache Connector Problem
From:       Donald Beck <tarheel92x () yahoo ! com>
Date:       2006-05-31 2:19:12
Message-ID: 20060531021912.61271.qmail () web30306 ! mail ! mud ! yahoo ! com
[Download RAW message or body]

I put 

JkMount /jsp-examples ajp13 

in my httpd.conf file.  I started the services and I
still do not see the same as if I typed
http://localhost:8080/jsp-examples.

Thanks for your help.

DB

--- Serlet Jean-Claude <jean-claude.serlet@insee.fr>
wrote:

> Add the directive JkMount to tell Apache using
> Tomcat to serve your JSP 
> JkMount /yourWebaaps ajp13 
> 
> 
> Jean-Claude
> 
> -----Message d'origine-----
> De : Donald Beck [mailto:tarheel92x@yahoo.com] 
> Envoyé : dimanche 28 mai 2006 17:11
> À : users@tomcat.apache.org
> Objet : Tomcat and Apache Connector Problem
> 
> I have installed the following on a Windows Server:
> 
> Apache 2.0.58
> Tomcat 5.0.28
> SDK 1.4.2.11
> mod_jk_1.2.6_2.0.50.dll (renamed mod_jk.dll and
> placed it in
> APACHE_HOME/modules)
> 
> I am trying to configure Tomcat to server up JSP
> pages, and have made the
> following modifications to the following files:
> 
> server.xml
> --------------
> <!-- Define a Coyote/JK2 AJP 1.3 Connector on port
> 8009 -->
> <Connector port="8009"
> enableLookups="false" redirectPort="8443" debug="0"
> protocol="AJP/1.3" />
> 
> httpd.conf
> -------------
> LoadModule jk_module modules/mod_jk.dll
> 
> #Configure mod_jk
> JkWorkersFile conf/workers.properties
> #
> 
> workers.properties
> ------------------------
> # list the workers by name
> 
> worker.list=ajp13
> 
> # ------------------------
> # First tomcat server
> # ------------------------
> worker.ajp13.port=8009
> worker.ajp13.host=localhost
> worker.ajp13.type=ajp13
> 
> jk2.properties
> -----------------
> channelSocket.address=localhost
> channelSocket.port=8009
> 
> The server.xml file is the default settings in that
> file. I have verified
> the location of my files and they are in the correct
> directory.
> 
> I try to go to http://localhost/jsp-examples/ and
> page is not found,
> http://localhost:8080/jsp-examples/
> works fine. I have tried reading the documentation
> but I cannot find what I
> am missing.
> 
> Any thoughts?
> 
> TIA
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic