Hello Today I have problem related to restart service apache tomcat in solaris ? Can you help me about cmd to restart?
How to restart service tomcat in solaris?
2.4k Views Asked by nady dy At
2
There are 2 best solutions below
Related Questions in TOMCAT7
- I can't find server.xml?
- Tomcat crashes over a period of time when run 24/7
- Sending regular GET requests to Tomcat 7.0.x yields a 403 response for every other request - any idea why?
- Context.xml dont set environmet value
- I am trying to upgrade a soap based web service which is using tomcat 7 and jdk 1.7 to tomcat version 8.5 and same jdk version
- Getting HTTP/1.1 500 Internal Server Error in Tomcat 7 for requests having large pdf file
- org.apache.jasper.JasperException: org.apache.jasper.JasperException: java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.jsp.login_jsp
- Clone of AWS ElasticBeanstalk giving tomcat error on startup The AJP Connector is configured with secretRequired="true"
- Threads hang on getCallerClass (Native method)
- Exception loading sessions from persistent storage java.io.InvalidClassException: com.vaadin.server.AbstractClientConnector; local class incompatible:
- tomcat server 7 ssl was not enabeling
- Test performance between Tomcat BIO and NIO connectors
- Transative Dependency is not present, causing the app to fail with a Class Not Found error
- Startup times for different versions of tomcat
- JasperReport PDF displayed unrecognized binary after hardening Tomcat 7 web.xml
Related Questions in SOLARIS
- SolarIs 11 VM configure sftp. After restart ssh, the sshd_config file resets?
- How can i install python > 3.8 on solaris system?
- Solaris make failes with 'unknown'
- Unable to copy multiple files non-interactively with single command
- dbx can't find C source files
- Need to list data from a zip archive using unzip
- Where to properly get _LONGLONG_TYPE defined
- how to find file path where the function resides in solaris
- vncserver creating display as :<Displaynumber> instead of hostname:<Displaynumber>
- boost-iostreams 1.59 sparc-solaris crosscompilation fails
- Insert # at the start of a matching String
- How to run my python script when the sunOS is start booting
- libxercesc can not catch exception only on Solaris
- Is there a command line tool to connect Azure SQL MI on Solaris11
- RPC calls between C and Python, and vicecersa
Related Questions in OPENSOLARIS
- How can I use the SolarAPI to obtain an image or TIFF file of a roof with solar panels?
- Why does "false; echo $?" return 1, if the Solaris source for false exits with 255?
- Compiling libmemcached in OpenSolaris/OpenIndiana
- I want to replace 'ld' with 'gcc' in my Makefile to link my kernel objects
- static ip settings of illumos, openindiana
- missing libproc.h headers in solaris 11.0
- How to restart service tomcat in solaris?
- Memory stuck in Solaris .. server can't free disk space
- Can't install with "pkg" the packages for ImageMagick on OpenIndiana (OpenSolaris 11)
- kstat, getting the number of lightweight processes running in a zone
- print kstat when updated (multiple times in 1 second)
- Gnome session fails to start on OpenIndiana
- OpenSolaris 11.2 - understanding some of prtconf output
- OracleSolaris 11.2 and bit operations
- OracleSolaris 11.2 - ctags and vi
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It all depends on how you originally installed Tomcat on your Solaris server. Below I'm providing two different answers depending on how you've installed Tomcat.
As a SMF service
Assumption: You have installed Tomcat using Solaris' IPS package manager. (which also means you're on a fairly recent version of Solaris, not an ancient one)
In that case it will be installed as a true service in Solaris and restarting will be done just like any other service in Solaris, namely
example:
As a standalone thingy not integrated with Solaris' SMF feature
Assumption: You've simply just downloaded the tarballs and unpacked them on the server.
In this case you'll have to rely directly on Tomcat's own start/stop scripts which you can find in Tomcat's
bindirectory. You cannot do a restart directly, so what you do is: