Re: Reg JSP changes

2008-05-07 Thread Roland Brassous (SILOGIC)

Hi,

Another solution, after each deployment, clean the work directory.
This directory is used by tomcat in order to evaluated changes.

Roland



Peter Crowther a écrit :

From: Avadhut [mailto:[EMAIL PROTECTED]
Also what if I am developing on x machine and the time is
lesser than that
of deployment machine then what will happen if I put changed
JSP with lesser
timestamp that deployment machine



The deployment machine may not notice the changed JSP.  This is reported fairly 
frequently - and in these days of simple NTP synchronisation, I really don't 
understand why!

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [SPAM] - Re: Tomcat was shutdown by self - Bayesian Filter detected spam

2008-05-07 Thread Roland Brassous (SILOGIC)

Hi

without log files, it's difficult to determine the shutdown cause.
But search in process defined in the cron(crontab) syntax: crontab -l .

Roland



Christopher Schultz a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ronny,

Ronny Sisworo wrote:
| No body to do that, but in log file of Tomcat, I can see process
| shutdown and no body login OS admin.

So, what is in the log files? Does Tomcat emit standard shutdown log
messages, or does the JVM crash?

| Setting parameter Tomcat: not start and shutdown automatically.

I do not understand.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkggrPwACgkQ9CaO5/Lv0PBaGACeJv3vjxLQNQH5lkzC0jtqq/SK
JQIAniUhRtQMJHbi7gMea26gRwAB4ij5
=R0xS
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: OT: java memory question -Xmx2048m

2008-02-25 Thread Roland Brassous (SILOGIC)

Hi everyOne

From adobe Faq
On 32-bit processor machines, the largest contiguous memory address 
space the operating system can allocate to a process is 1.8GB. Because 
of this, the maximum heap size can only be set up to 1.8GB. On 64-bit 
processor machines, the 1.8 GB limit does not apply, as 64-bit processor 
machines have a larger memory address space.


regards
Roland



Dave a écrit :

Our Linux(FC) machine has 8G physical memory and 12G swap size.  I am using JDK 
1.5.   I tried to set the Java option -Xmx to set max heap size for best 
performance,   the allowed max heap size is 2048M .  Does that mean that the 
JVM can not use all the physical memory (8G) ?  Thanks.
  Dave

   
-

Never miss a thing.   Make Yahoo your homepage.
  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: multiple webapps on single tomcat?

2008-02-25 Thread Roland Brassous (SILOGIC)

Hi,

in order to start Bests practises, i think about these rules...

Libraries
- Be care of [Tomcat directory]\shared\classes or [Tomcat 
directory]\shared\lib contents
- Be care of [Tomcat directory]\common\classes, [Tomcat 
directory]\common\classes\endorsed and [Tomcat 
directory]\common\classes\lib contents

I think about conflict

Context definition
- Each context are defined in a separate configuration file ( [Tomcat 
directory]\conf\Catalina\localhost\


perhaps is a good start...




Hassan Schroeder a écrit :

On Mon, Feb 25, 2008 at 5:46 AM, Abid Hussain [EMAIL PROTECTED] wrote:

  

 My question is:
 Is there a best practice for running several webapps on a single
 tomcat instance ...



Tomcat is made for this. Install your webapps per the documentation
(and Servlet Spec) and they won't interfere with each other.

  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]