RE: Using JkMount with mod_jk question...

2002-06-21 Thread Turner, John
, 2002 6:56 PM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question... On Thu, 20 Jun 2002, Turner, John wrote: Good questions, all. It doesn't matter to me if servlet shows up in the URL (it matters to some people/projects) so I haven't worried about it. I think using servlet

RE: Using JkMount with mod_jk question...

2002-06-21 Thread Sean M Alderman
not worried about it. They work. John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 6:56 PM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question... On Thu, 20 Jun

RE: Using JkMount with mod_jk question...

2002-06-21 Thread Turner, John
://www.aas.com -Original Message- From: Sean M Alderman [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:17 AM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question... Thanks for the clarification John and Milt, I appreciate it. I am kind of curious though about

RE: Using JkMount with mod_jk question...

2002-06-21 Thread Milt Epstein
Users List Subject: RE: Using JkMount with mod_jk question... On Thu, 20 Jun 2002, Turner, John wrote: Good questions, all. It doesn't matter to me if servlet shows up in the URL (it matters to some people/projects) so I haven't worried about it. I think using servlet is just

RE: Using JkMount with mod_jk question...

2002-06-21 Thread Milt Epstein
, 2002 10:17 AM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question... Thanks for the clarification John and Milt, I appreciate it. I am kind of curious though about the configuration of index.jsp on the apache side of things If I use a JkMount /*.jsp ajp13 directive

RE: Using JkMount with mod_jk question...

2002-06-21 Thread Milt Epstein
, I'm not worried about it. They work. John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 6:56 PM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question

RE: Using JkMount with mod_jk question...

2002-06-20 Thread Turner, John
If you were using mod_jk, apache, and tomcat, and wanted to reach the tomcat examples (default install) on port 80 (instead of 8080 or whatever), this would work: JkMount /examples ajp13 JkMount /examples/* ajp13 Season to taste, that is, you could easily put /path/*.jsp or some other

RE: Using JkMount with mod_jk question...

2002-06-20 Thread Sean M Alderman
So I need to shut apache down, change the config and restart everytime I deploy a new webapp? OK...so I did what you said, and now I can point my browser to http://host/examples/ and it shows me a directory listing like page...which is better than I saw before. If I do http://host/examples/jsp/

RE: Using JkMount with mod_jk question...

2002-06-20 Thread Turner, John
/ and have that JSP page redirect wherever you want. John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Sean M Alderman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 5:00 PM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question... So I

RE: Using JkMount with mod_jk question...

2002-06-20 Thread Milt Epstein
On Thu, 20 Jun 2002, Turner, John wrote: If you were using mod_jk, apache, and tomcat, and wanted to reach the tomcat examples (default install) on port 80 (instead of 8080 or whatever), this would work: JkMount /examples ajp13 JkMount /examples/* ajp13 Can you explain why you have the

RE: Using JkMount with mod_jk question...

2002-06-20 Thread Milt Epstein
Alderman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 5:00 PM To: Tomcat Users List Subject: RE: Using JkMount with mod_jk question... So I need to shut apache down, change the config and restart everytime I deploy a new webapp? OK...so I did what you said, and now I can point my

Re: Using JkMount with mod_jk question...

2002-06-20 Thread anette mysel
, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 4:16 PM Subject: RE: Using JkMount with mod_jk question... Good questions, all. It doesn't matter to me if servlet shows up in the URL (it matters to some people/projects) so I haven't worried