Re: Help in diagnosing server unresponsiveness

2013-02-01 Thread Ron Wheeler
pache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102 - To unsubscrib

Re: Restarting Tomcat remotely

2011-05-03 Thread Ron Wheeler
On 03/05/2011 12:29 AM, Asha K S wrote: Hi, Can anybody please let me know if there is way to start/stop Tomcat remotely(Not start/stop of applications but server itself) Thanks, Asha What operating system? For Linux, you just need to make the shutdown and startup scripts run.

Re: Installation problem [newbie]

2010-08-18 Thread Ron Wheeler
On 18/08/2010 4:38 PM, Jonathan Camilleri wrote: On 18 August 2010 22:34, Ron Wheeler wrote: It is saying that you do not have a JAVA_HOME environment variable defined. Yes Good Is a JAVA JDK installed? Do you have JAVA_HOME defined pointing to the installation? Yes, see command line

Re: Installation problem [newbie]

2010-08-18 Thread Ron Wheeler
It is saying that you do not have a JAVA_HOME environment variable defined. Is a JAVA JDK installed? Do you have JAVA_HOME defined pointing to the installation? Ron On 18/08/2010 3:43 PM, Jonathan Camilleri wrote: Well, I've installed the webserver (1st file), however, no services are running

Re: APR Library with JBoss/Tomcat

2007-08-05 Thread Ron Wheeler
Could someone post a bug against this. The error message does not describe the problem appropriately and the documentation does not clearly link to this "required" library. This gets everyone the first time that Tomcat is installed and it takes a long time to find the library required. It ne

Re: Tomcat with 8 GB memory

2007-07-29 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat with 8 GB memory 2GB is the limit for 32 bit applications. Minor correction: some versions of 32-bit Windows Server have a boot-time option to use 3 GB for each user process, which allows a

Re: Tomcat with 8 GB memory

2007-07-29 Thread Ron Wheeler
If you read the references that I posted, you will see when 32 bit is faster than 64 bit. You are not the first guy to ask the question so Microsoft did a pretty nice test. Why is no major hardware vendor selling 32 bit servers for business applications? If 32 bit was faster, cheaper and they

Re: Tomcat with 8 GB memory

2007-07-29 Thread Ron Wheeler
This is a Tomcat forum so lets focus on the role of memory in a Servlet Engine. Read the Microsoft paper. http://msdn2.microsoft.com/en-us/vstudio/aa700838.aspx Bigger memory space means better performance when you have large numbers of users. If you are designing a Tomcat application for

Re: Tomcat with 8 GB memory

2007-07-28 Thread Ron Wheeler
2GB is the limit for 32 bit applications. Ron Joe Nathan wrote: ronatartifact wrote: This is what Microsoft has to say on 64 bit using Websphere. Basically 32bit better for small volume servers that can live with a 2GB memory ceiling. If you have applications that can benefit from

Re: Tomcat with 8 GB memory

2007-07-28 Thread Ron Wheeler
Why would you write down something in a serious forum that you just made up with no basis in fact. This is just fantasy that you could not have found anywhere unless it was in a satirical send-up on science and technology. If any of your stuff was even remotely true, then the top scientists and

Re: Tomcat with 8 GB memory

2007-07-28 Thread Ron Wheeler
If you read the article that I cited from Microsoft, you will find a discussion about 32 bit and 64 bit performance that includes a lot of these discussions including why a 64 bit Java Virtual Machine is better than a 32 bit version of Java. A 32 bit OS will limit you to a 2 GB process space w

Re: Tomcat with 8 GB memory

2007-07-27 Thread Ron Wheeler
This is what Microsoft has to say on 64 bit using Websphere. Basically 32bit better for small volume servers that can live with a 2GB memory ceiling. Fundemental problem is that a process can only use 2GB no matter how much memory you have. Java VM only gets to see 2GB no matter how much phys

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread Ron Wheeler
This is the right forum for this problem. Some simple things to look at. What is in the Tomcat logs? Always a good place to start. What do you see on the Tomcat status page localhost:8080 and click Status then List Applications? Somebody found something that they didn't like and Tomcat is pr

Re: changing the name of tomcat homedir - impact?

