Tomcat 3.x Question 2003-10-10 - By Larry Isaacs
Back Assuming you are referring to Tomcat 3.3.x, you need to also execute:
/usr/local/tomcat/startup.sh jkconf
prior to restarting Apache. This will update the mod_jk.conf used to configure mod_jk. See:
http://jakarta.apache.org/tomcat/tomcat-3 (See http://cat-3.ora-code.com).3-doc/mod_jk-howto.html
for details about controlling what gets written to mod_jk.conf.
Writing mod_jk.conf was separated from normal Tomcat startup due to problems with Apache/mod_jk trying to read the file while Tomcat was writing it, when both are installed as services under Windows.
Cheers, Larry
> -- --Original Message-- -- > From: Robert Charbonneau [mailto:tomcat-user@(protected)] > Sent: Friday, October 10, 2003 3:12 PM > To: tomcat-user@(protected) > Subject: Tomcat 3.x Question > > > Is there any way that I can have Tomcat automatically pickup > additional > webapps in my webapps directory on startup and auto-configure for it? > > For example: > > add webapps/MyApp > > /usr/local/tomcat/bin/shutdown.sh && /usr/local/tomcat/startup.sh > > And have http://host.com/MyApp available to me after > restarting Apache? > > Thanks, > > -- > Robert Charbonneau > tomcat-user@(protected) > -- > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > For additional commands, e-mail: tomcat-user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|