Hi all, I succeeded in configuring apache 2.0.43 and tomcat 4.1.12 to talk to each other via jk2.
Still I have a couple of questions: 1) I am using name based virtual hosting and have the following problem: the main/default site will be reached through its IP address because of customers coming from extranet. This way I cannot get the jk2 connector to handle jsp pages, unless i put a uri mapping like this in workers2.properties: [uri:10.0.0.10/*.jsp]. Is this the way it should be or am I missing something? 2) for each vhost I must add an uri mapping in workers2.properties. Is this intentional? Is there any way to specify a global uri like [uri:*/*.jsp]? 3) for better security should I use a network socket or a unix socket to connect apache and tomcat (they're on the same box)? Has anyone suggestions on setting up a secure configuration? I have also looked through the code and it looks like item 2 is not possible, but I did not spend too much time on it, just a quick tour. I can post my conf files, if that's necessary. Thanks in advance, -- Umberto Nicoletti - [EMAIL PROTECTED] | [EMAIL PROTECTED] Tel. 049-8239380 (assistenza) "We'll try to make different mistakes this time." - Larry Wall -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
