Re: How to integrate Tomcat with IIS
First, I'm sure that you are in a wrong list. See tomcat-user list archives, you find numerous discussions on this topic. And I guess you missed to add tomcat registry keys, try adding registry keys and it should work Venkat - Original Message - From: "Rajeshwar Rao.V" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 6:15 PM Subject: RE: How to integrate Tomcat with IIS Hi Jose, I have followed the step by step in the URL given by you. Bt at 9 th step where it is mentioned that jakarta filter should be marked by a green-up pointing arrow.I am not seeing it.Instead of GREEN, ia m seeing RED one. Please help me. Here I am copying the 9 thstep as it it. ( 9)Restart IIS (stop + start the IIS service), make sure that the jakarta filter is marked with a green up-pointing arrow. (costin)Under Win98 you may need to cd WINDOWS\SYSTEM\inetsrv and type PWS /stop ( the DLL and log files are locked - even if you click the stop button, PWS will still keep the DLLs in memory. ). Type pws to start it again) Regards, Rajeshwar rao. -Original Message- From: Jose Luis Rodriguez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:50 PM To: [EMAIL PROTECTED] Subject: Re: How to integrate Tomcat with IIS You need only go step by step in http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html. But there is a problem whith method Post and Ms IE. Please say us if you have the same problem. Saludos, José Luis "Rajeshwar Rao.V" wrote: > > Hi all, > > I am new to this list. > > I would like to know how to configure Tomcat with IIS. > > I followed docs given as part of Jakarta Tomcat.still unable to solve the > > problem. > > Here I am attaching the log file of IIS? > > Could anybody out there to help me? > > I need it urgently. > > <> > > > > Regards > > -raj- > > > > > >ex010606.logName: ex010606.log >Type: Log File (application/x-unknown-content-type-logfile) _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Re: How to integrate Tomcat with IIS
Please ask questions like this on the TOMCAT-USER mailing list (to subscribe, send an empty message to [EMAIL PROTECTED]). This list is for discussions about the development of Tomcat itself. Craig McClanahan On Wed, 13 Jun 2001, Rajeshwar Rao.V wrote: > > > > Hi all, > > I am new to this list. > > I would like to know how to configure Tomcat with IIS. > > I followed docs given as part of Jakarta Tomcat.still unable to solve the > > problem. > > Here I am attaching the log file of IIS? > > Could anybody out there to help me? > > I need it urgently. > > <> > > > > Regards > > -raj- > > >
Re: How to integrate Tomcat with IIS
Hi Rajeshwar. Are you sure that TOMCAT_HOME that's ok? Are you sure that isapi_redirect.dll file is in $TOMCAT_HOME\bin\win32\i386? Are you sure that strings values for configuration the ISAPI Redirector there are ok? If this is ok, then IIS configuration: In Windows Home\Windows Nt Pack 4.0\Microsoft Information Server\Internet Service Manager Default Web Site\Properties Home directory\Local Path -> C:\...\webapps Home directory\Configuration\Add -> Executable -> C:\...\isapi_redirect.dll Extension -> .jsp ISAPI Filters\Add -> Filter name -> jakarta Executable -> C:\...\isapi_redirct.dll And that's all. I hope help you. Saludos, José Luis "Rajeshwar Rao.V" wrote: > Hi Jose, > I have followed the step by step in the URL given by you. > Bt at 9 th step where it is mentioned that jakarta filter should be marked > by a green-up pointing arrow.I am not seeing it.Instead of GREEN, ia m > seeing RED one. > Please help me. > Here I am copying the 9 thstep as it it. > > ( 9)Restart IIS (stop + start the IIS service), make sure that the jakarta > filter is marked with a green up-pointing arrow. > (costin)Under Win98 you may need to cd WINDOWS\SYSTEM\inetsrv and type PWS > /stop ( the DLL and log files are locked - even if you click the stop > button, PWS will still keep the DLLs in memory. ). Type pws to start it > again) > > Regards, > Rajeshwar rao. > > -Original Message- > From: Jose Luis Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 2:50 PM > To: [EMAIL PROTECTED] > Subject: Re: How to integrate Tomcat with IIS > > You need only go step by step in > http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html. > But there is a problem whith method Post and Ms IE. Please say us if you > have > the same problem. > > Saludos, > José Luis > > "Rajeshwar Rao.V" wrote: > > > > Hi all, > > > I am new to this list. > > > I would like to know how to configure Tomcat with IIS. > > > I followed docs given as part of Jakarta Tomcat.still unable to solve > the > > > problem. > > > Here I am attaching the log file of IIS? > > > Could anybody out there to help me? > > > I need it urgently. > > > <> > > > > > > Regards > > > -raj- > > > > > > > > > > >ex010606.logName: ex010606.log > >Type: Log File (application/x-unknown-content-type-logfile)
RE: How to integrate Tomcat with IIS
Hi Jose, I have followed the step by step in the URL given by you. Bt at 9 th step where it is mentioned that jakarta filter should be marked by a green-up pointing arrow.I am not seeing it.Instead of GREEN, ia m seeing RED one. Please help me. Here I am copying the 9 thstep as it it. ( 9)Restart IIS (stop + start the IIS service), make sure that the jakarta filter is marked with a green up-pointing arrow. (costin)Under Win98 you may need to cd WINDOWS\SYSTEM\inetsrv and type PWS /stop ( the DLL and log files are locked - even if you click the stop button, PWS will still keep the DLLs in memory. ). Type pws to start it again) Regards, Rajeshwar rao. -Original Message- From: Jose Luis Rodriguez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:50 PM To: [EMAIL PROTECTED] Subject: Re: How to integrate Tomcat with IIS You need only go step by step in http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html. But there is a problem whith method Post and Ms IE. Please say us if you have the same problem. Saludos, José Luis "Rajeshwar Rao.V" wrote: > > Hi all, > > I am new to this list. > > I would like to know how to configure Tomcat with IIS. > > I followed docs given as part of Jakarta Tomcat.still unable to solve the > > problem. > > Here I am attaching the log file of IIS? > > Could anybody out there to help me? > > I need it urgently. > > <> > > > > Regards > > -raj- > > > > > >ex010606.logName: ex010606.log >Type: Log File (application/x-unknown-content-type-logfile)
Re: How to integrate Tomcat with IIS
You need only go step by step in http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html. But there is a problem whith method Post and Ms IE. Please say us if you have the same problem. Saludos, José Luis "Rajeshwar Rao.V" wrote: > > Hi all, > > I am new to this list. > > I would like to know how to configure Tomcat with IIS. > > I followed docs given as part of Jakarta Tomcat.still unable to solve the > > problem. > > Here I am attaching the log file of IIS? > > Could anybody out there to help me? > > I need it urgently. > > <> > > > > Regards > > -raj- > > > > > >ex010606.logName: ex010606.log >Type: Log File (application/x-unknown-content-type-logfile)