Re: jsp deployment-- Clarification of Invoker

2004-02-16 Thread BAO RuiXian
Unable to check all the mails. But, glad to hear you and Doug together solved your problem. Cheers Bao Jerry Ford wrote: Well, that was certainly fun :) I have made it work, and I think I sort of know how. Not *why* the fix works, just *how* to get my app functional once again. And you

Re: jsp deployment-- Clarification of Invoker

2004-02-15 Thread Jerry Ford
Well, that was certainly fun :) I have made it work, and I think I sort of know how. Not *why* the fix works, just *how* to get my app functional once again. And you are correct, Doug, in aiming me at the invoker servlet as the culprit. The solution that worked for me is to remove the

Re: jsp deployment-- Clarification of Invoker

2004-02-15 Thread Parsons Technical Services
Jerry, This is one of the main reasons I'm on this list. It peaks my curiosity to learn about the how's and whys. Currently I only have one machine running for development but that can change at any time and its little things like this that help prepare me. Also another caveat of the invoker, if

Re: jsp deployment

2004-02-14 Thread Jerry Ford
PROTECTED] cc Subject RE: jsp deployment You have the EBook context nested inside the default (ROOT). -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:50 AM To: Tomcat Users List Subject: Re: jsp deployment from server.xml (minus realm

Re: jsp deployment

2004-02-14 Thread BAO RuiXian
Jerry Ford wrote: Tomcat manager shows EBook is running. And, when I request it through Apache, Tomcat does serve it up. When I request it through port 8080, Tomcat says it's not available: I suggest for now you forget running via Apache totally, since if it is not working directly from

Re: jsp deployment

2004-02-14 Thread Jerry Ford
BAO RuiXian wrote: Jerry Ford wrote: Tomcat manager shows EBook is running. And, when I request it through Apache, Tomcat does serve it up. When I request it through port 8080, Tomcat says it's not available: I suggest for now you forget running via Apache totally, Agreed. since if

Re: jsp deployment

2004-02-14 Thread Parsons Technical Services
Tomcat manager shows EBook is running. And, when I request it through Apache, Tomcat does serve it up. When I request it through port 8080, Tomcat says it's not available: I suggest for now you forget running via Apache totally, since if it is not working directly from Tomcat, it

Re: jsp deployment

2004-02-14 Thread Jerry Ford
Yes, I agree, Apache is an unnecessary complication for the moment and I am focused now on getting things to work through port 8080. But Tomcat does serve up pages when I run the app through Apache---for one thing, the error messages are Tomcat-generated, not Apache, and for another, the

Re: jsp deployment

2004-02-14 Thread Parsons Technical Services
Sorry had a typo: resource not found should be: resource not available Thinking one thing typing another. Doug - Original Message - From: Parsons Technical Services [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 2:10 PM Subject: Re: jsp

Re: jsp deployment

2004-02-14 Thread Parsons Technical Services
I don't fully understand the invoker servlet myself, but here's what I think I know: Nor do I. I am just going by what I have encountered and how I fixed it. The invoker mapping only applies to servlets, not html or jsps, and the servlets are working (at least through Apache). If the

Re: jsp deployment

2004-02-14 Thread Chong Yu Meng
Hi Jerry, You *are* right in saying that there is no additional configuration necessary for Tomcat to serve JSP files. The way I see it, there are several possibilities: 1. If you say that you can access your web application servlets, that means that your web application has been deployed

Re: jsp deployment

2004-02-14 Thread Jerry Ford
Well, that's odd I followed your advice, BAO RuiXian. I created a dirctory called test and deployed it, with successful results as noted in previous e-mail. Since it did deploy successfully, I wondered what would happen if I copied the contents of the EBook directory---all of it,

Re: jsp deployment

2004-02-14 Thread Parsons Technical Services
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 11:09 PM Subject: Re: jsp deployment Well, that's odd I followed your advice, BAO RuiXian. I created a dirctory called test and deployed it, with successful results as noted in previous e-mail

Re: jsp deployment-- Clarification of Invoker

2004-02-14 Thread Parsons Technical Services
My understanding of invoker and my attempt to explain invoker and mapping. Please correct any error I have made. Jerry Ford wrote: I don't fully understand the invoker servlet myself, but here's what I think I know: The invoker mapping only applies to servlets, not html or jsps, and the

Re: jsp deployment

2004-02-13 Thread Jerry Ford
, February 12, 2004 2:33 PM Subject: Re: jsp deployment Permissions on the .jsp file are identical to permissions on all of the html, javascript, and servlet class files in the webapp, all of which work: -rw--r--r-- owner/group is jford:user (which is the uid under which tomcat was started). And I

Re: jsp deployment

2004-02-13 Thread Thomas Tang
List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Good suggestions, but, no, didn't work. There are no config issues preventing Tomcat from serving files from my webapp---html and servlets all work. And I know Tomcat is serving jsp files

Re: jsp deployment

2004-02-13 Thread BAO RuiXian
PM Subject: Re: jsp deployment Permissions on the .jsp file are identical to permissions on all of the html, javascript, and servlet class files in the webapp, all of which work: -rw--r--r-- owner/group is jford:user (which is the uid under which tomcat was started). And I know it will serve

Re: jsp deployment

2004-02-13 Thread Jerry Ford
] 02/13/2004 11:03 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Good suggestions, but, no, didn't work. There are no config issues preventing Tomcat from serving files from my webapp---html and servlets all work

Re: jsp deployment

2004-02-13 Thread Werner van Mook
, 2004 2:33 PM Subject: Re: jsp deployment Permissions on the .jsp file are identical to permissions on all of the html, javascript, and servlet class files in the webapp, all of which work: -rw--r--r-- owner/group is jford:user (which is the uid under which tomcat was started). And I know

Re: jsp deployment

2004-02-13 Thread Jerry Ford
: Thursday, February 12, 2004 2:33 PM Subject: Re: jsp deployment Permissions on the .jsp file are identical to permissions on all of the html, javascript, and servlet class files in the webapp, all of which work: -rw--r--r-- owner/group is jford:user (which is the uid under which tomcat

Re: jsp deployment

2004-02-13 Thread David Ramsey
List [EMAIL PROTECTED] cc Subject Re: jsp deployment Good suggestions, but, no, didn't work. There are no config issues preventing Tomcat from serving files from my webapp---html and servlets all work. And I know Tomcat is serving jsp files correctly; Tomcat's default

Re: jsp deployment

2004-02-13 Thread Thomas Tang
Cut and paste your context settings. Thomas Jerry Ford [EMAIL PROTECTED] 02/13/2004 11:33 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Hmmm...when I go to http://localhost/mywebapp, it works fine. When

Re: jsp deployment

2004-02-13 Thread Jerry Ford
a context setting might be off somewhere. Thomas Jerry Ford [EMAIL PROTECTED] 02/13/2004 11:03 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Good suggestions, but, no, didn't work. There are no config issues

Re: jsp deployment

2004-02-13 Thread Parsons Technical Services
[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:03 AM Subject: Re: jsp deployment Good suggestions, but, no, didn't work. There are no config issues preventing Tomcat from serving files from my webapp---html and servlets all work. And I know Tomcat is serving jsp files correctly; Tomcat's

Re: jsp deployment

2004-02-13 Thread Jerry Ford
List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Hmmm...when I go to http://localhost/mywebapp, it works fine. When I bypass Apache and go to http://localhost:8080, I get Tomcat's home page, and http://localhost:8080/examples/jsp, I get the Tomcat

Re: jsp deployment

2004-02-13 Thread BAO RuiXian
Jerry Ford wrote: Hmmm...when I go to http://localhost/mywebapp, it works fine. When I bypass Apache and go to http://localhost:8080, I get Tomcat's home page, and http://localhost:8080/examples/jsp, I get the Tomcat examples. But when I go to http://localhost:8080/mywebapp, I get 404,

RE: jsp deployment

2004-02-13 Thread Bill Haake
You have the EBook context nested inside the default (ROOT). -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:50 AM To: Tomcat Users List Subject: Re: jsp deployment from server.xml (minus realm, user database resource and a couple

Re: jsp deployment

2004-02-13 Thread Dwayne Ghant
Does anyone know where I can download mod_jk 1.2.5? Jakarta doesn't seem to have it in there site anymore , unless I missed it??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jsp deployment

2004-02-13 Thread Didier McGillis
Looking for the source or binary? From: Dwayne Ghant [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: jsp deployment Date: Fri, 13 Feb 2004 09:05:12 -0800 Does anyone know where I can download mod_jk 1.2.5? Jakarta doesn't seem

Re: jsp deployment

2004-02-13 Thread Didier McGillis
Looking for the source or binary? I know source for both are there, rather then the link with binindex.cgi its sourceindex.cgi From: Dwayne Ghant [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: jsp deployment Date: Fri, 13

Re: jsp deployment

2004-02-13 Thread Didier McGillis
if you still cant find the source one for 1.25 I still have the tar.gz on my machine. From: Dwayne Ghant [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: jsp deployment Date: Fri, 13 Feb 2004 09:05:12 -0800 Does anyone know

Re: jsp deployment

2004-02-13 Thread Dwayne Ghant
Both . Didier McGillis wrote: Looking for the source or binary? From: Dwayne Ghant [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: jsp deployment Date: Fri, 13 Feb 2004 09:05:12 -0800 Does anyone know where I can download

Re: jsp deployment

2004-02-13 Thread Parsons Technical Services
PROTECTED] Sent: Friday, February 13, 2004 12:08 PM Subject: Re: jsp deployment if you still cant find the source one for 1.25 I still have the tar.gz on my machine. From: Dwayne Ghant [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject

Re: jsp deployment

2004-02-13 Thread Jerry Ford
To: Tomcat Users List Subject: Re: jsp deployment from server.xml (minus realm, user database resource and a couple of extraneous contexts): Server port=8005 shutdown=SHUTDOWN debug=0 !-- Service -- Service name=Tomcat-Standalone !-- Port 8080 Connector -- Connector className

RE: jsp deployment

2004-02-13 Thread Thomas Tang
respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: jsp deployment You have the EBook context nested inside the default (ROOT). -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:50 AM

Re: jsp deployment

2004-02-13 Thread Jerry Ford
deployment You have the EBook context nested inside the default (ROOT). -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:50 AM To: Tomcat Users List Subject: Re: jsp deployment from server.xml (minus realm, user database resource and a couple

Re: jsp deployment

2004-02-13 Thread BAO RuiXian
. suffix=.txt timestamp=true / /Context /Context Bill Haake [EMAIL PROTECTED] 02/13/2004 12:03 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: jsp deployment You have

Re: jsp deployment

2004-02-12 Thread QM
: Tomcat chokes when the jsp is requested. I get a 404 : error, the requested resoruce is not available. : : What do I need to configure to get Tomcat to serve the jsp? Chances are it's a permissions issue on the file. (Unless you've tweaked Tomcat's config, it should already be able to serve

Re: jsp deployment

2004-02-12 Thread Jerry Ford
Permissions on the .jsp file are identical to permissions on all of the html, javascript, and servlet class files in the webapp, all of which work: -rw--r--r-- owner/group is jford:user (which is the uid under which tomcat was started). And I know it will serve .jsp's, the Tomcat example

Re: jsp deployment

2004-02-12 Thread Parsons Technical Services
be blocking or redirecting the request. Just a novice throwing out ideas. Doug Parsons www.parsonstechnical.com - Original Message - From: Jerry Ford [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 12, 2004 2:33 PM Subject: Re: jsp deployment Permissions

RE: jsp deployment

2004-02-12 Thread Mike Curwen
You have a space in your JKMount? /mywebapp/* .jsp ajp13 should be: /mywebapp/*.jsp ajp13 Also, where does JAVA_HOME point to? If it's only a JRE, your JSP's won't compile. The example ones may work if they were pre-compiled (though I'm pretty sure they didn't start doing that until 5.0.x).