mod_jk for Apache 2 and tomcat 4 on Linux finally compiled!

2002-04-24 Thread Keng Wong
=Standalone defaultHost=localhost Other instructions are very clear at the site. 10. Startup tomcat then apache 11. Pray that it works :) Good luck! -keng wong -keng wong --- build-unix.sh.old Sat Mar 23 22:09:26 2002 +++ build-unix.sh Wed Apr 24 11:23:04 2002 @@ -37,13 +37,16

RE: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Keng Wong
Have you tried http://localhost/Census/servlet/Census.CensusQuery or http://localhost:8080/Census/servlet/Census.CensusQuery ? You are deploying a new war file(Census webapp) and requires the webapp name before any servlet urls. Exception is the ROOT webapp. Good luck. -keng wong -Original

Request filters and content type

2002-02-12 Thread Keng Wong
as the response is generated on the fly and the request url is too generic. Thanks for the help. -keng wong -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Request filters and content type

2002-02-12 Thread Keng Wong
Thanks for the solution Craig - works like a charm! -keng wong -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:23 AM To: Tomcat Users List Subject: Re: Request filters and content type On Tue, 12 Feb 2002, Keng Wong wrote

RE: Apache - Tomcat - Servlet Mapping

2001-07-06 Thread Keng Wong
You could try adding the following in the TOMCAT_HOME/conf/server.xml: Context path=/ docBase=webapps/examples ../Context This will map your examples webapp to the '/'. This will allow you to access http://servername/servlet/HelloWorld. -keng wong -Original Message- From: Gary

RE: two tomcat one machine

2001-07-03 Thread Keng Wong
getting a connection from 8011. Environment: Sun JDK1.3 RHat 7.1 Apache 1.3.20 Tomcat 3.3-m4 Thanks. -keng wong -Original Message- From: Jason Koeninger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 7:15 AM To: [EMAIL PROTECTED] Subject: Re: two tomcat one machine

RE: two tomcat one machine

2001-07-03 Thread Keng Wong
command (which is the norm anyway). Thanks. -keng wong -Original Message- From: Jason Koeninger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 3:03 PM To: [EMAIL PROTECTED]; Keng Wong Subject: RE: two tomcat one machine I don't believe ajp13 supports the shutdown commands

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Keng Wong
Jason, The JkMount directives are: JkMount /examples/servlet/* ajp13 JkMount /examples/*.jsp ajp13 I believe only these are passed to the servlet engine and not the entire site. Thanks for your response. -keng wong -Original Message- From: Jason Koeninger [mailto:[EMAIL PROTECTED

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Keng Wong
Jason, Thanks a lot. It works when the PT is changed to R (redirect). However, this will break existing paths currently used (jserv). Looks like this is documented in the HOWTO as well. Will this be fixed in 3.3x or Apache 2.x ? -keng wong -Original Message- From: Jason Koeninger

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Keng Wong
, no change to rewrite rules but add every other alias name (hello) used in the rewrite rule to the web.xml file! Thanks for helping me found this. -keng wong -Original Message- From: Keng Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:08 AM To: [EMAIL PROTECTED]; Jason

RE: Problems with Tomcat behind a firewall

2001-06-21 Thread Keng Wong
Howler, Firstly, your website is accessible from outside. Secondly, I suspect it's the dreaded 'trailing slash' problem. These urls will work for you - just tried them :) http://howler.hn.org/examples/ http://howler.hn.org/examples/servlet/HelloWorldExample -keng wong -Original Message

RE: Problems with Tomcat behind a firewall

2001-06-21 Thread Keng Wong
It's more of a configuration rather than a 'problem'. You may want to try the RewriteRule directive within apache. -keng wong -Original Message- From: Howler D. Wolfe [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 6:42 PM To: [EMAIL PROTECTED] Subject: RE: Problems

RE: Session with IE

2001-06-18 Thread Keng Wong
clues ? Thanks. -keng wong -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 11:02 AM To: '[EMAIL PROTECTED]' Subject: RE: Session with IE Hola Jose Luis: I think you are having problems with cookies, is the only way i see it failing

SSO cookie is not present

2001-06-14 Thread Keng Wong
is not present 2001-06-14 02:54:18 StandardHost[localhost]: Mapping request URI '/test2/jsp/security/protected/index.jsp' 2001-06-14 02:54:18 StandardHost[localhost]: Mapped to context '/test2' Thanks. -- keng wong