Re: auto gen config file for jk2

2003-02-01 Thread Bill Barker
There is nothing yet for Jk2 like ApacheConfig. The closest is the CLI translater (which has major issues :). Something like: java -cp $CATALINA_HOME/server/lib/tomcat-jk2.jar org.apache.jk.config.WebXml2Jk -docBase $CATALINA_HOME/webapps/myapp The files will end up in $CATALINA_HOME/webapps/mya

auto gen config file for jk2

2003-01-31 Thread Mike Jackson
I know with tomcat3 you can do a "startup.sh jkconf" to auto-generate a configuration file. And I know that you can create a listener for "org.apache.ajp.tomcat4.config.ApacheConfig" in tomcat4 to autogenerate a configuration file. But I'm wondering if there's a way to do it for jk2... --mikej