Re: auto generation of mod_jk.conf in tomcat 5

2004-04-20 Thread Emerson Cargnin
Any answer for this BTW... is there an automatic generation of mapping for jk2 too??? Emerson Cargnin wrote: Ok, I finally got our production server to work with tomcat 5. The problem, that I said before is that I had to strip the following part to make it work form the generated file.:

Re: auto generation of mod_jk.conf in tomcat 5

2004-04-20 Thread Emerson Cargnin
I'll try this afterwards, but the generated mod_jk.conf file will be the same... In the docs of configuration of mod_jk.conf there's no mentioning of virtualHost tag... Emerson Cargnin wrote: Ok, I finally got our production server to work with tomcat 5. The problem, that I said before is that

RE: auto generation of mod_jk.conf in tomcat 5

2004-04-20 Thread Angus Mezick
Why not use mod_jk2? I have been wondering why people keep trying to use the older jk with the newer tomcat.. --Angus > -Original Message- > From: Emerson Cargnin [mailto:[EMAIL PROTECTED] > Sent: Monday, April 19, 2004 5:54 PM > To: Tomcat Users List > Subject: Re: aut

Re: auto generation of mod_jk.conf in tomcat 5

2004-04-19 Thread Emerson Cargnin
Ok, I finally got our production server to work with tomcat 5. The problem, that I said before is that I had to strip the following part to make it work form the generated file.: ServerName localhost The problem is that it'll be regenerated each time I restart tomcat Any help on this??

Re: auto generation of mod_jk.conf in tomcat 5

2004-04-19 Thread Emerson Cargnin
Still trying to configure mod_jk. The log from mod_jk when apache is started: [Mon Apr 19 18:36:49 2004] [jk_uri_worker_map.c (321)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /connManager/servlet/gerenciadorconn/=ajp13 was added [Mon Apr 19 18:36:49 2004] [jk_uri_worker_map.c

Re: auto generation of mod_jk.conf in tomcat 5

2004-04-19 Thread Emerson Cargnin
the strange thing is that a virtualhost tag is generated and no rule is created... if I take those out I can see the rules being created How do I configure the autogeneration of the conf file not put the virtualhost tag??? Other question: the loadmodule, log and worker files and log level a

Re: auto generation of mod_jk.conf in tomcat 5

2004-04-16 Thread Emerson Cargnin
isn't missing the include to the mod_conf.xml Yang Xiao wrote: Hi, In httpd.conf: LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties JkLogFile /usr/local/tomcat/logs/mod_jk.log JkLogLevel info JkOptions +ForwardKeySize +ForwardURICompat -ForwardDi

Re: auto generation of mod_jk.conf in tomcat 5

2004-04-15 Thread Emerson Cargnin
Thanks a lot Xiao, I'll try that. I have most of the options you told to put in httpd.conf in mod_jk.conf itself. I think when tomcat write the new file it preserves old configuration... Why almost nobody (AFASK) uses this feature?? The problem I have is that we have a lot of apps, and it wou

RE: auto generation of mod_jk.conf in tomcat 5

2004-04-15 Thread Yang Xiao
Hi, In httpd.conf: LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties JkLogFile /usr/local/tomcat/logs/mod_jk.log JkLogLevel info JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkRequestLogFormat "%w %V %T" JkMount /jsp-examples/* rou