Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Christian
On 29.06.2016 18:34, Christian wrote: On 29.06.2016 17:54, Mark Thomas wrote: Those just wrap java.util.logging so follow the instructions (from log4j2) to redirect that to log4j2. Mark Thank you for your quick reply. That's what I did already[1], but it still results in an exception

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Christian
;main" java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory This message results from the attempt to load the logger into org.apache.catalina.startup.ContextConfig's static log field. Just to prevent misunderstandings: I'm using tomcat-embed-core 8.5.3. Regards Christian [1] add log4j-jul to

Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-29 Thread Christian
implementing org.apache.juli.logging.Log and org.apache.juli.logging.LogFactory? Regards Christian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat8 startup service exit (return value 143)

2016-01-30 Thread Christian
ing tomcat but jsvc. By default jsvc waits only 10 seconds. After configuring SERVICE_START_WAIT_TIME=90 in setenv.sh, everything is fine now. Thanks for your heads up. Regards Christian - To unsubscribe, e-mail: users-unsubscr

Re: Double call to requestInitialized when forwarding for FORM auth

2015-07-16 Thread Christian Kaltepoth
that? Thanks Christian 2015-07-16 15:28 GMT+02:00 Christopher Schultz ch...@christopherschultz.net : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ludovic, On 7/16/15 2:29 AM, l.pe...@senat.fr wrote: On 15/07/2015 23:36, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash

Re: Distinct servlets for different domains in one web application

2015-07-03 Thread Christian
Chris, thanks for your brief description of the different options. On 30.06.2015 19:38, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian, On 6/28/15 12:01 PM, Christian wrote: is it somehow possible to create a web application with multiple servlets

Re: Distinct servlets for different domains in one web application

2015-06-29 Thread Christian
André, On 29.06.2015 12:15, André Warnier wrote: Christian wrote: André, On 28.06.2015 23:11, André Warnier wrote: Christian wrote: Mark, On 28.06.2015 19:58, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, On 6/28/2015 9:01 AM, Christian wrote: Hello all

Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
and its management site. Both parts should run at the context root, at different domains. The application needs a shared (spring-)context in which the application's beans are stored. Regards, Christian - To unsubscribe, e-mail

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
Mark, On 28.06.2015 19:58, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, On 6/28/2015 9:01 AM, Christian wrote: Hello all, is it somehow possible to create a web application with multiple servlets that are registered to different domains for the same url paths

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
Chuck, On 28.06.2015 18:40, Caldarale, Charles R wrote: It sounds like you want virtual hosts: somehow, but I want to deploy *one* war with two servlets and shared objects. Using virtual hosts allows to deploy the application twice, but then the spring context isn't shared. Regards, Christian

Re: Distinct servlets for different domains in one web application

2015-06-28 Thread Christian
André, On 28.06.2015 23:11, André Warnier wrote: Christian wrote: Mark, On 28.06.2015 19:58, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, On 6/28/2015 9:01 AM, Christian wrote: Hello all, is it somehow possible to create a web application with multiple

tomcat-jdbc vs. tomcat-dbcp

2014-11-28 Thread Christian
, Christian [1] https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: JNDI initialization since Tomcat 8.0.1

2014-04-16 Thread Christian
There is already a hibernate issue on this bug (https://hibernate.atlassian.net/browse/HHH-8818). Regards, Christian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Christian
-authContainer/res-auth /resource-ref /web-app Of course the mysql driver is copied into $CATALINA_BASE/lib. Has the JNDI initialization changed between tomcat 8.0.0-RC10 and 8.0.1? Regards, Christian - To unsubscribe, e-mail: users

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Christian
and the name resolution succeeds. Maybe this directs to the cause of the problem. Regards, Christian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: JNDI initialization since Tomcat 8.0.1

2014-04-13 Thread Christian
. classloading.internal.ClassLoaderServiceImpl.withTccl(ClassLoaderServiceImpl.java:397) Great pointer! You're right, I use hibernate 4.3. I followed your suggestion an asked at hibernate forums. https://forum.hibernate.org/viewtopic.php?f=1t=1032307 Regards, Christian

Are these CVEs fixed in tomcat 7 ?

2014-02-27 Thread Christian Rustøen
Hi Based on the apache security reports i dont see any mention of these CVEs b= eing fixed in tomcat, and as they have a very high score i would like to kn= ow if they have been fixed. These are almost 3-4 years old but as i dont see any mention on them in the= security reports i would still

RE: Are these CVEs fixed in tomcat 7 ?

2014-02-27 Thread Christian Rustøen
Ok, thanks for your quick reply. -- BR, chris From: Mark Thomas ma...@apache.org Sent: Thursday, February 27, 2014 1:53 PM To: Tomcat Users List Subject: Re: Are these CVEs fixed in tomcat 7 ? On 27/02/2014 12:49, Christian Rustøen wrote: Hi Based

Re: Using the bin/daemon.sh script on ubuntu.

2013-08-01 Thread Christian Schneider
... Best Regards, Christian. 2013/7/30 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com Christian, On 30.7.2013 11:58, Christian Schneider wrote: But what about: * set env. variables (maybe: catalina.sh?, /etc/profiles?) /etc/profiles is executed when you enter bash shell, so if Tomcat

Using the bin/daemon.sh script on ubuntu.

2013-07-30 Thread Christian Schneider
to the right directory (like: /var/log/tomcat/...) * specifying the User: tomcat Best Regards, Christian. [0]: http://tomcat.apache.org/tomcat-7.0-doc/setup.html#Unix_daemon

Re: Tomcat hangs every day

2013-05-17 Thread Christian Kaltepoth
HTTPClient. :) I hope this helps :) Christian 2013/5/17 Sascha Troll sascha.tr...@geberit.com Hi ! I have problem with our Tomcat 7.0.40 (upgrade already done from 7.0.39 and 7.0.37 and still the same issue). Its still running, but not longer accepting any connection on port 8080

Re: Tomcat hangs every day

2013-05-17 Thread Christian Kaltepoth
case. Best regards Christian Kaltepoth 2013/5/17 Sascha Troll sascha.tr...@geberit.com Christian, thanks for this. Can you give me a hint. I am just the server guy, so I can tell the developer. Thanks a lot ! Sascha From: Christian Kaltepoth christ...@kaltepoth.de

Policy files

2013-04-24 Thread Christian Beikov
the policy in this case? I hope someone can help me with that, thanks in advance! -- Mit freundlichen Grüßen, *Christian Beikov*

Fwd: Re: Policy files

2013-04-24 Thread Christian Beikov
to configure in e.g. context.xml(if that is the place where to configure the policy) to have a specific policy applied. Mit freundlichen Grüßen, *Christian Beikov* Am 24.04.2013 12:48, schrieb Martin Gainty: Sooner or later your

Re: Policy files

2013-04-24 Thread Christian Beikov
, but don't know how this affects tomcat when I apply it e.g. in a ServletContextListener. Would be cool if there was an option to do that kind of stuff. Mit freundlichen Grüßen, *Christian Beikov* Am 24.04.2013 19:13, schrieb

Re: Policy files

2013-04-24 Thread Christian Beikov
and is what I want much harder to achive than I think? Am 24.04.2013 22:20, schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christian, On 4/24/13 1:51 PM, Christian Beikov wrote: Yes we are talking about security manager policies. Good :) There's a lot about

[SOLVED] tomcat 6.0.32 stops expiring sessions

2012-11-12 Thread Altmeier, Christian
sessions From: Altmeier, Christian [mailto:christian.altme...@softwareag.com] Subject: AW: AW: AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions do you have a guideline how to get the thread dump? It's in the FAQ: http://wiki.apache.org/tomcat/HowTo

AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Altmeier, Christian
An: Tomcat Users List Betreff: Re: tomcat 6.0.32 stops expiring sessions On 05/11/2012 6:50 PM, Altmeier, Christian christian.altme...@softwareag.com wrote: Hi, I have a big problem. After some time, tomcat stops expiring sessions. We have enabled logging for org.apache.catalina.session.ManagerBase

AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Altmeier, Christian
: Montag, 5. November 2012 10:56 An: Tomcat Users List Betreff: Re: AW: tomcat 6.0.32 stops expiring sessions On 05/11/2012 8:41 PM, Altmeier, Christian christian.altme...@softwareag.com wrote: No that's OK, I don't mean the time a user stays inactive for some minutes. The session timeout is set

AW: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Altmeier, Christian
: tomcat 6.0.32 stops expiring sessions On 05/11/2012 10:01 PM, Altmeier, Christian christian.altme...@softwareag.com wrote: Yes we are using SSL. The default session timeout for ssl in tomcat6 is 24 hours, maybe that explains why. Tomcat 6.0.32 Our connector config: Connector port=8080

AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Altmeier, Christian
... -Ursprüngliche Nachricht- Von: David kerber [mailto:dcker...@verizon.net] Gesendet: Montag, 5. November 2012 16:20 An: Tomcat Users List Betreff: Re: AW: AW: AW: tomcat 6.0.32 stops expiring sessions On 11/5/2012 10:07 AM, Altmeier, Christian wrote: No, sorry. Default should be 30 Minutes We

AW: AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Altmeier, Christian
] Gesendet: Montag, 5. November 2012 16:43 An: Tomcat Users List Betreff: Re: AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions * PGP Signed: 05.11.2012 at 16:42:54 On 05/11/2012 15:27, Altmeier, Christian wrote: Yes I think so: Session Id Guessed Locale Guessed User name

AW: AW: AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Altmeier, Christian
2012 20:51 An: Tomcat Users List Betreff: Re: AW: AW: AW: AW: AW: tomcat 6.0.32 stops expiring sessions * PGP Signed by an unknown key Christian, On 11/5/12 10:48 AM, Altmeier, Christian wrote: I don't think so ... but I can't exclude it. The problem is, that everything works fine

Re: memory leak in tomcat

2012-06-05 Thread Christian Kaufhold
them too. I have seen this kind of thing happen many times before causing big memory usage. Remove the Wicket app and run the Eclipse Memory Analyzer. Thanks, Warren Bell On 5/24/12 5:42 AM, Konstantin Kolinko wrote: 2012/5/24 Christian Kaufhold kaufhol...@googlemail.com: Hi, I have

Re: getting frustrated with web sockets

2012-06-05 Thread Christian Finckler
and you are using WebSocket. Mark 2. I tried to override doGet and save request/session, however after saving request/session when I call super.doGet, I get unauthorized request. How can I get access to request and/or session when a message arrives? thanks On 6/2/2012 3:32 AM, Christian

Re: non blocking Websockets?

2012-06-04 Thread Christian Finckler
thank you mark. that was a great answer. Am 03.06.2012 22:49, schrieb Mark Thomas: On 03/06/2012 21:26, Christian Finckler wrote: Am 03.06.2012 19:50, schrieb Mark Thomas: On 31/05/2012 18:45, Christian Finckler wrote: Am 31.05.2012 11:09, schrieb Mark Thomas: On 31/05/2012 10:02, Christian

Re: non blocking Websockets?

2012-06-03 Thread Christian Finckler
Am 03.06.2012 19:50, schrieb Mark Thomas: On 31/05/2012 18:45, Christian Finckler wrote: Am 31.05.2012 11:09, schrieb Mark Thomas: On 31/05/2012 10:02, Christian Finckler wrote: Hello, as far I understood, the websocket implementation of tomcat is using one thread per client. Is there also

Re: getting frustrated with web sockets

2012-06-02 Thread Christian Finckler
Hello, I had the same problem some time ago. I could get jwesocket to work either. But I then used autobahn: http://autobahn.ws/developers/autobahnandroid/installation That worked great for me. I couldn't find out if the different client libraries do something wrong or tomcat but I was a bit

non blocking Websockets?

2012-05-31 Thread Christian Finckler
Hello, as far I understood, the websocket implementation of tomcat is using one thread per client. Is there also a possibility to configure it to use non blocking IO? Then it should be easier to serve lots of connections without creating unlimited threads. Thank you, Chris

