RE: 2nd Post: Servlets and mod_jk problem -- thanks!

2001-04-04 Thread Jim Cheesman
At 09:53 PM 4/3/2001, you wrote: One thing to note, Tomcat for NT is not picky about this, because on my NT deployment of Tomcat, I have the WEB-INF directory named "web-inf" and everything works fine. [ ... ] You must come from a Windows background :-) -- under UNIX, everything has always

RE: 2nd Post: Servlets and mod_jk problem -- thanks!

2001-04-04 Thread Milt Epstein
On Wed, 4 Apr 2001, Jim Cheesman wrote: At 09:53 PM 4/3/2001, you wrote: One thing to note, Tomcat for NT is not picky about this, because on my NT deployment of Tomcat, I have the WEB-INF directory named "web-inf" and everything works fine. [ ... ] You must come from a Windows

RE: 2nd Post: Servlets and mod_jk problem -- thanks!

2001-04-03 Thread Kyle Tippetts
9:44 PM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: Milt, I made the changes that Jeff did and I can now get to the /test servlets, but whenever I add my own context and try it (I even simulated one of the examples in

Re: 2nd Post: Servlets and mod_jk problem

2001-04-01 Thread Mr.Y.SHIVAKANT
-Original Message- From: Milt Epstein [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Date: Monday, April 02, 2001 9:06 AM Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: Milt, I made the changes that Jeff did and I can now

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Todd Pfaff
same problem i'm having. i've posted several messages regarding this in the last couple days. no solution yet though. what version of linux are you running? what version of apache? what version of mod_jk? (built yourself or from the jakarta web site?) have you tried mod_jserv also? (i did but

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Rob Tanner
Are you adding extra path info when you call a servlet such that your urls look something like: http://www.center7.com/CaapControlServlet/some-data If you are, change the url-pattern in web.xml to: CaapControlServlet/* -- Rob --On Friday, March 30, 2001 10:11:06 AM -0700 Kyle Tippetts

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
. They are supposed to show how servlet mapping works, but I can't get them to work Thanks --Kyle -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: Re: 2nd Post: Servlets and mod_jk problem Are you adding extra path

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Jeff Kilbride
vlet: init even before you hit your servlet with a request. Thanks, --jeff - Original Message - From: "Kyle Tippetts" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 10:02 AM Subject: RE: 2nd Post: Servlets and mod_jk problem Actually, depending on what's

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
Milt, The 404 error comes from tomcat. Also, the jsp that's used to invoke the servlet sits at /webapps/apo Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 10:35 AM To: '[EMAIL PROTECTED]' Subject: Re: 2nd Post: Servlets

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Todd Pfaff
PROTECTED]] Sent: Friday, March 30, 2001 10:35 AM To: '[EMAIL PROTECTED]' Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: I'm having trouble getting servlet mapping to work properly using mod_jk on Tomcat 3.2.1 on Linux. First of all I should

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Milt Epstein
, March 30, 2001 10:35 AM To: '[EMAIL PROTECTED]' Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: I'm having trouble getting servlet mapping to work properly using mod_jk on Tomcat 3.2.1 on Linux. First of all I should mention that jsps work

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
ch 30, 2001 11:55 AM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Kyle Tippetts wrote: Milt, The 404 error comes from tomcat. Also, the jsp that's used to invoke the servlet sits at /webapps/apo JSP or HTML page? You said the latter previously.

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
the servlet-mapping entry. I think this is a problem, unless somebody has an explanation. I'm out of ideas. Thanks, --jeff - Original Message - From: "Todd Pfaff" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: "Kyle Tippetts" [EMAIL PROTECTED] Sent: Friday, March 30

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Milt Epstein
On Fri, 30 Mar 2001, Jeff Kilbride wrote: [ ... ] Here's the servlet-mapping from web.xml file that comes with the distribution: servlet servlet-name servlet1 /servlet-name servlet-class requestMap.Servlet1 /servlet-class /servlet servlet-mapping

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 2:43 PM To: [EMAIL PROTECTED] Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Jeff Kilbride wrote: [ ... ] Here's the servlet-mapping from web.xml file that comes with the distribution: servlet servlet

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Jeff Kilbride
in server.xml. One down!! Thanks, Milt. This was bugging me. --jeff - Original Message - From: "Milt Epstein" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 1:42 PM Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Jeff Kilb

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Todd Pfaff
, Milt. This was bugging me. --jeff - Original Message - From: "Milt Epstein" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 1:42 PM Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Jeff Kilbride wrote: [ ... ]

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Jeff Kilbride
al Message - From: "Todd Pfaff" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: "Jeff Kilbride" [EMAIL PROTECTED] Sent: Friday, March 30, 2001 2:29 PM Subject: Re: 2nd Post: Servlets and mod_jk problem ok, it sounds like we're getting somewhere... Jeff, could you now try t

Re: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Milt Epstein
rom: "Milt Epstein" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 1:42 PM Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Jeff Kilbride wrote: [ ... ] Here's the servlet-mapping from web.xml file that comes with the dist

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Todd Pfaff
well-documented aspects of setting tomcat up. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 2:43 PM To: [EMAIL PROTECTED] Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Jeff Kilbride wrote

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Milt Epstein
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 2:43 PM To: [EMAIL PROTECTED] Subject: Re: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar 2001, Jeff Kilbride wrote: [ ... ] Here's the servlet-mapping from web.xml file that comes with the distribution

RE: 2nd Post: Servlets and mod_jk problem

2001-03-30 Thread Kyle Tippetts
vlet.class sits at /opt/jakarta-tomcat-3.2.1/webapps/tst/Web-inf/classes/com/tst Thanks --Kyle -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 3:48 PM To: '[EMAIL PROTECTED]' Subject: RE: 2nd Post: Servlets and mod_jk problem On Fri, 30 Mar