DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26003>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26003

Missing workers.properties and bug in the example page online

           Summary: Missing workers.properties and bug in the example page
                    online
           Product: Tomcat 4
           Version: 4.1.29
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Trying to use mod_jk 1.2.5 and apache1.3.29 with tomcat 4.1.29.

On the side http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html
there is an example containing what one need to insert into the apache.conf to
use tomcat, but it contain a fatal error. It got a line saying
JkMount /examples/servlet/* worker1 
But the directory in tomcat is called examples/servlets 
The missing s in the JkMount line cause apache to issue a 
404 when one try to access www.myserver.com/examples/servlet 
Changing the line to 
JkMount /examples/servlets/* worker1
and using www.myserver.com/examples/servlets/ does work, but images are missing. 
Tomcat runnig as a webserver at port does not have any problem serving the pages.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to