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:[EMAIL PROTECTED] 
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 

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

Reply via email to