Prevent mod_jk from checking all virtual hosts

2003-03-06 Thread Adam Denenberg
I posted this once before but go no response, so I am trying again. Does anybody know how to prevent mod_jk from checking all virtual hosts in apache? JKWorkers and JkLog setting need to be global. However even in VirtualHosts that have no JkMount statement, mod_jk still checks for matches for

Disable mod_jk for virtualhosts

2003-03-05 Thread Adam Denenberg
Is this possible? I know that JkWorkers and JkLog stuff needs to be set globally. But even the virtualhosts that I donĀ¹t have any JkMount statements in , I still see in the debug log, mod_jk trying to match for those. Seems like a lot of extra work for no reason. Anyone know the deal with

Mysql connector/j

2003-03-04 Thread Adam Denenberg
Anyone have instructions for installing and configuring the mysql connector/j jar file on tomcat 4.1.18 unix machine? I have the jar but not sure how to configure tomcat to use the jar file.. Do I need to rename the jar file to something specific? thanks Adam

Tomcat error

2003-03-04 Thread Adam Denenberg
Has anyone seen this error before and know what it means? thanks Adam INFO: Initializing Coyote HTTP/1.1 on port 8080 ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with Ajp13Connector at

Does mod_jk work with virtualhosts ?

2003-03-04 Thread Adam Denenberg
I just figured out why my mod_Jk config was not working. It seems if I put the Include conf/mod_jk.conf in the Virtualhost block , or put the Jk* parameters inside a Virtualhost , it does not work. Only when set globally does this work. Does anyone know if mod_jk will work with virtualhosts

Server denies access to resource (mysql JDBC)

2003-03-04 Thread Adam Denenberg
org.apache.jasper.JasperException: java.sql.SQLException: Server configuration denies access to data source IS the error I am getting for my mysql JDBC Connection. I dropped the mysql-connector-java-3.0.6-stable-bin.jar file in common/lib as per instructions and have the following setup as one

Re: mod_jk error

2003-03-03 Thread Adam Denenberg
only have one worker defined, and it may be causing confusion to mod_jk.so. John -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 8:36 PM To: [EMAIL PROTECTED] Subject: mod_jk error I have been digging everywhere and can

Re: mod_jk error

2003-03-03 Thread Adam Denenberg
typo-related problems (or permission problems). My eyesight isn't as good as it used to be, but it looks like you have ajp13 typed out correctly in all the places where it needs to be. John -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Monday, March 03

Re: mod_jk error (jk_map.c ERROR)

2003-03-03 Thread Adam Denenberg
) instead of a one (1) in ajp13 and other typo-related problems (or permission problems). My eyesight isn't as good as it used to be, but it looks like you have ajp13 typed out correctly in all the places where it needs to be. John -Original Message- From: Adam Denenberg [mailto

Apache 1.3.27 + mod_jk 1.2.2 + tomcat 4..1.18

2003-03-03 Thread Adam Denenberg
Anyone have a working config for this combo? Trying to resolve my did not found worker error from mod_jk adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache 1.3.27 + mod_jk 1.2.2 + tomcat 4..1.18

2003-03-03 Thread Adam Denenberg
? I'm on unixware... --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:02 AM To: Tomcat Users List Subject: Apache 1.3.27 + mod_jk 1.2.2 + tomcat 4..1.18 Anyone have a working config

Jk_map.c (map_get function)

2003-03-03 Thread Adam Denenberg
Anyone familiar with the mod_jk source who would know why jk_map.c function map_get() would not return a value? I have indentified my problem to that source file where it gets called from jk_worker.c (136) and then map_get() does not return any value, hence the result of the could not found

Mod_jk source vs binary

2003-03-03 Thread Adam Denenberg
Has anyone had any issues with using the mod_jk binary vs source versions? I saw some posts that said the build of the source fixed a lot of problems that the binary was having. I keep getting the error [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker and

Re: Internal Server Error

2003-03-01 Thread Adam Denenberg
still unlcear why mod_jk is unable to find a worker as it complains about? Anyone know what would cause that? thanks Adam On 2/28/03 5:29 PM, Adam Denenberg [EMAIL PROTECTED] wrote: Hey , I am using apache 1.3.X with tomcat 4.1.18 on solaris 7 and sun JDK 1.4. I am getting an internal

mod_jk error

2003-03-01 Thread Adam Denenberg
I have been digging everywhere and can not find the answer to this error that I am getting. Has anyone seen this error, and resolved it, or found the root of its cause? [Fri Feb 28 21:13:27 2003] [jk_worker.c (136)]: wc_get_worker_for_name, done did not found a worker Thanks Adam

Internal Server Error

2003-02-28 Thread Adam Denenberg
Hey , I am using apache 1.3.X with tomcat 4.1.18 on solaris 7 and sun JDK 1.4. I am getting an internal server error with the folloing jk error in my mod_jk.log file [Fri Feb 28 17:15:43 2003] [jk_uri_worker_map.c (558)] jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -

Re: Internal Server Error

2003-02-28 Thread Adam Denenberg
[EMAIL PROTECTED] -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:29 PM To: [EMAIL PROTECTED] Subject: Internal Server Error Hey , I am using apache 1.3.X with tomcat 4.1.18 on solaris 7 and sun JDK 1.4. I am getting