What about making changes to the httpd.conf file? I know that to add the WARP Connector to the httpd.conf file, you usually have to enable HTTPD_SEC_MOD_TOMCAT=yes in the /etc/sysconfig/apache file and then run SuSEconfig again to allow the module to be added to httpd.conf. Is there something similar that needs to be done to add additional applications that need to be deployed using WARP Connectors for example LoadModule webap_module modules/mod_webapp.so WebAppConnection warpConnection warp ip-address:8008 WebAppDeploy examples warpConnection /examples/ The first line as I understand is added when SuSEconfig is run, is there something similar that needs to be done to add the other two lines or do they just need to be manually put in. Thanks, Samarth --- On Fri 02/28, Josh Trutwin < josh@trutwins.homeip.net > wrote: From: Josh Trutwin [mailto: josh@trutwins.homeip.net] To: samarth@myway.com Cc: suse-linux-e@suse.com Date: Fri, 28 Feb 2003 09:15:41 -0600 (CST) Subject: Re: [SLE] Tomcat Configuration
I have a running Tomcat installation version 4.0.1 and Apache 1.3.23. I have done manual tweaks to the Tomcat configuration files previously on different distributions but not on SuSE 8.0.
I would like to know if there is some kind of a graphical manager or some scripts that need to be run before/after the tweaks are done so that if there are any dependencies they can be maintained.
Not sure I follow you. If you updated files in $CATALINA_HOME/conf then you may just have to restart tomcat (su; /etc/init.d/tomcat restart (I think it's called tomcat anyway). Other than that, I don't think there is anything that depends on tomcat that you need to be concerned about. You may want to consider upgrading too, 4.1.18 is a pretty solid version and has some nice graphical tools for managing your installation, restarting the server, and installing new web applications (http://localhost:8080/admin & http://localhost:8080/manage) I don't know if these are in 4.0.1. Good luck, Josh _______________________________________________ No banners. No pop-ups. No kidding. Introducing My Way - http://www.myway.com
participants (1)
-
Samarth Kumar