RE: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-20 Thread gbarnas
Sean: I've recently struggled through the same 404 issues on my test server, where I'm preparing to move an app from an old Win2K/Apache/Tomcat environment to W2K3/IIS6/Tomcat6 system. I now have .jsp files being served up from within my IIS web structure as well as the Tomcat /examples, all fro

RE: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-15 Thread Sean_McKellips
TECTED] [mailto:[EMAIL PROTECTED] Sent: May 14, 2007 4:46 PM To: Tomcat Users List Subject: Re: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning I tried adding the following lines to workers.properties from your config files, Marcus, worker.tomcat_home="C:\Progr

RE: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-15 Thread Jean-Francois Beaulac
properties *** # # Simple worker configuration file # /servlet/*=ajp13 # Mount the IC context to the ajp13 worker /ic/servlet/*=ajp13 /ic/*.jsp=ajp13 /ic/=ajp13 # Mount all jsp pages to the ajp13 worker /*.jsp=ajp13 /*.jws=ajp13 -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-14 Thread Sean_McKellips
t/*=ajp13 # Mount the IC context to the ajp13 worker /ic/servlet/*=ajp13 /ic/*.jsp=ajp13 /ic/=ajp13 # Mount all jsp pages to the ajp13 worker /*.jsp=ajp13 /*.jws=ajp13 -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 14 de maio de 2007 13:40

Re: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-14 Thread Sean_McKellips
c/=ajp13 # Mount all jsp pages to the ajp13 worker /*.jsp=ajp13 /*.jws=ajp13 -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 14 de maio de 2007 13:40 Para: Tomcat Users List Assunto: Re: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 conn

RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-14 Thread Milanez, Marcus
maio de 2007 13:40 Para: Tomcat Users List Assunto: Re: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning Thanks for the suggestion! With directory browsing enabled, after creating an Examples virtual directory, I can now get to those pages, but I'm still getting Pag

RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-14 Thread Milanez, Marcus
6.0 on Windows Server 2003 IIS 6.0 connector not functioning Thanks for the suggestion! With directory browsing enabled, after creating an Examples virtual directory, I can now get to those pages, but I'm still getting Page Not Found Errors when executing servlets. My IIS log shows that the

Re: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-14 Thread Sean_McKellips
Thanks for the suggestion! With directory browsing enabled, after creating an Examples virtual directory, I can now get to those pages, but I'm still getting Page Not Found Errors when executing servlets. My IIS log shows that the ISAPI filter is not picking up the requests. I've tried 1.2.22 an

RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-14 Thread Milanez, Marcus
I must tell you guys, that the only way I can get Tomcat running along with IIS is doing an extra step that is not documented anywhere, which consists on creating a Virtual Directory on IIS for my application and pointing it to my tomcat app folder. I do all those known steps (registry import,