Hi John,

Here it goes:

from my httpd.conf:

<VirtualHost 141.19.93.41:8080>
ErrorLog logs/virtualhost1.log
TransferLog logs/VH1access.log

JkMount /*.* worker_ajp13_1

</VirtualHost>

<VirtualHost 141.19.93.41:8081>
Errorlog logs/virtualhost2.log
TransferLog logs/VH2access.log

JkMount /*.* worker_ajp13_2
</VirtualHost>

from my workers.properties:

worker.list=ajp12, worker_ajp13_1, worker_ajp13_2

#ajp12 worker definition
worker.ajp12.port=8007
worker.ajp12.host=localhost
worker.ajp12.type=ajp12

# **** First ajp13 port definition ***
worker.worker_ajp13_1.port=11005
worker.worker_ajp13_1.host=localhost
worker.worker_ajp13_1.type=ajp13

# **** Second ajp13 port definition ***
worker.worker_ajp13_2.port=11009
worker.worker_ajp13_2.host=localhost
worker.worker_ajp13_2.type=ajp13

when I try to access http://localhost:8080/index.jsp shouldn't it access my tomcat directory files?
should I also have virtual hosts defined in Tomcat?

thanks.
gunther


From: "Turner, John" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: 'Tomcat Users List' <[EMAIL PROTECTED]>
Subject: RE: Almost there: Odd error in mod_jk.log
Date: Mon, 16 Dec 2002 10:04:12 -0500


What are your JkMount statements, and what are the contents of
workers.properties?

John


> -----Original Message-----
> From: G|nther Mittermayer [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 16, 2002 9:07 AM
> To: [EMAIL PROTECTED]
> Subject: Almost there: Odd error in mod_jk.log
>
>
> Hi,
>
> I'm almost getting Apache and Tomcat to work together. I had
> some errors
> previously that have already been corrected. I'm now able to
> start both
> Tomcat and Apache with no errors, but I still can`t get the
> apache virtual
> hosts to redirect to Tomcat.
>
> The only error message I get is the following in mod_jk.log
>
> [jk_uri_worker_map.c (335)]:
> jk_uri_worker_map_t::uri_worker_map_close, NULL
> parameter
> [jk_uri_worker_map.c (185)]: In
> jk_uri_worker_map_t::uri_worker_map_free,
> NULL parameters
>
> any hints??
> thanks.
> gunther.
>
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
>
>
> --
> 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]>

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


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

Reply via email to