Hmm,

I have a little more in my workers.properties file. 
I've attached mine along with this message.

And here's my uriworkermap.properties information.

/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
/ora/*.jsp=ajp13
/cocoon/*=ajp13
/jetspeed/*=ajp13
/Addressbook/*=ajp13

This is working well with Tomcat 4.12, IIS 5, jdk
1.3.1_04, Windows/2000 Professional with the latest
patches, and jk 1.2.

The same set of files worked fine with Tomcat 4.0x,
IIS 5, jdk 1.3.1_04, Windows/2000 Professional with
the latest patches, and jk 1.2 or jk 1.0.

I hope this helps a bit.

/mde/

just my two cents . . . .


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
#
# general stuff
#
workers.tomcat_home=c:\tomcat
workers.java_home=c:\jdk1.3.1_04
ps=\

#
# workers list
#
worker.list=ajp12, ajp13

#
# ajp12 communicates on port 8007
#
worker.ajp12.port=8007
worker.ajp12.host=localhost
worker.ajp12.type=ajp12
worker.ajp12.lbfactor=1

#
# ajp13 connector communicating on port 8009
#
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1

#
# load balancing
#
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13, ajp12

#
# The JVM that we are about to use
#
worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll

#
# Setting the place for the stdout and stderr of tomcat
#
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr

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

Reply via email to