Re: stop/start mid-tier

2012-12-05 Thread Longwing, LJ CTR MDA/IC
Mark,
This would be Tomcat in a default install

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 05, 2012 8:28 AM
To: arslist@ARSLIST.ORG
Subject: stop/start mid-tier

** 

Hi All,

 

My admin is working on  start up and shutdown scripts for the mid-tier and I 
can't tell him what file(s) need to be started. Couldn't find it in the 
installation guide or KB. If anyone has a script I can use or know the files to 
execute, please let me know.

 

ARS 7.6.04 SP3

 

Mark

 

Mark Brittain

Remedy Developer

ITILv3 Foundation

NaviSite - A Time Warner Cable Company

mbritt...@navisite.com mailto:mbritt...@navisite.com 

Office: 315-453-2912 x5335

Mobile: 315-882.5360

 




This e-mail is the property of NaviSite, Inc. It is intended only for the 
person or entity to which it is addressed and may contain information that is 
privileged, confidential, or otherwise protected from disclosure. Distribution 
or copying of this e-mail, or the information contained herein, to anyone other 
than the intended recipient is prohibited.

_ARSlist: Where the Answers Are and have been for 20 years_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: stop/start mid-tier

2012-12-05 Thread Grooms, Frederick W
What O/S are you using?  Starting/Stopping the Mid-Tier is nothing more than 
making sure the Web Server and Java Servlet Engine are running.

For Linux/Unix the most common are Apache and Tomcat

Apache would be   {Apache Install Dir}/bin/apachetl -start
Tomcat would besudo - {ARS_USER} -c {Tomcat Install Dir}/bin/startup


Fred

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 05, 2012 9:28 AM
To: arslist@ARSLIST.ORG
Subject: stop/start mid-tier

**
Hi All,

My admin is working on  start up and shutdown scripts for the mid-tier and I 
can't tell him what file(s) need to be started. Couldn't find it in the 
installation guide or KB. If anyone has a script I can use or know the files to 
execute, please let me know.

ARS 7.6.04 SP3

Mark

Mark Brittain
Remedy Developer
ITILv3 Foundation
NaviSite - A Time Warner Cable Company
mbritt...@navisite.commailto:mbritt...@navisite.com
Office: 315-453-2912 x5335
Mobile: 315-882.5360



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: stop/start mid-tier

2012-12-05 Thread Brittain, Mark
Hi LJ

Running the mid-tier on linux. Would this be it?
/opt/apache/tomcat6.0/bin/shutdown.sh
/opt/apache/tomcat6.0/bin/statup.sh

Mark
-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, December 05, 2012 10:37 AM
To: arslist@ARSLIST.ORG
Subject: Re: stop/start mid-tier

Mark,
This would be Tomcat in a default install

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 05, 2012 8:28 AM
To: arslist@ARSLIST.ORG
Subject: stop/start mid-tier

** 

Hi All,

 

My admin is working on  start up and shutdown scripts for the mid-tier and I 
can't tell him what file(s) need to be started. Couldn't find it in the 
installation guide or KB. If anyone has a script I can use or know the files to 
execute, please let me know.

 

ARS 7.6.04 SP3

 

Mark

 

Mark Brittain

Remedy Developer

ITILv3 Foundation

NaviSite - A Time Warner Cable Company

mbritt...@navisite.com mailto:mbritt...@navisite.com 

Office: 315-453-2912 x5335

Mobile: 315-882.5360

 




This e-mail is the property of NaviSite, Inc. It is intended only for the 
person or entity to which it is addressed and may contain information that is 
privileged, confidential, or otherwise protected from disclosure. Distribution 
or copying of this e-mail, or the information contained herein, to anyone other 
than the intended recipient is prohibited.

_ARSlist: Where the Answers Are and have been for 20 years_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers 
Are, and have been for 20 years

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: stop/start mid-tier

2012-12-05 Thread Matt Reinfeldt
Mark,

 

What OS?  What is the servlet engine? (Tomcat, ServletExec, WebSphere,
etc.)?  Is it bundled with a full-blown web server? (IIS + Tomcat via
Jakarta Conector)

 

Thanks,

 

Matt

 

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 05, 2012 9:28 AM
To: arslist@ARSLIST.ORG
Subject: stop/start mid-tier

 

