Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread David Rickard
System: Solaris SunOS 5.9 Apache: 2.0.52 Tomcat: 4.1.31 Mod JK: 1.2.6 The problem: Apache/mod_jk cannot resolve servlet URL mappings When Tomcat is running stand-alone, it can resolve servlet mappings without any problems; so that a page with this form definition: FORM name=login method=POST

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Hari Mailvaganam
Hi David: An alternate to using mod_JK is to proxy http (or https) request to the Tomcat from Apache. i.e: ProxyPass /path http://localhost:port/path ProxyPassReverse /path http://localhost/path There are valid reasons for using mod_JK - above just an alternate suggestion if you can do without

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Steve Ochani
Hi, As you test, can you load a servlet through apache httpd? Such as http://www.xyz.com/testservlet You should make a simple servlet that just has the doGet method to test. -Steve O. System: Solaris SunOS 5.9 Apache: 2.0.52 Tomcat: 4.1.31 Mod JK: 1.2.6 The problem: Apache/mod_jk

Re: Apache - Tomcat - Servlet Mapping

2001-07-06 Thread Gary Dale
Hawkett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 9:19 AM To: [EMAIL PROTECTED] Subject: Apache - Tomcat - Servlet Mapping Hi all, This question seems to be popping up pretty regularly, but I couldn't extract a solution to my problem - namely: getting apache to recognise servlet

RE: Apache - Tomcat - Servlet Mapping

2001-07-06 Thread Keng Wong
Dale [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:27 PM To: [EMAIL PROTECTED] Subject: Re: Apache - Tomcat - Servlet Mapping It would probably help if the mod_jk howto contained an example showing how to run the examples through Apache. For example, I have Tomcat 3.2.2 running

Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Colin Hawkett
Hi all, This question seems to be popping up pretty regularly, but I couldn't extract a solution to my problem - namely: getting apache to recognise servlet-mappings. I am running tomcat 3.2.2 and apache 1.3.11 on win98. I have a web application packaged up as a war file and deployed to the

Re: Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Dmitri Colebatch
On Wed, 4 Jul 2001 17:19, you wrote: ApJServMount/context_path/myServlet /context_path/servlet/theServlet So I assume that if you request http://myserver/context_path/servlet/myServlet it works too? This isn't the point though - you're right, you shouldn't (and dont) have to do that.

RE: Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Eitan Ben Noach
maybe more flexible, but didn't yet check it. Eitan Ben-Noach -Original Message- From: Colin Hawkett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 9:19 AM To: [EMAIL PROTECTED] Subject: Apache - Tomcat - Servlet Mapping Hi all, This question seems to be popping

RE: Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Bruce A. Carson
Message- From: Sam Newman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 4:19 AM To: [EMAIL PROTECTED] Subject: Re: Apache - Tomcat - Servlet Mapping Right - firstly, don't use JServ, use mod_jk. The file 'tomcat-apache.conf' is generating directives for the old jserv module