Re: Re-Use TCP Source Ports if the Socket is Unique?

2021-06-24 Thread Daniel Baktiar
Hi Eric, It should behave the same way. The socket client application will be assigned an ephemeral port. On Fri, Jun 25, 2021 at 9:14 AM Eric Robinson wrote: > I guess I may have answered this question for myself. At least I can > simulate it with ncat. Note that I have two ncat sessions open

Re: tomcat logs

2018-12-29 Thread Daniel Baktiar
Hi Adlet, I have seen this problem many times. See if this ring a bell. This issue is not specific to Tomcat, rather to processes running Linux/Unix file systems. User run Tomcat in Linux/Unix. The server starts correctly, logging runs as expected. At some point in time, user decided to delete

Re: Logging framework

2017-12-24 Thread Daniel Baktiar
executing: sudo yum list | grep tomcat If it shows any tomcat, uninstall it using (I am assuming this is your development machine, not production machine): sudo yum remove Regards, Daniel Baktiar On Tue, Dec 12, 2017 at 5:43 PM, mirunalini Chandrasekaran < miru3...@gmail.com&

Re: Job priority (AS/400s)

2016-05-24 Thread Daniel Baktiar
Hi James, Just out of curiosity, does JVM for Tomcat runs on PASE or as native in OS/400? Regards, Daniel On Fri, Apr 1, 2016 at 6:49 AM James H. H. Lampert wrote: > On 3/31/16, 2:30 PM, Christopher Schultz wrote: > > > Wild Googling has produced this page: > >

Re: jsp page on Tomcat non loading css

2014-11-07 Thread Daniel Baktiar
Hi Alessandro, Is there any servlet filter running which modifies the Content-Type headers? Look at the web.xml for filter/ tag. Daniel Baktiar On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri alessandro.panzer...@gmail.com wrote: I deployed a war on Tomcat 7 to serve a jsp page

Re: Tomcat JVM Crash

2014-09-27 Thread Daniel Baktiar
to Tomcat 8 and still same problem. Should I reinstall 8? Thanks, Chad Sent from my Verizon Wireless 4G LTE smartphone Original message From: Daniel Baktiar Date:09/26/2014 5:51 PM (GMT-06:00) To: Tomcat Users List Subject: Re: Tomcat JVM Crash Hi Chad, Could

Re: Tomcat JVM Crash

2014-09-27 Thread Daniel Baktiar
Also, your PATH definition may come from system-level and user-level, so take a look at both side. On Sat, Sep 27, 2014 at 2:40 PM, Daniel Baktiar dbakt...@gmail.com wrote: I would suggest to actually remove athe daemons and all installation JDK/JRE whenever possible, then clean up

Re: Tomcat JVM Crash

2014-09-26 Thread Daniel Baktiar
Hi Chad, Could this be because during the installation of some of the components (suspects: JDK/JRE, wrapper daemons), the installer registered the Windows ACL wrongly, causing some of the process unable to access those required DLLs. Daniel On Tue, Sep 23, 2014 at 5:28 PM, Chad Maniccia

Re: Tomcat 7.0.50 on IBM i series - System i V7R1 - Installation errors

2014-02-01 Thread Daniel Baktiar
Option #1 you manage to get it successfully running in one box but failed when deploying to second one. Option #2 you haven't managed to get it working on both box What possibilities that I can think of: You seemed to have a cluttered path and libraries set forth by the user or environment

Re: tomcat doesnt want to start

2011-11-08 Thread Daniel Baktiar
Probably you should instead do this: $ cat /var/log/tomcat6 (I suspect it's the log file, not a tomcat6 folder). --- daniel baktiar On Wed, Nov 9, 2011 at 07:08, Christian Röttger chris.roett...@uni-muenster.de wrote: Hello list, i updated my ubuntu server to tomcat 6.0.24. (a kernel

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread Daniel Baktiar
want, but you have to test yourself whether that will be good for the system behaviour and performance from the user point of view. --- daniel baktiar On Thu, Sep 22, 2011 at 18:30, vishveswara chary varanasi vvchary.varan...@gmail.com wrote: Tomcat community has a wiki which providded

Re: please help me how i can test that whether tomcat is up and running on

2011-09-22 Thread Daniel Baktiar
Oops. I missed that. You've pointed it straight! --- daniel baktiar On Fri, Sep 23, 2011 at 04:20, André Warnier a...@ice-sa.com wrote: Hi. This is all very nicely explained, but maybe irrelevant. As far as I understand, the OP is trying to connect to the shutdown port mentioned

Re: servlet unavailable

2011-09-04 Thread Daniel Baktiar
/. --- daniel baktiar On Sun, Sep 4, 2011 at 22:48, Pid p...@pidster.com wrote: On 03/09/2011 22:36, Adam Posner wrote: Posner to users show details 8:16 PM (2 minutes ago) Hello all: I am hoping someone can help with this. Tomcat 6.0.28 keeps giving me, saying 'Servlet Front

Re: Need Help - Vulnerability Details

2011-08-23 Thread Daniel Baktiar
i think it's already release 6.0.33 now. your version 6.0.26 is quite outdated. please upgrade to the latest one. http://tomcat.apache.org/download-60.cgi --- daniel baktiar On Wed, Aug 24, 2011 at 12:39 AM, Chirag Suthar cbsut...@gmail.com wrote: Hi, We are using *Tomcat 6.0.26

how to contribute to tomcat documentation?

2011-03-01 Thread Daniel Baktiar
hi all, if i want to contribute to the documentation of tomcat, where should i start? i saw a lot of contributions are welcomed, patches are welcomed, but cannot find the end of thread: the where to start daniel

Re: TOMCAT be in Hung state?

2010-12-08 Thread Daniel Baktiar
error like such as permgenspace out of memory, you will not anything in catalina.out --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! On 8 December 2010 15:40, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi Spec a) JDK 1.6

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-23 Thread Daniel Baktiar
hi xu, if you cannot find the jhat in the bin folder, most probably you were referring to jre folder, instead of jdk folder. i just checked it out, my jdk/bin folder has it, but not the case for my jre/bin folder. daniel --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet

Re: OutOfMemoryError some time on some tomcat

2010-11-23 Thread Daniel Baktiar
hi mark, thank you for showing my mistake. my apology to chuck also. i will read the article. --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! On 23 November 2010 18:50, Mark Thomas ma...@apache.org wrote: On 23/11/2010 06:55, Daniel Baktiar

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
data. you will bump into this when deploying a large application or deploying repetitively. you will still get the exception when deploying often, only less frequent. --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! 2010/11/22 xu cheng xcheng

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
hi xu cheng, don't mention it. glad you've eventually solved your problem. daniel --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! 2010/11/23 xu cheng xcheng@gmail.com hi Daniel thanks alot for replying. I don't know how to figure out

Re: OutOfMemoryError some time on some tomcat!!!!1

2010-11-22 Thread Daniel Baktiar
), for example. --- daniel baktiar http://savinggaia.tritiumapps.com - saving the planet is everyone's business! On 23 November 2010 14:10, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: xu cheng [mailto:xcheng@gmail.com] Subject: Re: OutOfMemoryError some time on some tomcat1