Hi Every body:
I have gone through everything I can before posting a messga eto this mailing list. I can not find a good detailed documentation about configuring and integrating tomcat with apache.
Here's what I did so far:
I installed tomcat and mod_jk succefully. I was able to test tomcat, however, couldn't understand anything from here. What about the files that I have to edit. What are their roles?? and what is the basic configuration to get JSP to work in a virtual host. What is MountJK ?? And here's what I understand. The http request hits the webserver (apache), apache has few workers (I dont know what are they exactly !!). if the requested fiel is JSP then the worker passes it to tomcat. Then it gets the out put and send it to the client requesting this file. Now, I read http://tomcat.apache.org/connectors-doc/howto/workers.html but I still feel I am lost. And I am unable to get my JSP through apache. Nothing in the log. That's the message I get when I request a simple hello program


 HTTP Status 404 - /hello.jsp

------------------------------------------------------------------------

*type* Status report

*message* _/hello.jsp_

*description* _The requested resource (/hello.jsp) is not available._

------------------------------------------------------------------------


     Apache Tomcat/5.5.12



I am on fedora 3, apache 2.0
can anyone help ??

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to