2007-04-18 Thread Ron Wheeler
If you don't like the spaces use the 8.3 names for the directories. TOMCAT_HOME=C:\Programme\Apache_Group\Tomcat 6.0 becomes TOMCAT_HOME=C:\PROGRA~1\APACHE~2\TOMCAT~1 or something similar depending on what 8.3 names Windows generated when the directories were created. "DIR/X" gives you the 8.3

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Ron Wheeler
You might look at Spring to help make this hang together www.springframework.org Ron Scott Purcell wrote: Hello, Looking at incorporating the Java Persistence API (EJB 3.0) and was wondering if Tomcat 5.5 supports this. It looks like we need container managed services and was wondering if

Re: Container logging for Tomcat 6.0.x with log4j-1.2.14

2007-03-09 Thread Ron Wheeler
Would it be possible to change the title of that page or add a word or two to make it clear that this page only applies to Tomcat's internal logging and not logging in general. Ron Caldarale, Charles R wrote: From: Philip Brusten [mailto:[EMAIL PROTECTED] Subject: Container logging for Tomcat

Re: Appropriate version of Tomcat

2007-03-09 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Richard Gemmell [mailto:[EMAIL PROTECTED] Subject: Re: Appropriate version of Tomcat I'd recommend the Windows Service Installer version. I'd recommend NOT using the .exe download, but instead use the .zip: 1) The .exe leaves out the .bat files, which

Re: Newbie help...Mac OS/X+Tomcat+Apache

2007-03-05 Thread Ron Wheeler
If you go to localhost:8080 and click on "Status" you shuld be taken to a page that shows in some detail what Tomcat thinks that it is doing. You should see a section ajp-8009 which will tell you if Tomcat is listening on 8009 for AJP transactions and if it say anyone try to communicate over tha

Re: WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Ron Wheeler
variables are still pointing to the old version? No such luck. Still have the same problem. I moved the spring.jar to the tomcat/lib and now the problem is on the hibernate3.jar -Rashmi - Original Message ---- From: Ron Wheeler <[EMAIL PROTECTED]> To: Tomcat Users List Sent:

WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Ron Wheeler
It seems that Tomcat 6 is not finding the jars in the application library WEB-INF/lib. If I put the spring.jar in the tomcat lib directory it is found. If I put it in the application lib directory it is not found. If I fix the spring.jar issue, I just get an Class not found error on the next l

Re: DWR using WAN vs LAN

2007-03-03 Thread Ron Wheeler
You have 2 problems Separate them out. 1) "Also I still can't connect, at all, to the native server through anything other than localhost:8080. It's not a network or router issue, they are configured correctly. Even my-computer-name:8080 won't connect to the native server. Any ideas what's up w

Re: Choose from one of two JVM

2007-03-03 Thread Ron Wheeler
http://tomcat.apache.org/tomcat-5.5-doc/setup.html has the info in the section JAVA Location Hernâni Cerqueira wrote: Hello all, I have both jre 1.4.2 and 1.6.1 installed on my gentoo server, running tomcat 5.5.4, and i wonder if there's any possibility of choosing wich jvm will tomcat use.

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Hassan Schroeder wrote: On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: Am I correct in assuming that everyone is going to have the same problem with logging. It's not clear to me what "problem" you're trying to solve. I'm running TC 6.0.9 out of the box wi

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Rémy Maucherat wrote: On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: The build could be eliminated if the binary distribution contained the extras but it does not. I assume that when everyone using log4j has the same problem, it will. This is not going to happen. It is quite evide

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Rémy Maucherat wrote: On 3/2/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: No, I was just pointing out that the only platform-dependent code associated with Tomcat is the APR connector (tcnative-1.dll). The performance advantages of using that connector have been largely eliminated by t

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java I am not sure if Tomcat will start without it Tomcat runs fine without APR - just delete or rename the .dll file if you want to

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java With the advent of Tomcat's NIO connector, the APR one is probably superfluous, so you don't need that either.

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 will not compile under Windows with the current Java I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
arale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 will not compile under Windows with the current Java I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the extras.

Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the extras. When I follow the instructions about how to do this, the build fails. I an using Java 6 and get the following errors when I to the "ant downl

tcnative-1.dll version 1.1.6 getaddrinfo error

2006-10-20 Thread Ron Wheeler
The download of version 1.1.6 of the windows binary of tcnative-1.dll from http://tomcat.heanet.ie/native/ appears to have been built with a set of libraries that only work on Windows XP. In Windows 2000, you get a message that an entry point for getaddrinfo can not be found when Tomcat tries to