- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tomcat service stop
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 09:28 PM
04-28-2010 09:28 PM
Tomcat service stop
Could you pleae tell me how to stop the tomcat service and how to find PHP version.
regards
Panneer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 10:20 PM
04-28-2010 10:20 PM
Re: Tomcat service stop
u can run /usr/local/tomcat/bin/shutdown.sh to stop tomcat with tomcat user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 10:22 PM
04-28-2010 10:22 PM
Re: Tomcat service stop
access the web page will show you all about the php server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 11:17 PM
04-28-2010 11:17 PM
Re: Tomcat service stop
i am asking for HP UX .
i have checked below path not avialble.
/usr/local/tomcat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 11:19 PM
04-28-2010 11:19 PM
Re: Tomcat service stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 11:24 PM
04-28-2010 11:24 PM
Re: Tomcat service stop
thanks i go the path and one more doubt,
how to check the tomcat and php serivice runnig or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 11:32 PM
04-28-2010 11:32 PM
Re: Tomcat service stop
>>how to check the tomcat and php serivice runnig or not
Just do
#ps -aef | grep tomcat
and
#ps -aef | grep php
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2010 11:46 PM
04-28-2010 11:46 PM
Re: Tomcat service stop
As I know, PHP is not a kind of process or service. PHP is a module enabled in Apache HTTP server. I think you have to check apache http server...
run "ps -ef|grep http" you will see the apache is running or not.
I guess your apache located at /opt/hpws/apache.
run "/opt/hpws/apache/bin/apachectl stop" may stop your apache http server.