How to increase java heap size in tomcat on Solaris

2013-02-19 Thread Rajesh Nair
How to increase java heap size in tomcat 6.0 on Solaris ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Multi-Tenancy Question

2013-02-19 Thread Hennigan, Sandra
Sounds exactly like what I was looking for - Thank you, Brian! Sandra Hennigan Remedy Developer From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Brian Pancia Sent: Saturday, February 16, 2013 10:34 AM To: arslist@ARSLIST.ORG Subject: Re:

Re: How to increase java heap size in tomcat on Solaris

2013-02-19 Thread Steve Kallestad
There is a script in $CATALINA_HOME/bin/setenv.sh There is a minimum heap size and a maximum heap size. in that file, you'll see some lines similar to this: export CATALINA_OPTS=$CATALINA_OPTS -Xms512m -Xmx2048m -Xms is the minimum heap size. -Xmx is the maximum heap size. If the setenv.sh

Alternate Approvers by Product Name

2013-02-19 Thread Pierson, Shawn
Good morning, I've been asked to investigate how we would be able to provide the ability to set up alternate approvers for specific Product Names, not just for a specific approval process. The only option I can think of is likely to be an ugly looking customization since BMC historically

Re: How to increase java heap size in tomcat on Solaris

2013-02-19 Thread Rajesh Nair
Thanks steve Will try this out On 19 Feb 2013 20:16, Steve Kallestad st...@tabtonic.com wrote: ** There is a script in $CATALINA_HOME/bin/setenv.sh There is a minimum heap size and a maximum heap size. in that file, you'll see some lines similar to this: export CATALINA_OPTS=$CATALINA_OPTS

Re: Alternate Approvers by Product Name

2013-02-19 Thread Steve Kallestad
It's been a while since I dove into the approval engine, but... You have a few options: 1) Set up a separate approval process. Approvers can be limited to a specific process OOTB. 2) Set up multiple accounts for the executive and send some approvals to one account, some approvals to the other

Re: Service Packs and Patches

2013-02-19 Thread Easter, David
Also note that this the numbering policy is documented here: Time-based Support Policy (Effective for Releases from September 1, 2011 to present)http://www.bmc.com/support/prod-support-policy-time-based.html BMC Software uses a three-level numbering scheme with formats VV.RR.SP (formerly

Alarm point and 7.5.00 Patch 008

2013-02-19 Thread S Test
Hi, Does anyone have alarm point integration working with ARS 7.5 patch 8 ? We are having trouble with it and wanted to find out if there are any sucessful implementations? thanks ___ UNSUBSCRIBE or access ARSlist

Computer User Agent?

2013-02-19 Thread William Rentfrow
Hi all - We've had a request to allow approvals in CM 7.6.04 (same ARS version) via mobile devices. All mobile devices we have can access our regular MT page but we are probably going to provide a light version of Approval Central for those users with a new URL. We were also asked if we

Re: Computer User Agent?

2013-02-19 Thread Grooms, Frederick W
Easy In your Mid-Tier shared directory create a .jsp file (I call mine get_user_info.jsp) that contains the following function get_user_agent() { var return_value = %= request.getHeader(User-Agent) %; return (return_value) } In your WEB Footer of your form add the following SCRIPT

Re: Computer User Agent?

2013-02-19 Thread William Rentfrow
Sheer. Genius. I should have thought of that actually - I've built enough non-Remedy web stuff in my day... -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Tuesday, February 19, 2013 4:34 PM

Re: Computer User Agent?

2013-02-19 Thread William Rentfrow
Also - for what it's worth - I was wrong earlier. I need the platform, not the user agent. You can pretty much derive the platform from the user agent but I can just query the platform directly, so I'm going that route. -Original Message- From: Action Request System discussion