Re: deploy a war file

2008-05-19 Thread Fred K
hi, there are a few ways: - expend the war manually (jar -xvf my.war) into the ./webapps sub directory of your Tomcat. - use the tomcat manager if installed to upload the war. http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html Rgds - Fred On Tue, May 20, 2008 at 12:26 AM, ashok prabhu

Re: Wily Introscope

2008-04-24 Thread Fred K
Hi, yes (solaris and linux - no difference) note that there is some information about on the http://wilytech.com > community (this peer support area is open to all customers). Rgds - Fred On Thu, Apr 24, 2008 at 6:13 PM, Vance A. Arocho <[EMAIL PROTECTED]> wrote: > > Anyone have any experien

Re: Can I move the TomCat installation to another directory ?

2008-04-13 Thread Fred K
Hi, In most case yes. Double check your startup script (or windows service). By default most of the tomcat configurations are relative to ${catalina.base} which by default is ${catalina.home} which is the installation directory. The web apps are relative to the directory webapps, if the web app

Re: Compiling mod-jk plugin for SunOne on Solaris

2007-02-01 Thread Fred K
Hi Kamal, Not sure if this makes a difference in this case. When I compiled apache I added a flag with: export LDFLAGS="-static-libgcc" to statically link the libgcc. Rgds, Fred On 2/1/07, Kamalakar Vuggumudi <[EMAIL PROTECTED]> wrote: Thanks Rainer. I found libgcc_s.so in /usr/local/lib di

Ajp connector attributes *Processors vs *Threads

2006-07-13 Thread Fred K
Hello: One of my colleagues had a good question today. On the document about the Ajp connector (mod_jk ): http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html minProcessors and maxProcessors are said to be "deprecated" Apparently these atributes are replaced by *Threads. So the questio

Suggestion for documentation update about jvmRoute

2006-02-12 Thread Fred K
Hi: (I am not sure if this is the right forum for this message, please let me know otherwise.) In the documentation: http://tomcat.apache.org/tomcat-5.5-doc/config/engine.html jvmRoute Identifier which must be used in load balancing scenarios to enable session affinity. The identifier, which mu

weird mod_jk loggin delay?

2006-02-05 Thread Fred K
Hello: When I set the mod_jk log level to "info" or "warning" or "error", I do not see any log entries until I shut down the Apache server or after a delay (eg. after some buffer (?) filled with a 1000 chrs.). With log level "debug" the logfile is updated instantly. With 1.2.3-dev it wrote the l

Broken Architecture documentation pdf on tomcat.apache.org

2006-01-29 Thread Fred K
Hi: When I look at the Architecture documentation pdf, I see only blank pages in the pdf files linked under Tomcat Architecture. These pdfs, are broken on tomcat.apache.org and when I build Tomcat 5.5.12from source (Linux/Solaris). Bugzilla says it is fixed in September, http://issues.apache.org/

Configuring and using jkstatus for only one Tomcat instance

2006-01-29 Thread Fred K
Hi: Re: mod_jk.so v1.2.15 (and tomcat 5.5.12) I followed the instructions on the web site to enable jkstatus a: http://tomcat.apache.org/connectors-doc/howto/workers.html <= Status Worker properties After being puzzled for some time reading the same line over and over on that page, I eventually

Why does mod_jk write a file ./conf/ajp13.id

2006-01-29 Thread Fred K
Hi: I am using mod_jk.so v1.2.15 (and tomcat 5.5.12) Why does mod_jk need to create and write the file ajp13.id in the configuration directory? ./conf/ajp13.id #Automatically generated, don't edit #Thu Jan 26 16:24:17 GMT 2006 secret=secretword port=8009 I like (feel more secure) to have all t

Is mod_jk buffering its log ? Is this a problem ?

2006-01-29 Thread Fred K
Hello: I am using mod_jk between my Apache 1.3.x and Tomcat 5.5.12 on Solaris 8 and Linux (RHEL2 and RHEL3) The one issue which bothers *support* is that if you have an error reported by mod_jk you do not see the error messages in the logfile until you shutdown the server or reach some size trigg