Re: non blocking Websockets?

2012-05-31 Thread Christian Finckler
Am 31.05.2012 11:09, schrieb Mark Thomas: On 31/05/2012 10:02, Christian Finckler wrote: Hello, as far I understood, the websocket implementation of tomcat is using one thread per client. Is there also a possibility to configure it to use non blocking IO? No. That has not yet been

memory leak in tomcat

2012-05-24 Thread Christian Kaufhold
[]* loaded by *system class loader*. and the data that is in the entries of the gigantic Map is org.hibernate.impl.SessionFactoryObjectFactory Does anyone know why this? Christian ** Class Name Shallow Heap Retained Heap - java.util.HashMap$Entry[64] @ 0xaa9314c0 mat://object/0xaa9314c0 272

Re: tomcat slowing down

2012-05-23 Thread Christian Kaufhold
in a virtual server? On 5/16/12 6:49 AM, Christian Kaufhold wrote: Hi, we have the problem that tomact is slowing down after a while until even the manager app becomes unusable. Our System: 2 Quadcores/24 GB Mem OpenSuse 11.4 tomcat 6.0.29 wicket/hibernate/postgres Max Memory

Re: tomcat slowing down

2012-05-17 Thread Christian Kaufhold
Hi Mikolaj, thanks I will do that, do you know a free tool to generate request for the simulation of about 30 clients being connected? Am 16.05.2012 um 21:49 schrieb Mikolaj Rydzewski: On 05/16/2012 05:35 PM, Christian Kaufhold wrote: its not intentional but the myfaces App runs

Re: tomcat slowing down

2012-05-17 Thread Christian Kaufhold
Hi Warren, thanx, but I think session size is not an issue with 30 users since Tomcat has about 2 GB memory. But who knows, do you know a way to check the size of a session in tomcat? christian Am 17.05.2012 um 00:44 schrieb Warren Bell: Here is a good link explaining some of the pros

tomcat slowing down

2012-05-16 Thread Christian Kaufhold
Hi, we have the problem that tomact is slowing down after a while until even the manager app becomes unusable. Our System: 2 Quadcores/24 GB Mem OpenSuse 11.4 tomcat 6.0.29 wicket/hibernate/postgres Max Memory and total Memory 2GB Free Momory 500 MB when the system is slow top shows 100 CPU

Re: tomcat slowing down

2012-05-16 Thread Christian Kaufhold
ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, On 5/16/12 11:00 AM, Mikolaj Rydzewski wrote: On 16.05.2012 16:46, Christian Kaufhold wrote: I made a thread dump off the slow server. You need to investigate it with application developers. +1

tomcat doesnt want to start

2011-11-08 Thread Christian Röttger
[fail] the same with force-reload when i try to look at the logs in /var/log/tomcat i don't get access sudo cat /var/log$ cd tomcat6/ -bash: cd: tomcat6/: Keine Berechtigung Where should i look? Can anyone provide some help how to get it running again? thanks, christian smime.p7s Description

problems get tomcat6 running

2011-05-25 Thread Christian Röttger
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.apa greetz christian smime.p7s Description: S/MIME Cryptographic Signature

Re: problems get tomcat6 running

2011-05-25 Thread Christian Röttger
Am 25.05.2011 16:00, schrieb Pid: On 25/05/2011 13:55, Christian Röttger wrote: Dear List, i installed tomcat6.0.24 on a ubuntu 10.04 server with this installation guide ( https://help.ubuntu.com/10.04/serverguide/C/tomcat.html ) without changing the port. when i try to access the page

java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet when embedding tomcat 7.0.11

2011-04-07 Thread Christian Hödl
() tomcat.getServer().await() } } } Does anybody know, what could be the problem here? Cheers, Christian -- GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit gratis Handy-Flat! http://portal.gmx.net/de/go/dsl

Tomcat in CentOS 5.5

2011-01-31 Thread Christian Garling
with customers SLAs. I might be true, that there are bugs in Tomcat 6.0.18, but CentOS is an enterprise operating system. I can not believe that these bugs are not fixed with patches there. Can somebody shed some light into this? Best regards, Christian

