>From: Randy Layman <[EMAIL PROTECTED]>
>To: Alberto Vezzoso <[EMAIL PROTECTED]>
>Subject: RE: Tomcat, IIS and error 404
>Date: Mon, 19 Feb 2001 11:49:37 -0500
>
>
> NULL parameters means that it either can't find your
>uriworkermap.properties file or that it doesn't contain any mapping entries
>(lines of the form x=y where x is a URL parameter that might contain a *
>and
>y is a protocol defined in workers.properties).
>
> Make sure that there are not any trailing spaces on the ends of your
>Registry entry keys and values. One good way to check this is to look in
>conf\isapi_redirect.reg-auto (or some similar file name). This will list
>the registry entries that isapi_redirect.dll sees. If the
>uriworkermap.properties isn't listed there its because of an error in the
>registry path. I believe that this file is generated for all debugging
>levels, but it might just be for DEBUG.
>
> Randy
RANDY AND OTHERS,
MAY BE I FIND THE PROBLEM.
THE conf\isapi_redirect.reg-auto is named in my computer
conf\iis_redirect.reg-auto.
INSIDE IT THE FOLLOWING:
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="C:\\Program Files\\jakarta-tomcat-3.2.1\\logs\\iis_redirect.log"
"log_level"="debug"
"worker_file"="C:\\Program
Files\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
"worker_mount_file"="C:\\Program
Files\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties"
IT IS ALL THE SAME AS IN THE REGISTRY EXCEPT FOR THE "log_file" (IT IS
WRITTEN iis_redirect.log INSTEAD OF isapi_redirect.log AT THE END)
IS IT A PROBLEM OR IS IT NORMAL? IS IT A POSSIBLE SOURCE OF MISTAKE? IF YES
HOW CAN I SOLVE IT?
REGARDS,
ALBERTO
>
>
>-----Original Message-----
>From: Alberto Vezzoso [mailto:[EMAIL PROTECTED]]
>Sent: Monday, February 19, 2001 12:04 PM
>To: [EMAIL PROTECTED]
>Subject: RE: Tomcat, IIS and error 404
>
>
>
>
>
> >From: Randy Layman <[EMAIL PROTECTED]>
> >To: Alberto Vezzoso <[EMAIL PROTECTED]>
> >Subject: RE: Tomcat, IIS and error 404
> >Date: Mon, 19 Feb 2001 09:15:09 -0500
> >
> >
> > You're getting a 404 error trying to load a *.html file. Your
> >uriworkermap.properties file indicates that ISAPI_REDIRECT.dll should
>grab
> >all the urls that match /examples/*.jsp or /examples/servlet/* -
> >/examples/*.html does not match so the filter doesn't handle the URL and
> >IIS
> >can't find the file on its own. If you comment out the two lines you
>have
> >and uncomment the line thats three above those it will work. (You need a
> >line that explictly says:
> >/examples/*=ajp12
> >for ISAPI_REDIRECT.dll to load your html.)
>
>UNFORTUNATELLY IT IS NOT THE PROBLEM. I'VE CHANGED AGAIN THE
>URIWORKERMAP.PROPERTIES AND THE REDIRECTION DOESEN'T WORK.
>
>THE MESSAGE FROM THE ISAPI.LOG FILE ARE:
>[jk_uri_worker_map.c (334)]: jk_uri_worker_map_t::uri_worker_map_close,
>NULL
>
>parameter
>[jk_uri_worker_map.c (184)]: In jk_uri_worker_map_t::uri_worker_map_free,
>NULL parameters
>
>ISN'T THERE ANOTHER POSSIBLE SOLUTIONS TO THIS PROBLEM?
>
>REGARDS,
>
>ALBERTO
>
>
>
>
> >
> > Randy
> >
> >-----Original Message-----
> >From: Alberto Vezzoso [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, February 19, 2001 9:41 AM
> >To: [EMAIL PROTECTED]
> >Subject: RE: Tomcat, IIS and error 404
> >
> >
> >
> >
> > >From: Randy Layman <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: [EMAIL PROTECTED]
> > >Subject: RE: Tomcat, IIS and error 404
> > >Date: Mon, 19 Feb 2001 08:18:35 -0500
> > >
> > >
> > > Make sure that your uriworkermap.properties file contains a maping
> > >for /examples/*=ajp12 and check the registry entry for
> > >uriworkermap.properties to make sure that it points to the correct file
> > >path.
> > >
> > > Randy
> >
> >
> >Thanks for your answer. I've checked the registry entries and it is
> >correct.
> >
> >As for my uriworkermap.properties it is like that
> >
> >#
> ># Simple worker configuration file
> >#
> >
> ># Mount the servlet context to the ajp12 worker
> >/servlet/*=ajp12
> >
> ># Mount the examples context to the ajp12 worker
> >#/examples/*=ajp12
> >
> ># Advanced mount of the examples context
> >/examples/*.jsp=ajp12
> >/examples/servlet/*=ajp12
> >
> >
> >Probably it is incorrect but I don't know what change should I do. What
>do
> >you mean with "Make sure that your uriworkermap.properties file contains
>a
> >maping for /examples/*=ajp12"
> >
> >Thanks a lot,
> >
> >Alberto
> >
> >
> > >
> >
> >
> > >
> > >-----Original Message-----
> > >From: Alberto Vezzoso [mailto:[EMAIL PROTECTED]]
> > >Sent: Monday, February 19, 2001 8:32 AM
> > >To: [EMAIL PROTECTED]
> > >Subject: Tomcat, IIS and error 404
> > >
> > >
> > >Hi, I'm trying to install Tomcat over IIS
> > >
> > >I've read the tutorial and I followed all the instructions.
> > >
> > >Tomcat works correctly on port 8080. The url:
> > >http://localhost:8080/examples/jsp/index.html works correctly while the
> > >url:
> > >
> > >http://localhost/examples/jsp/index.html returns an error 404.
> > >
> > >These are the messages that I get from the isapi.log file:
> > >[jk_uri_worker_map.c (334)]: jk_uri_worker_map_t::uri_worker_map_close,
> > >NULL
> > >
> > >parameter
> > >[jk_uri_worker_map.c (184)]: In
>jk_uri_worker_map_t::uri_worker_map_free,
> > >NULL parameters
> > >
> > >
> > >I've checked all the trouble sections of the HowTo but I didn't find
>any
> > >solutions.
> > >
> > >Do you have any suggestions? If it is possible for you, help me!!
> > >
> > >Bye and thanks
> > >Alberto
> >
> >_________________________________________________________________________
> > >Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com.
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, email: [EMAIL PROTECTED]
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, email: [EMAIL PROTECTED]
> > >
> >
> >_________________________________________________________________________
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]