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 c

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 m

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: correctly invokes the com.com

RE: Apache - Tomcat - Servlet Mapping

2001-07-06 Thread Keng Wong
nt: 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 nicel

Re: Apache - Tomcat - Servlet Mapping

2001-07-06 Thread Gary Dale
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 >> >&

RE: Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Bruce A. Carson
Original 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'

RE: Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Eitan Ben Noach
heck 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 p

Re: Apache - Tomcat - Servlet Mapping

2001-07-04 Thread Sam Newman
nly uses ajpv12, which is slower than ajpv13 (and has a few bugs), so you'd probably want to mount using the newer ajpv13. sam - Original Message - From: "Colin Hawkett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 8:19 AM Subject: Apache

Re: Apache - Tomcat - Servlet Mapping

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

Apache - Tomcat - Servlet Mapping

2001-07-03 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