Re: Upgradtion of tomcat and java version

2010-10-23 Thread André Warnier
rujin raj wrote: Please help On 23 October 2010 11:38, André Warnier wrote: rujin raj wrote: Hi, My Company gave one assignment to upgrade the present setup. Herewith I explained my present setup. I am expecting your help and suggestion to finish this job. ... What, all of us ? How mu

Re: Upgradtion of tomcat and java version

2010-10-23 Thread Mark Thomas
On 23/10/2010 06:44, rujin raj wrote: > Hi, > > My Company gave one assignment to upgrade the present setup. Herewith I > explained my present setup. I am expecting your help and suggestion to > finish this job. So let me see if I understand the situation. - Your company is *paying* you to do a j

Re: Upgradtion of tomcat and java version

2010-10-23 Thread Pid
On 23/10/2010 06:44, rujin raj wrote: > Hi, > > My Company gave one assignment to upgrade the present setup. Herewith I > explained my present setup. I am expecting your help and suggestion to > finish this job. I'm a little behind on the list today, because I choked on my cornflakes earlier when

Re: Upgradtion of tomcat and java version

2010-10-23 Thread rujin raj
Please help On 23 October 2010 11:38, André Warnier wrote: > rujin raj wrote: > >> Hi, >> >> >> >> My Company gave one assignment to upgrade the present setup. Herewith I >> explained my present setup. I am expecting your help and suggestion to >> finish this job. >> >> ... > What, all of us ?

RE: Upgradtion of tomcat and java version

2010-10-22 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Upgradtion of tomcat and java version > rujin raj wrote: > > > > My Company gave one assignment to upgrade the present setup. > > Herewith I explained my present setup. I am expecting your > > help

Re: Upgradtion of tomcat and java version

2010-10-22 Thread André Warnier
rujin raj wrote: Hi, My Company gave one assignment to upgrade the present setup. Herewith I explained my present setup. I am expecting your help and suggestion to finish this job. ... What, all of us ? How much are you paying ? -

Upgradtion of tomcat and java version

2010-10-22 Thread rujin raj
Hi, My Company gave one assignment to upgrade the present setup. Herewith I explained my present setup. I am expecting your help and suggestion to finish this job. I have a HP Blade server with 2 CPU (Quad Core 3.166 GHz), 32 GB RAM and Windows 2008 Enterprise Server 64 bit with SP2. At prese

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-21 Thread Adam Dajka
On 20 Jan 2009, at 06:26, m zyzy wrote: If this is a jsvc issue, are there any ways to use tomcat without jsvc? try using the core binary download , extract it and run the startup script inside the /bin folder of extracted folder , test it on the browser http://localhost:8080 . to stop th

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread m zyzy
try using the core binary download , extract it and run the startup script inside the /bin folder of extracted folder , test it on the browser http://localhost:8080 . to stop the server , use the shutdown script . Make sure you have set the JAVA_HOME,PATH of java /bin/ , CLASSPATH , and CATALINA_H

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread Bill Barker
There are some recent fixes to jsvc on OS/X in the commons SVN repository, but they haven't been released yet. You could try those and see if it helps. There is more info from the commons developer's list archive at http://markmail.org/message/z7klsse5tylcv5es. "Adam Dajka" wrote in message

jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread Adam Dajka
Dear List! I have an issue with both tomcat5 and tomcat6 on os x leopard when trying to use java 1.6. When I set JAVA_JVM_VERSION=1.6 in setenv.sh starting tomcat fails. I get the error message from jsvc into catalina.err: 14/01/2009 13:06:42 1465 jsvc error: Cannot dynamically link to / Sy

Re: How do I co-exist both tomcat and java in one windows machine?

2008-04-23 Thread Nix Hanwei
Thanks. I'm running on IIS. I think I roughly know how to get it done now. Thank you for your advices. - Original Message From: David Smith <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, 23 April 2008 7:51:32 Subject: Re: How do I co-exist both tomcat and

Re: How do I co-exist both tomcat and java in one windows machine?

