German Umlauts in Tomcat5

2004-05-14 Thread Christian Traber
Hi, following example works with tomcat 4.1.30 but makes problems with tomcat 5.0.19 on SuSE9.1: Client side: // vir.shortName = Gfüllner String username = URLEncoder.encode(vir.shortName,UTF-8); // == username = Gf%C3%BCllner HttpURLConnection huc = (HttpURLConnection)

mod_jk2 hangs?!

2003-10-02 Thread Christian Traber
Hi, I use apache 2.0.46, mod_jk2, tomcat4.1.18 (the standard versions shipped with Suse 8.2). Sometimes the apache-tomcat connection seems to hang. After restarting apache (or I think waiting for a few minutes) everything works again. There are a lot of such messages in my apache errorlog:

Re: mod_jk2 hangs?!

2003-10-02 Thread Christian Traber
Dean Searle wrote: You're missing the jk2.shm file. This file should be created using notepad or vi (depending on your OS)and placed in a folder. That folder can be determined by looking into jk2.properties in the {TOMCAT_HOME}/conf and workers2.properties in {APACHE_HOME}/conf. Or you can

Context Parameter not set after manager stop-start

2003-08-14 Thread Christian Traber
Hi, I have a Context Parameter in my server.xml Context. If I stop and start my Context with the manager-application the Parameter is no longer set! Reload works. I'm using tomcat-4.1.24. Is this an error? Regards, Chirstian

mod_jk2 and stickySession

2003-08-11 Thread Christian Traber
Hi! I've configured jk2 with a loadbalancer and stickySession=1 and made a simple Testservlet with a getSession(). I can see the JSESSION cookie in my browser but the loadbalancer still uses all workers and not only the worker with my session. What is going wrong? Regards, Christian

Re: mod_jk2 and stickySession

2003-08-10 Thread Christian Traber
NormW wrote: Good evening Christian. Have you set the jvmRoute parameter in each Tomcat, and the TomcatID (aka route) for each JK worker? Norm Thanks, I set jvmRoute in server.xml Engine section and now it works. Best regards, Christian

Re: Tomcat, Eclipse, Debug, JPDA

2003-06-29 Thread Christian Traber
Pfingstl Gernot wrote: I tried to debug my webapplication on my (local)tomcat with eclipse and JPDA. Both (JDK and Eclipse) seems to allow JPDA, but I always got an Failed to connect to remote VM. Connection refused error from eclipse. Try the tomcat plugin for eclipse:

Re: Tomcat RMI and Eclipse

2003-04-02 Thread Christian Traber
Hi, I had the same problem:-( Group/Tomcat is part of the installation directory of tomcat (C:\Apache Group\Tomcat 4.1) If you install tomcat in a directory without spaces is the directory-names, it should works! I have this problem since tomcat4.0. Where and how can we report this problem?