** 

Hi All,

 

My admin is working on  start up and shutdown scripts for the mid-tier and I
can't tell him what file(s) need to be started. Couldn't find it in the
installation guide or KB. If anyone has a script I can use or know the files
to execute, please let me know.

 

ARS 7.6.04 SP3

 

Mark

 

Mark Brittain

Remedy Developer

ITILv3 Foundation

NaviSite - A Time Warner Cable Company

mbritt...@navisite.com

Office: 315-453-2912 x5335

Mobile: 315-882.5360

 

 

  _  

This e-mail is the property of NaviSite, Inc. It is intended only for the
person or entity to which it is addressed and may contain information that
is privileged, confidential, or otherwise protected from disclosure.
Distribution or copying of this e-mail, or the information contained herein,
to anyone other than the intended recipient is prohibited.

_ARSlist: Where the Answers Are and have been for 20 years_ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: stop/start mid-tier

2012-12-05 Thread Longwing, LJ CTR MDA/IC
That could very likely be the scripts in your system.  You can verify that you 
are an arsys.xml in the catalina/localhost folder to verify that it's the 
Tomcat that your Mid-Tier is in.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 05, 2012 8:48 AM
To: arslist@ARSLIST.ORG
Subject: Re: stop/start mid-tier

Hi LJ

Running the mid-tier on linux. Would this be it?
/opt/apache/tomcat6.0/bin/shutdown.sh
/opt/apache/tomcat6.0/bin/statup.sh

Mark
-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, December 05, 2012 10:37 AM
To: arslist@ARSLIST.ORG
Subject: Re: stop/start mid-tier

Mark,
This would be Tomcat in a default install

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 05, 2012 8:28 AM
To: arslist@ARSLIST.ORG
Subject: stop/start mid-tier

** 

Hi All,

 

My admin is working on  start up and shutdown scripts for the mid-tier and I 
can't tell him what file(s) need to be started. Couldn't find it in the 
installation guide or KB. If anyone has a script I can use or know the files to 
execute, please let me know.

 

ARS 7.6.04 SP3

 

Mark

 

Mark Brittain

Remedy Developer

ITILv3 Foundation

NaviSite - A Time Warner Cable Company

mbritt...@navisite.com mailto:mbritt...@navisite.com 

Office: 315-453-2912 x5335

Mobile: 315-882.5360

 




This e-mail is the property of NaviSite, Inc. It is intended only for the 
person or entity to which it is addressed and may contain information that is 
privileged, confidential, or otherwise protected from disclosure. Distribution 
or copying of this e-mail, or the information contained herein, to anyone other 
than the intended recipient is prohibited.

_ARSlist: Where the Answers Are and have been for 20 years_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers 
Are, and have been for 20 years

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers 
Are, and have been for 20 years

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: stop/start mid-tier

2012-12-05 Thread vaibhav wadekar
On Linux/apache. below are the scripts you can use to start/stop tomcat

/opt/apache/tomcat6.0/bin
- startup.sh
- shutdown.sh
- catalina.sh start/stop

Hope this helps

Regards/Vaibhav





On Wed, Dec 5, 2012 at 7:27 AM, Brittain, Mark mbritt...@navisite.comwrote:

 **

 Hi All,

 ** **

 My admin is working on  start up and shutdown scripts for the mid-tier and
 I can’t tell him what file(s) need to be started. Couldn’t find it in the
 installation guide or KB. If anyone has a script I can use or know the
 files to execute, please let me know.

 ** **

 ARS 7.6.04 SP3

 ** **

 Mark

 ** **

 *Mark Brittain*

 Remedy Developer

 ITILv3 Foundation

 *NaviSite – **A Time Warner Cable Company*

 mbritt...@navisite.com

 Office: 315-453-2912 x5335

 Mobile: 315-882.5360

 ** **

 --
 This e-mail is the property of NaviSite, Inc. It is intended only for the
 person or entity to which it is addressed and may contain information that
 is privileged, confidential, or otherwise protected from disclosure.
 Distribution or copying of this e-mail, or the information contained
 herein, to anyone other than the intended recipient is prohibited.
  _ARSlist: Where the Answers Are and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years