2008-04-23 Thread David Smith
3 April 2008 5:42:59 Subject: Re: How do I co-exist both tomcat and java in one windows machine? Tomcat requires java. There's never been a problem with them on the same box. Can you be a little more specific on what you're asking? --David Nix Hanwei wrote: Hi Gurus, How do I co-ex

Re: How do I co-exist both tomcat and java in one windows machine?

2008-04-23 Thread Nix Hanwei
l 2008 5:42:59 Subject: Re: How do I co-exist both tomcat and java in one windows machine? Tomcat requires java. There's never been a problem with them on the same box. Can you be a little more specific on what you're asking? --David Nix Hanwei wrote: > Hi Gurus, > > How

Re: How do I co-exist both tomcat and java in one windows machine?

2008-04-23 Thread David Smith
Tomcat requires java. There's never been a problem with them on the same box. Can you be a little more specific on what you're asking? --David Nix Hanwei wrote: Hi Gurus, How do I co-exist both tomcat and java in one windows server? Thanks

How do I co-exist both tomcat and java in one windows machine?

2008-04-23 Thread Nix Hanwei
Hi Gurus, How do I co-exist both tomcat and java in one windows server? Thanks in advance. __ Tired of visiting multiple sites for showtimes? Yahoo! Movies is all you need http://sg.movies.yahoo.com

Re: tomcat and java cache

2007-10-15 Thread Leon Rosenberg
Thats what listener are for, in your case ContextListener. regards Leon On 10/15/07, loredana loredana <[EMAIL PROTECTED]> wrote: > I have a pretty big website that uses java cache from which it retrieves the > html. So I have a scheduled job(servlet) that get's some data from a server > and sto

Re: tomcat and java cache

2007-10-15 Thread Pid
loredana loredana wrote: > I have a pretty big website that uses java cache from which it retrieves the > html. So I have a scheduled job(servlet) that get's some data from a server > and stores it in a java cache(Oscache or Ehcache for those who know it). My > problem is next: whenever the serv

Re: tomcat and java cache

2007-10-15 Thread Johnny Kewl
edana loredana" <[EMAIL PROTECTED]> To: Sent: Monday, October 15, 2007 9:38 AM Subject: tomcat and java cache I have a pretty big website that uses java cache from which it retrieves the html. So I have a scheduled job(servlet) that get's some data from a server and stores it in a

tomcat and java cache

2007-10-15 Thread loredana loredana
I have a pretty big website that uses java cache from which it retrieves the html. So I have a scheduled job(servlet) that get's some data from a server and stores it in a java cache(Oscache or Ehcache for those who know it). My problem is next: whenever the server (tomcat) is restarted, the cac

FW: Capturing Tomcat and JAVA thread dumps from (Windows)

2007-07-20 Thread Jayson Enriquez
Thank you Filip. That seem to work just fine! Can anyone also tell me how I can capture JAVA thread dumps along with these Tomcat logs? Thank you Jayson -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 11:46 AM To: Tomcat Users L

Re: Need some pointers on how to troubleshoot performance problems of an application running on tomcat and java

2007-03-01 Thread Mark Thomas
NurulZ wrote: > I need help in finding out why this happens ? Are there any known issues in > tomcat 4.1.31 http://svn.apache.org/repos/asf/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt > Is the Garbage collector in J2SDK1.4.2_11 buggy? Not to my knowledge > If I were to monitor the pe

Re: Need some pointers on how to troubleshoot performance problemsof an application running on tomcat and java