Re: Problems running tomcat 6.0.24 on ubuntu server 10.4

2010-12-01 Thread Christian Röttger
Am 30.11.2010 17:11, schrieb André Warnier: Christian Röttger wrote: hello, i installed tomcat 6.0.24 from the repositorys on ubuntu server 10.04 with this installation guide: https://help.ubuntu.com/10.04/serverguide/C/tomcat.html i can access the index.html on myserver:8080 and can run

Problems running tomcat 6.0.24 on ubuntu server 10.4

2010-11-30 Thread Christian Röttger
hello, i installed tomcat 6.0.24 from the repositorys on ubuntu server 10.04 with this installation guide: https://help.ubuntu.com/10.04/serverguide/C/tomcat.html i can access the index.html on myserver:8080 and can run the example servlets. i updated the |/etc/tomcat6/tomcat-users.xml

Re: another UTF-8 problem

2010-08-26 Thread Tim-Christian Mundt
-Christian Mundt wrote: I've encountered a UTF-8 problem and yes, URIEncoding=UTF-8 is set. If you're connecting-out to a SOAP service, then the URIEncoding setting doesn't matter. I'm connecting to a web service which returns UTF-8 encoded data. If I do so from a plain, regular, self

another UTF-8 problem

2010-08-24 Thread Tim-Christian Mundt
Hi, I've encountered a UTF-8 problem and yes, URIEncoding=UTF-8 is set. I'm connecting to a web service which returns UTF-8 encoded data. If I do so from a plain, regular, self-contained Java application everything is fine. However, if I run the same classes in tomcat (and trigger the action

Re: another UTF-8 problem

2010-08-24 Thread Tim-Christian Mundt
Caldarale, Charles R schrieb: From: Tim-Christian Mundt [mailto:d...@tim-erwin.de] Subject: another UTF-8 problem I've encountered a UTF-8 problem and yes, URIEncoding=UTF-8 is set. Tomcat version? Using APR or not? JVM version? Platform? Default locale setting? - Chuck

AUTO: Christian Luettenberg ist außer Haus. ( Rückkehr am 18.08.2010)

2010-07-30 Thread christian . luettenberg
Ich bin bis 18.08.2010 abwesend. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad gesendet am 30.07.2010 17:10:36. Diese ist die

Re: Connecting Tomcat to a database

2010-07-12 Thread Christian Bruckhoff
Hi. Am 10.07.2010 06:15, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Re: Connecting Tomcat to a database ERROR - GeronimoLog.error(108) | Failed to resolved external DataSource at java:comp/env/jdbc/TestDB

Re: Connecting Tomcat to a database

2010-07-09 Thread Christian Bruckhoff
Hi. Am 08.07.2010 23:36, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Re: Connecting Tomcat to a database Sorry was in a haste, forgot much more than this. :-/ - Tomcat 7.0.0 - Java 1.6 Update 20 - Windows XP SP3 - Wanted to use DB

Connecting Tomcat to a database

2010-07-08 Thread Christian Bruckhoff
: - ode-axis2.db.mode=EXTERNAL ode-axis2.db.ext.dataSource=java:comp/env/jdbc/TestDB After I did this, Tomcat didn't work anymore. I even can't debug it, because the Tomcat window dissapears to fast. Can you help me? Greetz Christian

Re: Connecting Tomcat to a database

2010-07-08 Thread Christian Bruckhoff
Hi. Am 08.07.2010 20:50, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Connecting Tomcat to a database I need t connect Tomcat to a database What version of Tomcat? What JVM? What platform are you running Tomcat on? Sorry

Connecting openBD via Tomcat to Apache2

2010-05-24 Thread Christian Adelbrecht
=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Context path= docBase=/var/www/www.testdomain.org/htdocs/ allowLinking=true debug=9 reloadable=true / /Host I really need help! Thanks a lot Regards Christian

Re: Connecting openBD via Tomcat to Apache2

2010-05-24 Thread Christian Adelbrecht
hi! What are the exact OS Linux 2.6.18-6-k7 , JVM, 1.6.0_16-b01 Tomcat, Apache Tomcat/6.0.20 HTTPD Apache 2.2.3 and mod_jk versions mod_jk 1.2.27 ? p

Re: Connecting openBD via Tomcat to Apache2

2010-05-24 Thread Christian Adelbrecht
2010/5/24 Pid p...@pidster.com On 24/05/2010 16:53, Christian Adelbrecht wrote: hi! What are the exact OS Linux 2.6.18-6-k7 , JVM, 1.6.0_16-b01 Tomcat, Apache Tomcat/6.0.20 HTTPD Apache 2.2.3 and mod_jk versions mod_jk 1.2.27 Note

Repost: mod_proxy_ajp configuration

2010-05-06 Thread Christian Roche
Hi, can somebody help me with this? Should I look somewhere else (any dedicated forum out there)? Thanks! I have a problem with configuring mod_proxy_ajp to access Tomcat5 through Apache2. My setup: CentOS release 5.4 (Final) httpd-2.2.3-31.el5.centos.4 tomcat5-5.5.23-0jpp.7.el5_3.2 I have in

mod_proxy_ajp configuration

2010-05-04 Thread Roche, Christian (EXT-Other - MA/Rabat)
Hi, I have a problem with configuring mod_proxy_ajp to access Tomcat5 through Apache2. My setup: CentOS release 5.4 (Final) httpd-2.2.3-31.el5.centos.4 tomcat5-5.5.23-0jpp.7.el5_3.2 I have in /etc/httpd/conf.d/proxy_ajp.conf: Location /tomcat/ ProxyPass ajp://localhost:8009/

*** SPAM *** Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
Hello, I just tried to use the tomcat nio and wondered if it is possible to use client and server pushes through the same socket connection? Or if I have to establish to connections for that purpose. In the end the client should be able to receive notification from server (server push) and

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
and forth should be possible within the body of the request Filip On 03/31/2010 07:01 AM, Christian Pfeiffer wrote: Hello, I just tried to use the tomcat nio and wondered if it is possible to use client and server pushes through the same socket connection? Or if I have to establish to connections

Re: Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
of that. Or if you have, a simple test case. Filip On 03/31/2010 07:57 AM, Christian Pfeiffer wrote: Hey Filip, thanks for your swift response. Wireshark tells me: //Client// POST /url/servlet HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv

Inactive sessions won't be removed

2009-11-04 Thread Christian Stöber
often does tomcat check when to remove an old session? As said above only some sessions are affected. Thanks in advance. Christian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Memory behavior: Tomcat versus Jetty

2009-10-02 Thread Christian Stöber
never be cleared. Now I am using a separate thread pool (executor), which cleans up the pool when a thread is idle. And now the memory behavior is almost equal to Jetty. Christian Tim Funk schrieb: If you use JSP tags where the JSP body does not directly stream but needs

Memory behavior: Tomcat versus Jetty

2009-09-30 Thread Christian Stöber
Tomcat may cache and Jetty does not? Do you have any experiences? Thanks in advance Christian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 5.5 and Windows Vista x64

2009-02-23 Thread Christian Döbel
(in server.xml this localhost is named). On my x32 system (Windows Vista) everything is running fine. Do you know what I have to change? After that I tried the x64 versions of tomcat5.exe and tomcat5w.exe. These are not running at all. Do you know why? Thanks Christian -- Pt! Schon vom neuen

Re: Tomcat Domain for redirects

2009-02-07 Thread Christian Decker
: 2009/2/6 Christian Decker decker.christ...@gmail.com: Hi all, I'm not that good at configuring Tomcat so I thought I'd ask here. My problem is that I have a server that is running Tomcat 5.5 and an Apache server that runs on port 80 and uses mod_jk to redirect all incoming requests

RE: Tomcat Domain for redirects

2009-02-07 Thread Christian Decker
Problem is that I also host some PHP and RubyOnRails apps on the same server and I'd like to keep them running ^^ Caldarale, Charles R wrote: From: Christian Decker [mailto:decker.christ...@gmail.com] Subject: Tomcat Domain for redirects I have a server that is running Tomcat 5.5

Tomcat Domain for redirects

2009-02-06 Thread Christian Decker
is kind of annoying. As this happens in many different places I assume that the tomcat server somehow believes that he is server1 instead of server1.example.com. Any directions on where to look? Regards, Chris -- http://blog.snyke.net - Christian Decker http://blog.snyke.net -- View

Re: Exception in thread

2008-11-27 Thread Christian Poecher
Pieter Temmerman-2 wrote: The only thing that I think could be related to the problem is listed below. Exception in thread TP-Processor15 Exception in thread Cluster-MembershipSender Exception in thread Cluster-MembershipReceiver 26 nov 2008 17:12:29,010 : [DEBUG]

Re: Exception in thread

2008-11-27 Thread Christian Poecher
Pieter Temmerman-2 wrote: Hi Chris, That's what I was afraid of. The only thing listed in the logs was what I posted. No stacktrace, nor name of the exception. I'll try to bump up the logging level, and hope this error occurs again in a reasonable amount of time (it's been working for

Re: How to transfer session to another browser

2008-08-19 Thread Christian Poecher
kohanm wrote: Hi, I have Tomcat 5.5 installed and a Java web applicaion is running. How could* *I *se*t up Tomcat that if I copy and past the URL of the web application to anoather browser the session could be tranferred to the new browser, in other words: Session can be transferred

Servlet Caching

2008-08-12 Thread Christian Poecher
Hi there, I am currently investigating a problem with our web app (Tomcat 5.5.23, Java 1.5, JSF 1.2) where the servlet cache does not always get updated when a JSF include is changed. This happend after changing an included JSF. The JSF-snippet that includes is: html [EMAIL PROTECTED]

Re: [programmazione] Servlet Caching

2008-08-12 Thread Christian Poecher
Thanks a bunch Luca. I inherited quite some messy code before the old developer said goodbye. So far the big architectural issues in the Data Access and Logic layers have been cleaned up, but the problems in the view still exist. I will live with this issue for now and refactor the view later to

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Christian Andersson
Peter Crowther skrev: From: Edi [mailto:[EMAIL PROTECTED] consider, i had 4 java application running in one tomcat, if one application crashes, all the other 3 application gets crashes. right? Correct. But it's not always that simple :-). It's your choice how you want to split up your

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Christian Andersson
need to install one more JDK1.5 (each tomcat needs, separate jdk1.5 or not ?) Please advise Peter Crowther wrote: From: Christian Andersson [mailto:[EMAIL PROTECTED] Peter Crowther skrev: If you are not careful when tuning the system, you might find that one application in one

Problem add domain

2008-07-23 Thread Christian Bianchini
Hi, I have create the new domain on tomcat admin and I've create the context /manager but after login I receiving this error: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

Re: Problem add domain

2008-07-23 Thread Christian Bianchini
relevant details. --David Christian Bianchini wrote: Hi, I have create the new domain on tomcat admin and I've create the context /manager but after login I receiving this error: type Exception report message description The server encountered an internal error () that prevented

Re: Problem add domain

2008-07-23 Thread Christian Bianchini
editing the appropriate config files. It was dropped from tomcat 6 because it hadn't been maintained in a long time. --David Christian Bianchini wrote: The version of tomcat is: 5.5.26 The server have install debian etch The tomcat is install of source not package debian. On Wed, Jul

Re: interrupting a multipart post request?

2008-03-25 Thread Christian Kindler
Christopher Schultz wrote: Christian Kindler wrote: | Maybe it's a good question for tomcat-dev... Agreed. Post back if you find a solution. The only answer I got on tomcat-dev is the following one. So it really seems to be a protocol problem... Rick Knowles wrote: Christian

Re: interrupting a multipart post request?

2008-03-14 Thread Christian Kindler
Christian Kindler schrieb: Christopher Schultz schrieb: Christian Kindler wrote: | I want to interrupt a multipart post request (e.g. if the content-length | exceeds a given limit). The problem is, that the client seems to | continue sending the data to the server and gets no response from

Re: interrupting a multipart post request?

2008-03-14 Thread Christian Kindler
Christopher Schultz wrote: Christian Kindler wrote: | Is something like Thread.currentThread().interrupt() the only way to | stop a multipart post request? I'm pretty sure you don't want to do that. The javadoc for Thread.interrupt states that any blocked I/O calls will be aborted, but you

Re: interrupting a multipart post request?

2008-03-10 Thread Christian Kindler
Christopher Schultz schrieb: Christian Kindler wrote: | I want to interrupt a multipart post request (e.g. if the content-length | exceeds a given limit). The problem is, that the client seems to | continue sending the data to the server and gets no response from the | server until the whole

interrupting a multipart post request?

2008-03-07 Thread Christian Kindler
to the server and not immediately. I am using Tomcat 6.0.16 with jdk 1.6.0_04 on windows xp. Regards, Christian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
it is stored in utf-8 in ldap.. and since now all our system is configured for utf-8 it is strange that this 1 part (the jndirealm) looks like it is using iso-8859-1 .-( Antonio Petrelli skrev: 2008/2/20, Christian Andersson [EMAIL PROTECTED]: all our html pages uses the utf-8 encoding, using

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
time have similar problems ... Andris Eiduks On Fri, Feb 29, 2008 at 9:53 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/2/20, Christian Andersson [EMAIL PROTECTED]: all our html pages uses the utf-8 encoding, using slapcat and looking at the content the data inside openldap seems

Re: tomcat ldap authentication problem

2008-02-28 Thread Christian Andersson
anyone ? Christian Andersson skrev: Hi, we have setup Tomcat (6.0.10) to authenticate using form authentication against openldap (2.3.27) with the jndirealm and everything works alright except one little bit of a problem. if the user name has national characters in it (åæø for norwegian

tomcat ldap authentication problem

2008-02-20 Thread Christian Andersson
uses UTF-8 as encoding (including the login page) can anyone give me a hint on where to look next, I've searched for an answer using google and in the mailinglist but either I'm nort searching for the right thing, or I just cannot find it.. /Christian Andersson

Re: problem with mod_jk and tomcat-host downtime on solaris

2008-01-24 Thread Christian Schausberger
Rainer Jung wrote: Christian Schausberger wrote: Rainer Jung wrote: I would start adding a prepost_timeout. See: http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html and http://tomcat.apache.org/connectors-doc/reference/workers.html Maybe I misunderstood this directive

problem with mod_jk and tomcat-host downtime on solaris

2008-01-23 Thread Christian Schausberger
could not find any usable settings in Solaris itself, so I am hoping this can be solved with mod_jk configuration. What is the correct way to have mod_jk recognize the tomcats as unavailable more quickly on Solaris? Below you can find my current mod_jk configuration. Thanks Christian

Re: problem with mod_jk and tomcat-host downtime on solaris

2008-01-23 Thread Christian Schausberger
max_reply_timouts useless. Consider upgrading to 1.2.26 (even if this is not the solution to the problem you are asking for). I will upgrade as soon as possible. Thanks, Christian - To start a new topic, e-mail: users

java.lang.NoSuchMethodError: org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest

2008-01-07 Thread Christian Aschoff
/collections/fileupload) but this does not helped. Any hint for me? Regards, Christian --- Dipl. Ing. (FH) Christian Aschoff Büro: Universität Ulm Kommunikations- und Informationszentrum Abt. Informationssysteme Raum O26/5403 Albert-Einstein-Allee 11 89081 Ulm Tel. 0731 50-22432 Fax. 0731 50

Re: java.lang.NoSuchMethodError: org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest

2008-01-07 Thread Christian Aschoff
:) En l'instant précis du 07/01/08 12:09, Christian Aschoff s'exprimait en ces termes: Hi, i have a webapplication developed with NetBeans 5.5. Everything is fine. But when i recompile it with NetBeans 6.01, i get a 2008-01-07 10:13:51,244 ERROR [http-8084-2] (RetrobibAction.java: 89

  1   2   >