Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "TomcatOnSolaris10" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/TomcatOnSolaris10?action=diff&rev1=19&rev2=20

Comment:
Add category link. Correct some typos.

  = Running Tomcat on Sun Solaris 10 =
  Solaris 10 comes pre installed with a Tomcat 5.5 installation.
  
- Having found little information on the setup I decided to contribute what 
little usefull things I found here
+ Having found little information on the setup I decided to contribute what 
little useful things I found here
  
  ==== THE ENVIRONMENT ====
- The following assumes you have Java already installed. java is usally 
installed in /usr/java. This is a symbolic link from the actuall installation 
in /usr/jdk/jdk1.6.0_[Update]
+ The following assumes you have Java already installed. java is usually 
installed in /usr/java. This is a symbolic link from the actual installation in 
/usr/jdk/jdk1.6.0_[Update]
  
  '''THE PROBLEM'''
  
- Solaris comes with apache and tomcat preinstalled, just not in the locations 
you would expect unless your familar with Solaris. Solaris 10 comes with a new 
method for starting and stopping services on system startup, called SMF(Service 
Management Facility).
+ Solaris comes with apache and tomcat preinstalled, just not in the locations 
you would expect unless your are familiar with Solaris. Solaris 10 comes with a 
new method for starting and stopping services on system startup, called 
SMF(Service Management Facility).
  
  Software installation directory
  
@@ -21, +21 @@

  
  ''/var/apache/tomcat55''
  
- If you where to run multiple instances of tomcat your would want to duplicate 
the whole ''/var/apache/tomcat55'' directory, create new startup.sh shutdown.sh 
scripts setting a CATALINA_BASE enviroment variable pointing to your new 
instance.
+ If you where to run multiple instances of tomcat your would want to duplicate 
the whole ''/var/apache/tomcat55'' directory, create new startup.sh shutdown.sh 
scripts setting a CATALINA_BASE environment variable pointing to your new 
instance.
  
  == Configuring SMF to start and stop tomcat ==
  Create file in the following location. (The location does not really matter 
but the convention says so.)
@@ -100, +100 @@

  process      8303 /usr/jdk/jdk1.6.0_18/bin/sparcv9/java 
-Djava.util.logging.config.file=/var/apac
  }}}
  
- You can see the log output from SMF in the filereferences as logfile in teh 
above output for any troubleshooting
+ You can see the log output from SMF in the filereferences as logfile in the 
above output for any troubleshooting.
  
  Running tomcat through SMF negates the need to run tomcat using nohup on 
Solaris.
  
+ ----
+ [[CategoryFAQ]]
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to