What's the maximum heap size allocated to the JVM in both cases? you can
try increasing the same where you are getting OME. you can set the heap
size like this:
-Xms 512m
-Xmx 1024m
Chinmoy
On Wed, Sep 5, 2012 at 12:20 PM, Shailendra Singh
wrote:
> Hi,
>
> We are using 64 bit Tomcat 6.0.35 wi
Hi,
We are using 64 bit Tomcat 6.0.35 with windows 2008 R2 (64 bit JVM 1.6.0_33)
and facing memory leak issues(OutOfMemoryError ) after a short interval of
time( ~30 minutes).
We deploy a web application on this version of tomcat and while working with
the GUI part of the application we face m
David,
while you should still look for a firewall or similar thing, that
invalidates your network connections to the database, you might want to
mitigate the problems by extending the configuration for your database
connection as shown below:
Am 04.09.2012 22:03, schrieb David A. Rush:
Felix
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ragini,
On 8/31/12 6:44 AM, Ragini wrote:
> I have added following things to setenv.sh to make tomacat
> profile.
>
> #!/bin/sh export
> CATALINA_OPTS=-Djava.security.auth.login.config=$(TOMCAT_HOME)/conf/jaas.config
>
> export CATALINA_OPTS="-java
do you think that maxwait should be tuned? and you can also monitor live
session in oracle by query db,what does it tell you (both before 20s and
after 20s)? and by using oracle 11g driver(use ojdbcXX_g.jar with log
enabled), you can turn on logging for driver and have a look when does the
request
Charles Richard wrote:
Hi,
I've started a new job where the last sysadmin has the virtual hosting
configured in Tomcat (and Apache). I'm used to only doing virtual hosting
with Apache.
What are the pros and cons of each method? I'm trying to understand why
that would be needed.
To answer abo
Felix:
Windows seems to be conspiring against my efforts to get a thread dump.
For configuration, in my webapp's context config file:
Under :
Under a CombinedRealm (that's under ):
userTable="[USERS_TABLE]" userNameCol="USER_NAME"
userCredCol="PASSWORD_HASHED"
us
I have downloaded the project and tested it. Replicated a bit of the
structure on my project and seems that now I am able to do it with the
empty value on path. Why I can do it with the "/" anyway?
Even with your project, I was not able to change the running port
defining it in the pom.xml. Only w
Greetings,
I would like to graph Tomcat's HeapMemoryUsage -> used mbean value for
trending. I have installed Tomcat's manager application with a user
belonging only to the "manager-jmx" role. I would like to use curl to get
the data. I have a couple of questions:
(1) I don't seem to be able to
Am 04.09.2012 20:30, schrieb David A. Rush:
Felix:
Well, it still takes over an hour of "cold" time (no logins) before I
can reproduce the problem.
Ok, I misread it.
More info in logging.2012-09.04.log I found:
Sep 4, 2012 12:03:57 PM org.apache.catalina.realm.DataSourceRealm
getPasswo
Felix:
Well, it still takes over an hour of "cold" time (no logins) before I
can reproduce the problem.
More info in logging.2012-09.04.log I found:
Sep 4, 2012 12:03:57 PM org.apache.catalina.realm.DataSourceRealm
getPassword
SEVERE: Exception retrieving password for "david"
Sep 4, 201
Am 04.09.2012 19:13, schrieb David A. Rush:
Well, drat. I swapped the application over to using a DataSourceRealm
(instead of JDBCRealm) to support the JDBC connection that Tomcat's
using for authentication, but it doesn't seem to have helped. Seems
to have made it a bit worse.
Originally
Hi,
I've started a new job where the last sysadmin has the virtual hosting
configured in Tomcat (and Apache). I'm used to only doing virtual hosting
with Apache.
What are the pros and cons of each method? I'm trying to understand why
that would be needed.
Thanks,
Charles
Well, drat. I swapped the application over to using a DataSourceRealm
(instead of JDBCRealm) to support the JDBC connection that Tomcat's
using for authentication, but it doesn't seem to have helped. Seems to
have made it a bit worse.
Originally when using a JDBCRealm, after some time of in
A bit weird.
Can you have a look at this project which works fine with empty path
https://github.com/olamy/tomcat-foo-artifact
2012/9/4 Sérgio Areias :
> On 4 September 2012 09:26, Olivier Lamy wrote:
>>
>> 2012/9/3 Sérgio Areias :
>> > Hi.
>> >
>> > On 31 August 2012 21:24, Olivier Lamy wrote:
On 4 September 2012 09:26, Olivier Lamy wrote:
>
> 2012/9/3 Sérgio Areias :
> > Hi.
> >
> > On 31 August 2012 21:24, Olivier Lamy wrote:
> >
> >> 2012/8/27 Sérgio :
> >> > Hi.
> >> >
> >> > I am trying to use the Tomcat Maven Plugin to create an executable jar
> >> file
> >> > with an embedded To
Sounds to me like you are looking for the parallel deployment capabilities
built into Tomcat 7.
See: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html
Jeff
> -Original Message-
> From: Dennie.nl [mailto:dennie...@gmail.com]
> Sent: Tuesday, September 04, 2012 6:26 AM
> To: Tomca
On 04.09.2012 13:26, Dennie.nl wrote:
Basic what I want is the same functionality which google apps
provides. So
I want to be able to have multiple versions of my application online,
let
people try the new environment and eventually switch the root context
to
the new running version. This enab
>
> Basic what I want is the same functionality which google apps provides. So
> I want to be able to have multiple versions of my application online, let
> people try the new environment and eventually switch the root context to
> the new running version. This enables my clients to try out the new
Hello,
If my idea was only as simple as renaming it to ROOT.war (this one I know
of):)
Basic what I want is the same functionality which google apps provides. So
I want to be able to have multiple versions of my application online, let
people try the new environment and eventually switch the root
I am new to Tomcat. What I like to do is to deploy different versions of my
> application, for example:
> hostname\myappv1
> hostname\myappv2
>
> Now I want the ROOT context to be set dynamicly to one of the available
> deployed versions. Is this possible? Is there a way to implement this?
>
> Den
2012/9/4 Christof Doll :
>
There are two different issues:
> Sep 04, 2012 8:50:39 AM org.apache.catalina.connector.CoyoteAdapter event
>
> Schwerwiegend: null
>
> org.apache.tomcat.jni.Error: 620015: APR does not understand this error code
>
> at org.apache.tomcat.jni.Socket.recvb
2012/9/3 Sérgio Areias :
> Hi.
>
> On 31 August 2012 21:24, Olivier Lamy wrote:
>
>> 2012/8/27 Sérgio :
>> > Hi.
>> >
>> > I am trying to use the Tomcat Maven Plugin to create an executable jar
>> file
>> > with an embedded Tomcat7, but I am having two issues when trying to do
>> so.
>> >
>> > The
Hi,
I would like to use the Atmosphere framework which supports websockets and
long-polling. On their page they have a little chat application exampIe that is
based on Guice (see atmosphere.java.net). I run it on Tomcat 7. Loading the
chat page in IE 9 works fine. However, upon reloading the pa
On 04.09.2012 08:35, Shailendra Singh wrote:
Hi,
We are using 64 bit Tomcat 6.0.35 with windows 2008 R2 (64 bit JVM 1.6.0_33)
and facing memory leak issues(OutOfMemoryError ) after a short interval of
time( ~30 minutes).
We deploy a web application on this version of tomcat and while working
On 04.09.2012 05:37, Ferdie Romero wrote:
On Sep 4, 2012 11:25 AM, "Ferdie Romero" wrote:
On Sep 3, 2012 10:43 PM, "Ferdie Romero" wrote:
On Mon, Sep 3, 2012 at 10:07 PM, Rainer Jung
wrote:
On 03.09.2012 15:46, Ferdie Romero wrote:
The exact step is "make" and the error is
I gue
26 matches
Mail list logo