Re: Version of Java being used by Tomcat

2007-04-04 Thread Andrew Pliszka
You can create simple jsp page with a scriptlet that dumps System properties to console. Check javadoc for System for more information. Andrew Pliszk Aneez Backer wrote: Hi I have two versions of JAVA installed on my terminal. Is there any possible way to know which version of JAVA is being

Re: Version of Java being used by Tomcat

2007-04-04 Thread Andrew Pliszka
There is one more thing related to java version and JSPs, there is a configuration setting for the version used to compile jsps. So even if you have 1.5 your JSPs still might compile in 1.4 mode. This is setup in the tomcat xml config file. Andrew Gurdeep Kaur (gurdeep) wrote: java -version

Re: Session

2007-03-22 Thread Andrew Pliszka
. if session present then get info from session else if cookie present then create new session data based on cookie else display login form create new session based on login form end end Andrew Pliszka James Sherwood wrote: Hello, I am trying to make the session

Re: [OT]Re: Is better one or more Tomcat instances per machine

2007-03-14 Thread Andrew Pliszka
of ram, I will test it as soon as I get some time. Andrew Pliszka Caldarale, Charles R wrote: From: Andrew Miehs [mailto:[EMAIL PROTECTED] Subject: Re: [OT]Re: Is better one or more Tomcat instances per machine The user space is the amount of RAM you as a process can allocate

Tomcat JNI and native libraries

2007-02-28 Thread Andrew Pliszka
What is the best place to install JNI Java bridge and native libraries. We are using Linux and Tomcat 5. Thanks Andrew Pliszka Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Re: Ant custom tasks: how to compile .java files and restart Tomcat(Tomcat6.0.9

Re: Performance tuning parameters

2007-02-16 Thread Andrew Pliszka
considerably. Andrew Pliszka j r wrote: I am gleaning from your comments that MaxThreads is the only thing to tweak. Yes I do really have a connection issue. I have millions and millions of connection requests on a very small pool of servers. The app has been tuned constantly over years. I