Date sent: Sun, 27 Aug 2006 03:05:11 -0300 From: Mansour <[EMAIL PROTECTED]> Subject: mod_jk and apache To: users@tomcat.apache.org Send reply to: Tomcat Users List <users@tomcat.apache.org>
> 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 > Did you modify your apache httpd config file? You need a line such as this in it JkMount /*.jsp worker1 replace worker1 with the name of the ajp worker defined in workers.properties > > 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] > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]