This is a discussion on problem with: LoadModule jk_module modules/mod_jk2-2.0.43.dll within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi, I am trying to configure apache webserver with tomcat. When I put the following line: "LoadModule jk_module modules/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am trying to configure apache webserver with tomcat. When I put the following line: "LoadModule jk_module modules/mod_jk2-2.0.43.dll" in httpd.conf of Apache file and I am trying to start the Apache web server I am getting the error message saying : "Can't locate API module structure 'jk_module' int file C:Program Files/Apache Group/ Apache2/modules/mod_jk2-2.0.43.dll: " I shoud mentioned that I have put the file mod_jk2-2.0.43.dll in the module directory of Apache. can any body tell me what is wrong with this configuration? I appreciate your help in advance Mohsen |
|
|||
|
"Mohd Mohsen Abadi" <MABAdi1636@rogers.com> wrote in message
news:2bstb.2540$j1d.760@news04.bloor.is.net.cable. rogers.com... > Hi, > I am trying to configure apache webserver with tomcat. > When I put the following line: > > "LoadModule jk_module modules/mod_jk2-2.0.43.dll" try this instead LoadModule jk2_module modules/mod_jk2-2.0.43.dll > in httpd.conf of Apache file and I am trying to start the Apache web server > I am getting the error message saying : > > "Can't locate API module structure 'jk_module' int file C:Program > Files/Apache Group/ > Apache2/modules/mod_jk2-2.0.43.dll: " > > I shoud mentioned that I have put the file mod_jk2-2.0.43.dll in the module > directory of > Apache. > > can any body tell me what is wrong with this configuration? > > I appreciate your help in advance > > Mohsen > > |