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 th

Re: Logging framework

2017-12-24 Thread Daniel Baktiar
stalled by 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: > > http://www.texas400.com/b400tip1

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 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 j

Re: Tomcat JVM Crash

2014-09-26 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 wrote: > I would suggest to actually remove athe daemons and all installation > JDK/JRE whenever possible, then clean up the JAVA_HOME, JR

Re: Tomcat JVM Crash

2014-09-26 Thread Daniel Baktiar
graded 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 User

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 wrote:

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 configu

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

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 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" &

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

2011-09-22 Thread Daniel Baktiar
er.xml which specifies the backlog. If you set this to 0, it may behave the way you 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 <

Re: servlet unavailable

2011-09-04 Thread Daniel Baktiar
Hi Adam, I'm not checking any references, but it may be because you are not allowed to have space on the servlet name. Can you try by not using space in the servlet name "Show Bikes", try to change to "ShowBikes" in both instance of configuration in web.xml. The and

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 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 >

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 wrote: > On 23/11/2010 06:55, Daniel Baktiar wrote

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

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

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

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 > hi Daniel > thanks alot for replying. > > I don't kno

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

2010-11-22 Thread Daniel Baktiar
g data such as class 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