#we have a linux (RH 7.0) webserver running php,apache and mysql and this is #working for quite sometime. my problem is my superior wants me to install #java j2sdk 1.4.0 and tomcat on it. i have successfully installed java and #its working based on the java -version and javac command. my problem is upon
Don't you just hate that? ;) #installing tomcat do i need to recompile again my php to support java as #well as my apache to support tomcat? if i need to do it, could you provide #me some steps on how i can accomplish this? any ideas and suggestions would #be greatly appreciated. # I assume you want tomcat to only process JSPs, and servlets.. so what you need to do is configure mod_jk. mod_jk is a module that enable the Apache web server to talks to the Tomcat server running as a separate process. Why do they need to talk? It is because Apache delegates processing of JSPs, and servlets to the Tomcat instance -- so when jsp file is accessed, the request is forwarded to the Tomcat server. Tomcat 3.3 User's Guide http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html mod_jk http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html HTH jeff -- -- Jeff Gutierrez Mapua Online! http://www.mapua.org http://www.mapua.com http://www.mapua.net Pinoy Ako! May reklamo? _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
