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
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
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
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