Hi tomcat users,
On a win32 environment, I've installed many Tomcat instances for one
Tomcat home.
Ex:
-Service 1:
set CATALINA_HOME=C:\tomcat55
set CATALINA_BASE=C:\tomcat_appliA
-Service 2:
set CATALINA_HOME=C:\tomcat55
set CATALINA_BASE=C:\tomcat_appliB
For each of those instances, I've deplo
http://wiki.apache.org/tomcat/OutOfMemory : Another link which deals
about OOM and singleton.
Have you ever tried to do some inspections with decent profiler
(OptimiseIt, Jprofiler, Yourkit, ...) ?
RC
---
"C
> It's been a while since I profiled any of my apps, but that
> used to be the case... after a few days in development of
> auto-re-loading the webapps, we'd get an OOM. We could watch
> the heap fill up with useless Class objects (for instance,
> my.package.Class showed up 10 times after 9 re
> > The problems seems to be located with Cglib classloaders
> referencing
> > policy. There is a lot of topic on the Net, which may be
> interessing
> > to read, but noone seems to have found a valuable solution.
> > (Increasing the PermGenspace is NOT a reasonable solution)
> >
> That me
> Is anyone running into issues with memory leaks occuring
> whenever a webapp is redeployed? I've been having a lot of
> problems with this. I think what's exacerbating the problem
> is that I'm using Hibernate and JAX-WS which I have bundled
> with my application which use a lot of memory.
Y
Thanks for your advice,
About this webapp design.
The case is :
1-Some users may submit an analyse.
2-This analyse must complete asynchronously, and send a mail when it's done.
3-The URL of the report is include in the mail.
4-When it has been read, the user may delete it.
So no need to i
Thanks for your answer.
> This causes the app to be copied to the work directory and
> read from there. Anything you write to you web app won't have
> been copied, hence the 404. The reload causes the files to be
> recopied.
Indeed, the work dir is full of cloned webapps, and until a reload the
Hi tomcat users.
My environment:
Win32 + Tomcat 5.5.17 + JDK 1.4 + 1.4 compatibility package
I've got a webapp deployed under the context name /ABC
($TOMCAT_HOME/webapps/ABC)
This webapp writes some reports under ($TOMCAT_HOME/webapps/ABCReports)
When The reports is ready, an URL acces attempt on
Anyone got some ideas ?
Thanks,
RC
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 27 octobre 2006 09:48
> À : users@tomcat.apache.org
> Objet : [Isapi filter] jsessionid filtering
>
> Hi everyone,
>
> My environment: win2003 / Tomcat
Hi,
Please verify you don't have packaged your webapp with a jsp-api in your
WEB-INF/lib
Rémy
> -Message d'origine-
> De : Cédric Wider [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 27 octobre 2006 14:33
> À : users@tomcat.apache.org
> Objet : Exception processing TLD
>
> I am trying
Hi everyone,
My environment: win2003 / Tomcat 5.5.17 / IIS / isapi filter 1.2.19.0
I've 3 instances of Tomcat running simultanously
IIS is configured to serve those 3 "websites" with a different isapi filter
configuration for each one.
When a client opens a newly httpSession jsessionid is inserte
11 matches
Mail list logo