Re: Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up

2009-12-12 Thread Alessandro Bahgat
On Fri, Dec 11, 2009 at 4:27 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 09.12.2009 12:18, Pid wrote: It could be, but while you're upgrading you might consider upgrading HTTPD to the best available version too, 2.0.52 release date: 1 Oct 2004. (That's 35 internet years ago.) ... and

Re: mod_jk and session stickyness of images requests

2009-12-12 Thread Rainer Jung
On 11.12.2009 18:38, Kockert, Timo wrote: We are using Cocoon and its EncodeUrlTransformer to do the session ID encoding: map:transformer logger=sitemap.transformer.encodeURL name=encodeURL pool-max=${encodeurl- transformer.pool-max} src=org.apache.cocoon.transformation.EncodeURLTransformer

Re: Strange characters seen in RR and Cd columns on jkserver-status page after upgrading modjk to .28

2009-12-12 Thread Rainer Jung
On 11.12.2009 18:32, gerhardus.geldenh...@gta-travel.com wrote: Hi We have upgraded our modjk from .26 to .28 using mod_jk-1.2.28-httpd-2.2.X.so obtained from http://../tomcat-connectors/jk/binaries/linux/jk-1.2.28/x86_64/ We are running Server version: Apache/2.2.3 Server built: Nov 12 2008

Re: mod_jk all endpoints are disconnected

2009-12-12 Thread Rainer Jung
It's only an info message, no problem per se. As long as there are no accompanying warn or error messages, you can ignore them. Regards, Rainer On 12.12.2009 07:27, peter.shen wrote: Hi brother I meet the same problem , I want to know the reason and how fix it? %-| ke...@newsgroupstats.hk

Re: Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up

2009-12-12 Thread Rainer Jung
On 12.12.2009 13:26, Alessandro Bahgat wrote: On Fri, Dec 11, 2009 at 4:27 PM, Rainer Jungrainer.j...@kippdata.de wrote: On 09.12.2009 12:18, Pid wrote: It could be, but while you're upgrading you might consider upgrading HTTPD to the best available version too, 2.0.52 release date: 1 Oct

Re: New to Tomcat -- SSL

2009-12-12 Thread Adria Stembridge
Don't the Tomcat logs say anything helpful ? Actually, yes... SEVERE: Catalina.start: LifecycleException: service.getName(): Catalina; Protocol handler start failed: java.net.BindException: *Permission denied:80* at org.apache.catalina.connector.Connector.start(Connector.java:1097)

Seeking consultant

2009-12-12 Thread Adria Stembridge
Not sure if this is allowed -- I am interested in hiring someone to help with port forwarding on a standalone instance of tomcat5.I've done everything I know to do and have asked for help in the right place. Please email with rates.

RE: New to Tomcat -- SSL

2009-12-12 Thread Caldarale, Charles R
From: Adria Stembridge [mailto:adrya.stembri...@gmail.com] Subject: Re: New to Tomcat -- SSL SEVERE: Catalina.start: LifecycleException: service.getName(): Catalina; Protocol handler start failed: java.net.BindException: *Permission denied:80* at

Re: New to Tomcat -- SSL

2009-12-12 Thread Adria Stembridge
Linux/UNIX systems do not allow unprivileged userids to access ports 1024. Although you can run Tomcat under the root userid, this is not recommended for security reasons. Instead, start Tomcat with jsvc: http://tomcat.apache.org/tomcat-6.0-doc/setup.html#Unix%20daemon - Chuck I

Re: New to Tomcat -- SSL

2009-12-12 Thread Adria Stembridge
I've been at this for two days. Learning a lot, but this is production and needs to get back to service. Is there another way, other than revoking/requesting a new SSL certificate and using apache mod_jk? Tomcat works under 8080 and 8443 currently. Isn't there a way to forward 8443 to 443

RE: New to Tomcat -- SSL

2009-12-12 Thread Caldarale, Charles R
From: Adria Stembridge [mailto:adrya.stembri...@gmail.com] Subject: Re: New to Tomcat -- SSL Tomcat works under 8080 and 8443 currently. Isn't there a way to forward 8443 to 443 with iptables? Yes, that's frequently done. From the Tomcat FAQ: - Another way is to use Iptables to redirect

RE: New to Tomcat -- SSL

2009-12-12 Thread Caldarale, Charles R
From: Adria Stembridge [mailto:adrya.stembri...@gmail.com] Subject: Re: New to Tomcat -- SSL I compiled jsvc per tomcat 5.5 documentation. [Linux] service tomcat5 stop [Linux] ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile

Re: New to Tomcat -- SSL

2009-12-12 Thread Adria Stembridge
Success. iptables -save iptables-save weren't saving the changes. Issuing *service itptables save* did the trick.Tomcat is now running over ports 80 443. Thanks for everyone's assistance. a On Sat, Dec 12, 2009 at 1:36 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote:

Re: Minor Doc Bug on website

2009-12-12 Thread Mark Thomas
On 11/12/2009 22:54, Dan Armbrust wrote: On the page: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html It talks about: genStringAsCharArray - Should text strings be generated as char arrays, to improve performance in some cases? Default false. In the web.xml of Tomcat 6.0.20,

How to JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat?

2009-12-12 Thread Zacheusz Siedlecki
Can I use JSF 2.0 (Mojarra-2.0.2) with Facelets on Tomcat? With Jetty and Glassfish Mojarra works fine. With Tomcat I get facelets exception. For example java.io.FileNotFoundException: /welcome.xhtml Not Found in ExternalContext as a Resource

compiling tomcat6020 from source on modern amd64-bit linux

2009-12-12 Thread lux-integ
Greetings I am new to this list. I last played with tomcat ~7 years ago(version 3). I am attempting to compile tomcat-6.0.20 on a linux-box (it runs pure-(AMD64) 64-bit CLFS linux (kernel 2.6.31.6, gcc4.4.2, glibc2.10.2) The box has an AMD Sempron CPU and 2 Gbytes of RAM,

RE: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-12 Thread Caldarale, Charles R
From: lux-integ [mailto:lux-in...@btconnect.com] Subject: compiling tomcat6020 from source on modern amd64-bit linux I am attempting to compile tomcat-6.0.20 on a linux-box Why? Tomcat is pure Java, so it will run on any platform with a JVM. Recompilation is only needed if you're applying

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-12 Thread Zacheusz Siedlecki
Don't compile jar files. If you prefer, you may compile native connectors. Regards, Zacheusz On Sun, Dec 13, 2009 at 3:54 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: lux-integ [mailto:lux-in...@btconnect.com] Subject: compiling tomcat6020