Tomcat and JNI class problem

2006-10-08 Thread madhav_kelkar
Hi all, I am facing a strange problem using tomcat. I have a JNI class which is called from a web app. The problem with this class is it runs and loads a native dll when tomcat starts from the command line. but somehow this does not work when I start tomcat from the system tray icon. Th

[ANN] Apache Tomcat 4.1.34 is voted stable

2006-10-08 Thread Mark Thomas
The Apache Tomcat team is proud to announce the immediate availability of Tomcat 4.1.34 stable. This build contains numerous bug fixes, documentation updates, and other improvements. Apache Tomcat is an implementation of the Java Server Pages 1.2 and Java Servlet 2.3 specifications. Please refer

RE: Tomcat not serving pages

2006-10-08 Thread Rick Fisk
Tomcat doesn't run on port 80 by default, Mike. Try http://localhost:8080/ -Original Message- From: mike dorian [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 11:19 AM To: users@tomcat.apache.org Subject: Tomcat not serving pages Hi, Having a bit of a problem on running Tomc

Re: Java heap space

2006-10-08 Thread Leon Rosenberg
I would also add that an OutOfMemory doesn't always mean heap. try increasing your PermSpaceSize: -XX:MaxPermSize=256m if you have many classes and jsps it can be your problem. regards leon On 10/8/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Daniel Blumenthal [mailto:[EMAIL PR