View Single Post
  #2  
Old 14th June 2008, 11:41
xtine xtine is offline
Junior Member
 
Join Date: Jun 2008
Posts: 13
Thanks: 1
Thanked 1 Time in 1 Post
Default

I figured out how to fix my problem #2. Yay! Here's basically how I fixed it.

- Name the worker consistently across the workers.properties file and the mod_jk.conf file. Before, it's sometimes referred to as worker1 and sometimes as ajp13.

- I had to customize the auto-generated mod_jk.conf; I moved it to /etc/apache2/conf.d directory so it'll just auto load without an additional line in httpd.conf. Cut all directives within the virtual host area and paste into the Apache Directives box for the virtual host on ISPConfig, so that it is contained within the ISPConfig generated vhost file.

I had gotten the "mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results" error because the same virtual host was defined in the vhost file and /usr/local/apache-tomcat/conf/auto/mod_jk.conf file; in the vhost file, it is defined with port 80, but defined without any port number in the mod_jk.conf file. Now that all needed directives are in ISPConfig, I only have the virtual host defined in one place.

I am just ignoring my problem #1 for now by commenting out the Listener line in server.xml that calls the class that's not found. I'm not really sure what org.apache.catalina.storeconfig.StoreCo nfigLifecycleListener is used for yet. If you figure out how to get this class loaded, please let me know. Thanks!
Reply With Quote