Hi Mark thank you for so much help

You last note indicate this that you are using apache/tomcat on w2k.  So
your jk2.properties
is for this configuration???

Do you have workers2.properties and jk2.properties
that work with IIS/tomcat JK2 connector?

-D
----- Original Message -----
From: "Mark Eggers" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 11:49 AM
Subject: Re: Tomcat 4.1.18, JK2, IIS - Second try


> Dan,
>
> In each of your uri definitions, you need to say what
> worker you will be using:
>
> [uri:/examples/jsp/*]
> info=JSP examples
> context=/examples/jsp
> worker=ajp13:localhost:8009
>
> I'm using the following in my jk2.properties file.  I
> am using apache on win/2k, but I haven't started
> playing with the in-process stuff yet.  That means I
> can probably take out the references to apr.
>
> #
> # Socket configuration
> #
> handler.list=request,container,channelSocket,apr
>
> #
> # apr configuration
> #
> apr.NativeSo=${jkHome}\\bin\\Win32\\jkjni.dll
> apr.jniModeSo=${jkHome}\\bin\\Win32\\jkjni.dll
>
> #
> # socket configuration
> #
> channelSocket.port=8009
> channelSocket.address=127.0.0.1
> channelSocket.maxPort=port+10
>
> What would really be neat would be to compile apache
> with the cygwin ipc support and get UNIX sockets (ipc)
> working on Windows.
>
> It's on a "things to do" list.
>
> /mde/
> just my two cents . . . .
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>

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

Reply via email to