Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Apache Tomcat
|
Apache Tomcat General discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 5th, 2004, 02:23 AM
Registered User
 
Join Date: Apr 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need help in connecting apache 2.0 with tomcat 4.1

I am using Apache2.0 and Tomcat 4.1.30 connected with the mod_jk on redhat linux9.0, but jsp pages are not being compiled. They are returned in basic HTML format. It seems that Apache is using Tomcat as just another location for files.I tried in different ways by using different connectors.But still, i could'nt get it.Has anyone done this successfully, plz help in this. Thanks in advance
 
Old April 10th, 2004, 06:16 PM
Registered User
 
Join Date: Apr 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to nicku
Default

It seems jk and jk2 docs are very sparse and incorrect.
Personally i "connected" them by using apache (mod_proxy module) as reverse proxy for tomcat: that means for instance that apache2 is on 80 and tomcat on 8080 and for each rev proxy directive pair (check out apache site) that can occur in any vhost directive, the tomcat is forwarded with that http req, while the client still sees what he wrote not the real content serving server with :8080 and real path..
Also lets you manage the servers independantly and perhaps on diff machines..but that is not your concern right now, i know:)
Let me know of your progress!

-------------
Nicu Marasoiu
java programmer





Similar Threads
Thread Thread Starter Forum Replies Last Post
Pb with apache/Tomcat yanis97 Apache Tomcat 0 May 25th, 2008 09:29 AM
C# programming on Apache Tomcat vkcuong Apache Tomcat 0 July 17th, 2007 09:03 PM
how to use struts with apache tomcat vivekkumar_23 Struts 2 February 16th, 2007 05:22 PM
Apache Tomcat [email protected] Apache Tomcat 3 April 19th, 2006 07:24 AM
JWS Axis Tomcat (posted to Apache Tomcat too) rushman Servlets 0 April 15th, 2005 09:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.