2007-03-01 Thread David Delbecq
Message- > From: David Delbecq [mailto:[EMAIL PROTECTED] > Sent: 01 March 2007 15:36 > To: Tomcat Users List > Subject: Re: Need some pointers on how to troubleshoot performance > problemsof an application running on tomcat and java > > En l'instant précis du 0

RE: Need some pointers on how to troubleshoot performance problemsof an application running on tomcat and java

2007-03-01 Thread Nurul Zaman bin Mohamed Akbar
troubleshoot performance problemsof an application running on tomcat and java En l'instant précis du 01/03/07 08:15, Nurul Zaman Mohamed Akhbar s'exprimait en ces termes: > Hi, > > I am new to Tomcat. I have an enterprise application (which was > developed by an external vendor

Re: Need some pointers on how to troubleshoot performance problems of an application running on tomcat and java

2007-02-28 Thread David Delbecq
En l'instant précis du 01/03/07 08:15, Nurul Zaman Mohamed Akhbar s'exprimait en ces termes: > Hi, > > I am new to Tomcat. I have an enterprise application (which was > developed by an external vendor and for which we have no source code) > that is running on the followng: > > 1. Apache Tomcat 4.1.

Need some pointers on how to troubleshoot performance problems of an application running on tomcat and java

2007-02-28 Thread Nurul Zaman Mohamed Akhbar
Hi, I am new to Tomcat. I have an enterprise application (which was developed by an external vendor and for which we have no source code) that is running on the followng: 1. Apache Tomcat 4.1.31 2. J2SDK1.4.2_11 3. Windows 2003 OS SP1. The hardware is as follows: HP 2-CPU machine 2 GB Memory Th

Need some pointers on how to troubleshoot performance problems of an application running on tomcat and java

2007-02-28 Thread NurulZ
someone can guide me to the correct answers (or atleast to the correct websites or tools). Thanks in advance -- View this message in context: http://www.nabble.com/Need-some-pointers-on-how-to-troubleshoot-performance-problems-of-an-application-running-on-tomcat-and-java-tf3325383.html#a9244837

Re: tomcat and java

2006-05-25 Thread Marc Farrow
google "java resource bundles". This should lead you in the correct direction to how to use multiple languages and text/etc for different types of resources/languages/etc On 5/25/06, AJ Jonen <[EMAIL PROTECTED]> wrote: Is it possible to have 2 different java connections in Tomcat. And 1. set t

tomcat and java

2006-05-25 Thread AJ Jonen
Is it possible to have 2 different java connections in Tomcat. And 1. set the language settings for each java connection differently 2. based on what web page is calling tomcat. display correct language. Aaron - To start a new t

Re: Problem with Tomcat and Java versions

2006-02-10 Thread Mike Sabroff
it was before :( On 2/9/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: Let?cia ?lvares Barbalho [mailto:[EMAIL PROTECTED] Subject: Problem with Tomcat and Java versions I was using java 1.4.2 here, and recently migrated to java 1.5. Unfortunately, something probably is mi

Re: Problem with Tomcat and Java versions

2006-02-10 Thread Letícia Álvares Barbalho
before :( > > > > > > > > On 2/9/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > > > From: Letícia Álvares Barbalho [mailto:[EMAIL PROTECTED] > > > > Subject: Problem with Tomcat and Java versions > > > > > >

Re: Problem with Tomcat and Java versions

2006-02-09 Thread Anoop kumar V
t; The problem remains just as it was before :( > > > > On 2/9/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > From: Letícia Álvares Barbalho [mailto:[EMAIL PROTECTED] > > > Subject: Problem with Tomcat and Java versions > > > > > > I

Re: Problem with Tomcat and Java versions

2006-02-09 Thread Letícia Álvares Barbalho
, didn't work. The problem remains just as it was before :( On 2/9/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Letícia Álvares Barbalho [mailto:[EMAIL PROTECTED] > > Subject: Problem with Tomcat and Java versions > > > > I was using java 1.4

RE: Problem with Tomcat and Java versions

2006-02-09 Thread Caldarale, Charles R
> From: Letícia Álvares Barbalho [mailto:[EMAIL PROTECTED] > Subject: Problem with Tomcat and Java versions > > I was using java 1.4.2 here, and recently migrated to java 1.5. > Unfortunately, something probably is missing, 'cause I'm > having problems with Tomcat

Problem with Tomcat and Java versions

2006-02-09 Thread Letícia Álvares Barbalho
Hello everyone, I was using java 1.4.2 here, and recently migrated to java 1.5. Unfortunately, something probably is missing, 'cause I'm having problems with Tomcat. When I turn on the computer (that has tomcat on it), if I open the browser and try to access a web application built on java 1.5, i