[jboss-user] [Installation, Configuration & DEPLOYMENT] - IIS and mod_jk 1.2.25 problem

cyclops49 do-not-reply at jboss.com
Thu Sep 13 12:41:40 EDT 2007


win2003 standard sp1
JRockit 1.4.2
JBoss 3.2.8 sp1 (I changed port 8080 to 8002)

workers.properties

  | worker.list=worker1 
  | worker.worker1.type=ajp13 
  | worker.worker1.host=localhost 
  | worker.worker1.port=8009 
  | 

uriworkermap.properties

  | /TopAppsWeb/*=worker1
  | 


http://localhost:8002/TopAppsWeb/ => OK
http://localhost/TopAppsWeb/ => 404 error

why 404 error?
Did I miss something?


Here is mod_jk log file:

  | ...
  | [Thu Sep 13 18:51:15.078 2007] [3840:3880] [info] jk_isapi_plugin.c (1793): isapi_redirect/1.2.25 initialized
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_isapi_plugin.c (1199): Filter started
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_isapi_plugin.c (1266): Virtual Host redirection of /localhost/TopAppsWeb/
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_uri_worker_map.c (597): Attempting to map URI '/localhost/TopAppsWeb/' from 1 maps
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_uri_worker_map.c (609): Attempting to map context URI '/TopAppsWeb/*=worker1' source 'uriworkermap'
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_isapi_plugin.c (1273): Default redirection of /TopAppsWeb/
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_uri_worker_map.c (597): Attempting to map URI '/TopAppsWeb/' from 1 maps
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_uri_worker_map.c (609): Attempting to map context URI '/TopAppsWeb/*=worker1' source 'uriworkermap'
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_uri_worker_map.c (624): Found a wildchar match '/TopAppsWeb/*=worker1'
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_isapi_plugin.c (1286): check if [/TopAppsWeb/] is points to the web-inf directory
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_isapi_plugin.c (1303): [/TopAppsWeb/] is a servlet url - should redirect to worker1
  | [Thu Sep 13 18:51:15.093 2007] [3840:3880] [debug] jk_isapi_plugin.c (1345): fowarding escaped URI [/TopAppsWeb/]
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084077#4084077

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084077



More information about the jboss-user mailing list