RE: How to make Apache direct Servlet to Tomcat

2004-05-27 Thread Dale, Matt
Hi, 1) You need to set up a URI mapping in your workers2.properties in your apache conf directory for the servlets to work, its enough to just put yourapp/*, from the sounds of it you must have yourapp/*.jsp or something like that. 2) You need to set up URL mappings in the applications web.xml

RE: How to make Apache direct Servlet to Tomcat

2004-05-27 Thread Daxin Zuo
] Sent: Thursday, May 27, 2004 8:55 AM To: Tomcat Users List Subject: RE: How to make Apache direct Servlet to Tomcat Hi, 1) You need to set up a URI mapping in your workers2.properties in your apache conf directory for the servlets to work, its enough to just put yourapp/*, from the sounds of it

RE: How to make Apache direct Servlet to Tomcat

2004-10-01 Thread Lee, Paul NYC
Hi, It should be done the same way you redirected jsp requests to tomcat. It needs to be mapped in your jk (or jk2) properties file. Post the relevant parts of your properties file if you're not sure why it doesn't work. -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sen

RE: How to make Apache direct Servlet to Tomcat

2004-10-01 Thread Daniel_Salud
ers List'" <[EMAIL PROTECTED]> cc: Subject:RE: How to make Apache direct Servlet to Tomcat Hi, It should be done the same way you redirected jsp requests to tomcat. It needs to be mapped in your jk (or jk2) properties file. Post the relevant parts of yo

RE: How to make Apache direct Servlet to Tomcat

2004-10-01 Thread Daxin Zuo
: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:23 PM To: 'Tomcat Users List' Subject: RE: How to make Apache direct Servlet to Tomcat Hi, It should be done the same way you redirected jsp requests to tomcat. It needs to be mapped in your jk (or jk2) properties f

RE: How to make Apache direct Servlet to Tomcat

2004-10-01 Thread Lee, Paul NYC
I can't see your attachments. Just paste the relevant parts in the body of the email. -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 5:15 PM To: Tomcat Users List Subject: RE: How to make Apache direct Servlet to Tomcat Thank you for

RE: How to make Apache direct Servlet to Tomcat

2004-10-04 Thread Daxin Zuo
] Sent: Friday, October 01, 2004 6:22 PM To: 'Tomcat Users List' Subject: RE: How to make Apache direct Servlet to Tomcat I can't see your attachments. Just paste the relevant parts in the body of the email. -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTE

RE: How to make Apache direct Servlet to Tomcat

2004-10-05 Thread Lee, Paul NYC
ve to map every single servlet. -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 3:32 PM To: Tomcat Users List Subject: RE: How to make Apache direct Servlet to Tomcat Bellow is my Apache2/conf/wrokers2.property. I also wonder if I need to a

RE: How to make Apache direct Servlet to Tomcat

2004-10-05 Thread Daxin Zuo
Thank you very much. Your instruction solved my problem. Thank you again. -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 7:22 AM To: 'Tomcat Users List' Subject: RE: How to make Apache direct Servlet to Tomcat In your con