Re: Help with tomcat 11 failure

2024-10-21 Thread Borsó Zsolt
Hi Jim, There exist an org.eclipse.transformer.cli-1.1.0-distribution.jar migration tool you can do the migration task with. Regards, Zsolt 2024. 10. 21. 19:30 keltezéssel, Jim Anderson írta: Hi Jeff, Thanks for the advise. I will double check the java version that I used. I recently

How to log thread-pool of tomcat-5.5.25

2008-07-03 Thread Zsolt Koppany
Hi, after some hours we detect that tomcat uses lot of threads. How can I get logging information about threads being created/destroyed etc. Zsolt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

RE: JSESSIONID doesn't contain the port

2008-06-19 Thread Zsolt Koppany
, that context-path can be changed but means more hacking for the customer. The other problem is that the customer stored in our wiki pages URL-s with context path (but without port). It could be discussed whether or not this is lucky but this is the case. Zsolt > -Original Message- >

RE: JSESSIONID doesn't contain the port

2008-06-19 Thread Zsolt Koppany
No, they (must) use the same IP address. Zsolt > -Original Message- > From: Pid [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2008 2:45 PM > To: Tomcat Users List > Subject: Re: JSESSIONID doesn't contain the port > > Zsolt Koppany wrote: >

JSESSIONID doesn't contain the port

2008-06-19 Thread Zsolt Koppany
application. How can we make tomcat-5.5.25 to store also port into JSESSIONID? Zsolt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to store mod_jk warnings into a file?

2008-02-12 Thread Zsolt Koppany
Aleksandar, I also have: JkLogFile /var/log/mod_jk.log But these are other messages. Zsolt > -Original Message- > From: Aleksandar Matijaca [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 12, 2008 7:38 PM > To: Tomcat Users List > Subject: Re: How to store

How to store mod_jk warnings into a file?

2008-02-12 Thread Zsolt Koppany
Hi, I start tomcat with nohup and get lot of mod_jk warnings in nohup.out. What do I have to do to redirect mod_jk related warnings into a separate file? I use tomcat-5.5.25. Zsolt WARNING: Error sending end packet java.net.SocketException: Broken pipe at

How to get the context path during servlet load?

2007-10-13 Thread Zsolt Koppany
Hi, I want to make the application contextPath independent. Normally this is not a problem because I can use request.getContextPath() however I need to know the contextPath during startup: startup ... 1 How can I do that? Zsolt

Problems wits Tomcat security manager when connecting to Firebird using Jaybird

2007-02-02 Thread Balanyi Zsolt
(HouseEditor.java:55) at org.webmacro.servlet.WMServlet.init(WMServlet.java:144) at javax.servlet.GenericServlet.init(GenericServlet.java:258) at org.webmacro.servlet.WMServlet.init(WMServlet.java:93) Any ideas what to add to security config? Best regards, Zsolt Balanyi

RE: Tomcat randomly hangs

2007-01-26 Thread Zsolt Koppany
Did you try: export LD_ASSUME_KERNEL=2.2.5 or export LD_ASSUME_KERNEL=2.4.1 tomcat start Zsolt > -Original Message- > From: Brian Cross [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 25, 2007 7:23 PM > To: users@tomcat.apache.org > Subject: Tomcat randomly hangs

RE: tomcat-5.5.20 tld listeners from jars only from .../tomcat/common/lib?

2006-11-02 Thread Zsolt Koppany
: org.ditchnet.jsp.taglib.tabs.listener.TabServletContextListe ner If the jar file is under /install_dir/tomcat/common/lib/ the TabServletContextListener is called and I don't need the lines above in web.xml. I use jdk1.5.0_08, Windows-XP. Zsolt > -Original Message- > From: David Smith [mailto:[EMAIL PROTECTED] > Sent: Wedne

RE: JNDI Realm and Active Directory root search

2006-11-02 Thread Zsolt Koppany
Matt, what do you mean with 'referrals="follow"' ? Is that a jndi configuration option ? Zsolt > -Original Message- > From: Matt Warren [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 6:24 PM > To: Tomcat Users List > Subject: Re: J

tomcat-5.5.20 tld listeners from jars only from .../tomcat/common/lib?

2006-10-24 Thread Zsolt
Hi, After some debuging I have the impressions that tomcat-5.5.20 searches for tld listeners only in jars files under /tomcat/common/lib. Am I right? Is that a bug or a (new) feature? Zsolt - To start a new topic, e-mail

How to disable search machines?

2006-09-10 Thread Zsolt
Hi, I see that google and msn searches on our pages (tomcat-5.5.17). How can I disable that? Zsolt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

What does this log message mean?

2006-07-18 Thread Zsolt
When I shutdown tomcat-5.5.17 I see this message. Why are 24 instances? Jul 18, 2006 5:23:14 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 24 instance(s) to be deallocated Zsolt - To start a new topic

RE: How to configure my Realm class from context.xml?

2006-02-23 Thread Zsolt
Thank you Jon, That's what I'm also trying but I always get a NPE because JNDIRealm.containerLog is null. Do you know how I can figure out the Container from for example a Filter? In the case I could call realm.setContainer(container) no NPE would happen. Zsolt >-Ori

How to configure my Realm class from context.xml?

2006-02-23 Thread Zsolt
Does anybody know how to configure I always get a ClassNotFoundException but the class does exist (under ../WEB-INF. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to start ant to use the webapps classpath?

2005-12-28 Thread Zsolt
d you try >project.setCoreLoader(YourServletClass.class.getClassLoader()); >? > >Regards, >Balint > >On Wed, 2005-12-28 at 14:01 +0100, Zsolt wrote: >> Hi, >> >> I have tomcat-5.5.12 and I copied all ant libraries (with my ones) into >> /webapps/APPLICATION-NAME/WEB-IN

How to start ant to use the webapps classpath?

2005-12-28 Thread Zsolt
my webapps. How can I get ant to use the correct path? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]