On 10/11/2011 22:45, Igor Cicimov wrote:
>>
>> JAVA_OPTS=-Xms2048M -Xmx2048M -XX:Permsize=512m -XX:MaxPermsize=512m
>>
>
> You are allocating here 2.5GB of memory to tomcat ... how do you expect it
> to start on a box with 2GB in total of which only 500MB are available?
+1 It's the perfect way t
>
> JAVA_OPTS=-Xms2048M -Xmx2048M -XX:Permsize=512m -XX:MaxPermsize=512m
>
You are allocating here 2.5GB of memory to tomcat ... how do you expect it
to start on a box with 2GB in total of which only 500MB are available?
On Fri, Nov 11, 2011 at 8:25 AM, Christopher Schultz <
ch...@christophersch
2011/11/10 Shawn Deer :
> I have a setup in which an instance of Tomcat 6 is running on a given
> machine, and another application on the same machine generates or updates the
> SSL credentials that Tomcat should present. The credentials are not in JKS
> format, and so currently I'm exporting t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Celtic,
On 11/10/11 12:02 PM, celtic man wrote:
> So i have updated the setenv.sh with -Xms2048M -Xmx2048M
> -XX:Permsize=512m -XX:MaxPermsize=512m and restarted tomcat..
Where is setenv.sh located? Can you give us the full contents of that
file?
Thanks a lot for the quick response..
So i have updated the setenv.sh with -Xms2048M -Xmx2048M -XX:Permsize=512m
-XX:MaxPermsize=512m and restarted tomcat..
but when i grep for tomcat process i don't see it ..
ps -ef | grep tomcat
root 10959 1 19 14:57 pts/400:00:29 /appl/java/b
I have a setup in which an instance of Tomcat 6 is running on a given machine,
and another application on the same machine generates or updates the SSL
credentials that Tomcat should present. The credentials are not in JKS format,
and so currently I'm exporting them to PKCS#12 and writing them
Marc,
Yep, think you're right. My fault for not paying closer attention to
your version.
Other options that come to mind...
- fetch one of the URL's for your application, check for a 404 status
- connect via JMX, look at "Catalina:type=Deployer,host=localhost"
(substitute your host name for lo
On 10 Nov 2011, at 13:06, Ionut Stoian wrote:
> It was a typo, i meant "/".
>
> They are available also on tomcat > 6.0.27:
> http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
>
> -- Forwarded message --
> From: Pid
> To: Tomcat Users List
> Date: Thu, 10 Nov 2011 09:2
Thanks for the suggestion, Dan.
Sound like that option would be perfect, but I do not see it for
Tomcat 5.5 (https://tomcat.apache.org/tomcat-5.5-doc/config/systemprops.html).
Is there a work-around or alternative for users of older Tomcat
versions?
Marc
On Thu, Nov 10, 2011 at 11:43 AM, Daniel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Celtic,
On 11/10/11 8:01 AM, celtic man wrote:
> Can i set the below parameters on the setenv.sh?
Sure.
> application running on tomcat7.0.19 on linux 64 bit with 2GB total
> memory and 0.5 GB available memory on the machine.
>
> JAVA_OPTS=-Xms2048
Marc,
Take a look at "org.apache.catalina.startup.EXIT_ON_INIT_FAILURE".
>From the docs...
"If true, the server will exit if an exception happens during the server
initialization phase. If not specified, the default value of false will
be used."
https://tomcat.apache.org/tomcat-6.0-doc/config/s
Hi.
For reference, my set up is Tomcat 5.5.27, Java 1.6.0_22 , Ubuntu 10.04.3.
Once in a while when starting Tomcat; ContextInitialization fails for
my app (specifically, Spring DI fails), but the app still comes up in
a broken state. Is there a way to make this a hard fail-- Ideally
tomcat woul
Hello,
Can i set the below parameters on the setenv.sh? application running on
tomcat7.0.19 on linux 64 bit with 2GB total memory and 0.5 GB available
memory on the machine.
JAVA_OPTS=-Xms2048M -Xmx2048M -XX:Permsize=512m -XX:MaxPermsize=512m
The current setting on the setenv.sh file is : CATA
On 10/11/2011 06:31, Ellecer Valencia wrote:
> Would using JMX allow us to view this information for the two webapp
> versions without being dependent on user sessions?
Yes.
> How would we
> distinguish between status info coming from the old and new webapp
> versions?
Include the full application
It was a typo, i meant "/".
They are available also on tomcat > 6.0.27:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
-- Forwarded message --
From: Pid
To: Tomcat Users List
Date: Thu, 10 Nov 2011 09:28:15 +
Subject: Re: sessionCookieDomain and sessionCookiePat
I've downloaded the zip archive and i've replaced the files from x64 and now it
works!!!
Thank you!
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
On 10/11/2011 10:20, uwe.hellm...@t-systems.com wrote:
> Hello together,
>
> I am using to Tomcat 5.5.26 Servers. I took over the responsibility for this
> system some time ago.
> Since then we already got the following error message.
>
> SEVERE: Manager [/mywebapp]: Unable to receive message th
Hello together,
I am using to Tomcat 5.5.26 Servers. I took over the responsibility for this
system some time ago.
Since then we already got the following error message.
SEVERE: Manager [/mywebapp]: Unable to receive message through TCP channel
java.lang.ClassNotFoundException:
After questionin
On 10/11/2011 08:39, Ionut Stoian wrote:
> Hello,
>
> I have an application serving several subdomains (a1.domain.com,
> a2.domain.com etc.) and i want to be able to have a single session cookie
> shared between subdomains (registered on domain ".domain.com").
>
> However, when using Tomcat's ses
On Thu, Nov 10, 2011 at 2:42 PM, Pid wrote:
> On 10/11/2011 08:28, Kaushal Shriyan wrote:
>> Hi,
>>
>> Is there a way to forcefully graceful restart tomcat server using bash
>> script via cron.Any sample bash script ?
>
> Which is it: forceful or graceful? The two are not usually compatible.
>
>
On 10/11/2011 08:28, Kaushal Shriyan wrote:
> Hi,
>
> Is there a way to forcefully graceful restart tomcat server using bash
> script via cron.Any sample bash script ?
Which is it: forceful or graceful? The two are not usually compatible.
'graceful' is found in Apache HTTPD: [the] signal causes
Hello,
I have an application serving several subdomains (a1.domain.com,
a2.domain.com etc.) and i want to be able to have a single session cookie
shared between subdomains (registered on domain ".domain.com").
However, when using Tomcat's sessionCookieDomain (tried on versions 6.0.33,
7.0.22) i d
Thanks guys .i will take care while posting in future.
So far i will go for ssl between browser and httpd only.
On Thu, Nov 10, 2011 at 1:40 PM, chris derham wrote:
> >
> > Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can
> > handle everything on https).
> >
>
> If you hav
Hi,
Is there a way to forcefully graceful restart tomcat server using bash
script via cron.Any sample bash script ?
Regards,
Kaushal
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail:
>
> So to recap, and verify my understanding...
> Perhaps I am missing some valve overview.
>
> I understand it is invoked before the filters, but after completion it
> would arrive to the filter/servlet container anyway.
> So what your saying is that if I build a valve and read information from
>
Christopher,
So to recap, and verify my understanding...
Perhaps I am missing some valve overview.
I understand it is invoked before the filters, but after completion it would
arrive to the filter/servlet container anyway.
So what your saying is that if I build a valve and read information from
>
> Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can
> handle everything on https).
>
If you have httpd sending traffic via mod_jk to tomcat, you are nearly
there. Just configure httpd to listen over ssl.
>
> > If (instead) you want to encrypt the AJP connection between HTTP
27 matches
Mail list logo