Ref:http://community.polarion.org/help/index.jsp?topic=/com.polarion.xray.doc.user/install_linux.html
This section covers installation and startup procedures for Linux. There is also some information about initial configuration of Polarion on Linux, as well as reference information about the Polarion installation structure and third-party components.
Update vs. New Installation
The current version 2.6.5 can be used for a fresh installation or as an update for version 2.6.0. If you are running a version older than 2.6.0, you cannot upgrade to 2.6.5 directly. It is recommended that you first upgrade to 2.6.0, and …
referance:Â http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html
1.0 Introduction
Java servlets are a powerful tool for building websites and web based applications. One skill that every Java web developer should have is the ability to install and configure the Tomcat servlet engine. Many thanks to the Apache Software Foundation for providing this mature, stable, open source software. It was recently voted the Best Application Server of 2003 by InfoWorld readers.
This article discusses how to integrate Tomcat with the Apache web server on Red Hat Linux 9 or …
SLOW QUERIES
The slow query log is NOT enabled.
Your long_query_time may be too high, I typically set this under 5 sec.
MAX CONNECTIONS
Current max_connections = 800
Current threads_connected = 1
Historic max_used_connections = 17
The number of used connections is 2% of the configured maximum.
You are using less than 10% of your configured max_connections.
Lowering max_connections could help to avoid an over-allocation of memory
See “MEMORY USAGE” section to make sure you are not over-allocating
QUERY CACHE
Query cache is enabled
Current query_cache_size = 32 M
Current query_cache_used = 16 …
http://johnturner.com/howto/apache2-tomcat4112-sol8-howto.html
First, you need a sane build environment. In the open source world, that means GNU tools, not the tools included with a Sun Dev cluster install. Also make sure you’ve installed the Sun Solaris 8_Recommended patch cluster.
You’ll also need openssl and openssh installed. I’m assuming here that if you have a Sun server and you have root access to it that you have some basic familiarity with system administration and know your way around a UNIX …