after tracing the app with jprofiler for several hours , I still cannot
figure the problem.
it seems that the app doesn't use a lot of memory.
and it still run pretty well in my computer.and after it is deployed in the
server, it crash
the problem of the environment? but the tomcat on the serv
>
>
>
> This isn't a good idea. You can run multiple HTTPD and Tomcat
> instances on a Windows server.
>
> Installing linux virtual machines is just adding unnecessary overhead.
>
>
To quote myself:
> If you like, you could do it also with windows.
Therefore I wrote that line
Mario
--
by the way,
it doesn't throws this exception while running on my computer
it is only when the app is deploy on another computer that this problem
occur
2010/11/22 xu cheng
> hi:
> thanks for replying
> the app is running on a powerful server and the memory is suppose to be
> enough
> I'll check
hi:
thanks for replying
the app is running on a powerful server and the memory is suppose to be
enough
I'll check if there is a memory leak,(althouth the app is suppose to use
only a few memory)
thanks
2010/11/22 Caldarale, Charles R
> > From: xu cheng [mailto:xcheng@gmail.com]
> > Subject:
> From: xu cheng [mailto:xcheng@gmail.com]
> Subject: OutOfMemoryError some time on some tomcat1
> the app works pretty well on my pc, and the tomcat
> is apache-tomcat-6.0.29
> however , when I put this app on to another computer
> with the same tomcat it throws this exception
> Java Ho
hi:
I've wrote an app with jsp and servlet, and I used four libs
commons.logging
common.httpclient
jdom
commons.codec
the app works pretty well on my pc, and the tomcat is apache-tomcat-6.0.29
however , when I put this app on to another computer with the same tomcat
it throws this exception
Java
OK. I understand. Thank you very much for your help. I will look into WebDAV
and Comet.
Sincerely, Tosh
On Sun, Nov 21, 2010 at 3:37 PM, Mark Thomas wrote:
> On 21/11/2010 13:24, Paritosh Patel wrote:
> > What am I doing wrong?
>
> You are trying to get the HTTP protocol to do something it was
On 21/11/2010 13:24, Paritosh Patel wrote:
> What am I doing wrong?
You are trying to get the HTTP protocol to do something it was never
intended to support.
> Is this not supported?
Yes, this is not supported.
Use Comet.
Mark
--
> From: xygnu...@gmail.com [mailto:xygnu...@gmail.com] On Behalf Of Paritosh
> Patel
> Subject: Re: Two way long running servlet connection problem
> I hope this makes it more clear.
Pretty much what I thought you were doing.
> Should I be doing something explicitly to keep the
> connection al
Sorry about that. Here is the system description:
Platform: Intel/Mac, Intel Linux, Windows 32bit. All 3 platforms have the
same Tomcat/Java as below.
Tomcat 6.0.26 (no web server installed)
Sun Java: 1.6.0.22
Let me try to describe the code flow a bit more so that it may give a better
understan
On 21 Nov 2010, at 07:44, Mario Kleinsasser
wrote:
> Hi,
>
> On Sun, Nov 21, 2010 at 7:02 AM, rujin raj wrote:
>
>> Hi,
>>
>>
>> I am having a windows 2008 ent server and tomcat 6.0.29 64 bit,JVM 1.6.0 64
>> bit installed and SSL is configured in my server.
>>
>
> You mean, you have configured y
Caldarale, Charles R wrote:
From: André Warnier [mailto:a...@ice-sa.com]
Subject: Re: Two way long running servlet connection problem
In HTTP 1.1, a change was made, with the objective of
avoiding the overhead of establishing/destroying a
connection for each request.
Careful here. The "con
Hi Konstantin,
> BTW, you can put those names in an external file and use it in the
> server.xml as an XML entity. Like the example in
> http://wiki.apache.org/tomcat/FAQ/Password
Inspired by this thread and having a similar issue in maintaining virtual host
aliases I edited my server.xml as fol
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: Two way long running servlet connection problem
> In HTTP 1.1, a change was made, with the objective of
> avoiding the overhead of establishing/destroying a
> connection for each request.
Careful here. The "connection" described ab
Caldarale, Charles R wrote:
From: xygnu...@gmail.com [mailto:xygnu...@gmail.com] On Behalf Of Paritosh Patel
Subject: Two way long running servlet connection problem
What am I doing wrong?
For starters, you're not telling us the version of Tomcat in use, the JVM level
it's running in, the p
> From: xygnu...@gmail.com [mailto:xygnu...@gmail.com] On Behalf Of Paritosh
> Patel
> Subject: Two way long running servlet connection problem
> What am I doing wrong?
For starters, you're not telling us the version of Tomcat in use, the JVM level
it's running in, the platform you're running o
As André wrote, there is a lot of documentation around.
But for a starting point, some informations:
1. You can install multiple Tomcats in a single OS by defining the uses
TCP/IP ports through the server.xml
2. To make this clear to the outside world (your users), use an Apache with
mod_jk and A
I apologize if this question has been asked before, but I could not find the
question in this list.
My client makes what I call long running servlet request. By that what I
mean is that the client makes a servlet request and the server keeps the
ServletOutputStream open for a long time. I use this
rujin raj wrote:
Hi,
I am having a windows 2008 ent server and tomcat 6.0.29 64 bit,JVM 1.6.0 64
bit installed and SSL is configured in my server.
I need to configure tomcat clustering in same machine, because SSL
certificate is installed in that machine.
Give some idea to install tomcat clu
Dear mario,
You mean, you have configured your single Tomcat to use SSL? Right?
Yes.
What exactly do you mean with "SSL is installed in that machine". Machine =
Tomcat or Machine = windows Server 2008?
windows 2008 machine
Can i install multiple tomcat instance in same system and configu
20 matches
Mail list logo