How do I configure RootCause with Sun iPlanet Application Server 6.5 on Solaris?
RootCause/Aprobe FAQThese instructions assume $IAS_HOME is the install directory of the iPlanet App Server. $IAS_HOME does not have to be set for the application to be run or for RootCause to trace it. It is convenient to have $IAS_HOME set, in addition to $IAS_HOME/bin in your $PATH. IAS_HOME/bin/iascontrol is the command line script that controls starting and stopping of the iAS 6.5 server. Make sure RootCause is enabled in the shell that you start iascontrol. Stop the app server by running 'iascontrol kill'.
How do I configure RootCause with BEA WebLogic Application Server 6.1 on Solaris or Windows?
RootCause/Aprobe FAQThese instructions assume $WL_HOME is the install directory, and $WL_DOMAIN is the WebLogic domain, found in $WL_HOME/config. $WL_HOME is set by the setEnv command in the $WL_HOME/config/$WL_DOMAIN directory. $WL_DOMAIN is not directly set by the startup and config scripts, but provides an easy shorthand for the WebLogic domain used. Make sure RootCause is enabled in the shell that you start WebLogic. Make sure the app server is stopped.
How do I configure RootCause with JBoss 3 on Solaris or Windows?
RootCause/Aprobe FAQThese instructions assumes $JBOSS_HOME is the install directory, and $JBOSS_DOMAIN is the domain used, typically found in $JBOSS_HOME/server. Make sure RootCause is enabled in the shell that you start JBoss. Make sure the app server is stopped. Typically the JBoss is started by first calling $JBOSS_HOME/bin/run. Create a new workspace for this JVM, the main class name is "org.jboss.Main". You can add the "J2EE Server Directory" in the "New Workspace" dialog.
How do I configure IPlanet 4.0 (web server) to work with Tomcat?
jGuru: Tomcat FAQAuthor: Roger Sergeant (http://www.jguru.com/guru/viewbio.jsp?EID=125277) Question originally posed by archana sahu (http://www.jguru.com/guru/viewbio.jsp?EID=112286 Why would you want to do this? Is there a reason for you needing to run 2 servlet-enabled webservers together. Well, one reason might be that Tomcat may support a more recent version of the spec, or that iPlanet may have bugs that Tomcat does not... But at the moment, they both allegedly support version 2.2 of the Servlet spec.
How do I set up RootCause for use with IBM Websphere AppServer 4.0.5 Application running on Solaris?
RootCause/Aprobe FAQThe first thing we need to do is check that you are running one of the JVMs that RootCause supports. Websphere ships with it's own version of the JVM and so long as this is a Sun JVM, RC will work for the tracing components. If it's an IBM JVM, that's only supported on AIX. To see this, open an X terminal or some other console on the machine that you have Websphere running on.
How do I configure a server as a Global Catalog?
Environment settings set by a batch file are not working.Start the Active Directory Sites and Services Manager (Start - Programs - Administrative Tools - Active Directory Sites and Services Manager)
How do I configure DHCP Server Service?
Environment settings set by a batch file are not working.The DHCP Server Service is configured using "DHCP Manager" that is installed after the installation of the DHCP Server Service. Exclusion - start and end, e.g. 200.200.200.20 and 200.200.200.30, would mean available addresses would 200.200.200.10-200.200.200.20 and 200.200.200.30-200.200.200.100 A message that the Scope has been added, but is not active, would you like it to be active, click Yes.
How do I configure and manage the Sun Cobalt RaQ 550 server appliance?
Sun Cobalt RaQ 550 Server Appliance FAQThe Sun Cobalt RaQ 550 server appliance can be locally or remotely managed using the Sun Cobalt Server Desktop Web-based interface. The Sun Cobalt Server Desktop takes the hassles out of configuring and managing the system and software. It is designed to easily integrate third-party applications and to be localized. Individual customers can also customize the Server Desktop to reflect their own individual preferences (such as color, layout, language, logo, etc.).
How much will RootCause slow my application?
RootCause/Aprobe FAQThis depends almost entirely on what you do with it. If you trace almost nothing, it will introduce almost no overhead. If you trace every method call on your machine, it will slow things down too much. The keys to good performance are: only ask questions you want the answers to; that is, don't blindly trace everything if you're worried about performance; and avoid logging data over the network: put your workspace on a local disk.
How do I install libxml on Sun Solaris?
Kannel: Open Source WAP and SMS GatewayA working compiler tool-chain ie make, gcc and binutils are required for most of kannel at this time. You will also need libz for various bits of kannel so you may wish to get this now, if you do not already have it. A package can be obtained from www.sunfreeware.com.
How do I configure iPlanet web servers to support ActivePerl?
ActivePerl FAQ - Web Server InformationAssociate Perl scripts with the perl interpreter, if you haven't already. See How do I associate Perl scripts with perl? for how to do this. Re-start the server after making the association. Set up a Shell CGI directory to run Perl scripts. A regular CGI directory will not work -- that is only for executable files. You set this up with the FastTrack Administrator; see the documentation for details.
On Solaris, why do I get "illegal insecure pathname" with RootCause on?
RootCause/Aprobe FAQYou need to copy or soft-link the RootCause "libapaudit.so" library to a "secure pathname" as described in Chapter 10 of the RootCause User's Guide, "RootCause, SETUID, and Security Concerns".
Solaris: Why do I get warnings from running 'ps' when rootcause is enabled, and how can I fix it?
RootCause/Aprobe FAQThen the application you're running (like "mail" above, or "ps") has its setuid bit set and is owned by root. Solaris prevents dynamically loading debug libraries on such applications for security reasons. Here's what to do: If you still get warnings, you're probably on an early patch level of Solaris 8. Do: export LD_AUDIT_64 ; LD_AUDIT_64=/usr/lib/secure/64/libapaudit.so If that still doesn't work, contact OC Systems.
Solaris: How do I apply RootCause to applications run at boot time?
RootCause/Aprobe FAQOnce you've used Aprobe to investigate the behavior of processes on a running machine, there is nothing particularly complicated about doing the same for system processes while the machine boots, but there are a number of special factors to take into account. These are listed below, and an example given of how we applied these to one of our machines. The techniques described here were tested on a Solaris 6 box, but should be equally applicable to more current installations.
Q.B3- How do I configure the server?
Answers to Frequently Asked Questions about XFree86All of the configuration information we have, is included with the release. You should use one of the included configuration programs, XF86Setup or xf86config. This is explained in the QuickStart Guide. For further information, you could also read the XFree86 configuration guide (available from http://www.XFree86.org/3.3.5/Config.html), and the manual pages XF86Config(4/5) and xvidtune(1).
How do I configure my X server to do global gamma correction?
GIMP - DocumentationSome servers have no facility for this; you may be able to adjust your monitor to correct somewhat. Later versions of XFree86 allow these server options: gamma f set gamma value (0.1 < f < 10.0) Default: 1.0 -rgamma f set gamma value for red phase -ggamma f set gamma value for green phase -bgamma f set gamma value for blue phase
How do I configure the http server to work behind a router?
Willing Webcam FAQ - Frequently Asked QuestionsConnect to the router through web browser. Set the broadcasting IP address and Port, select TCP-IP protocol. How to ... If you hear nothing from your broadcasting page, check the 'Tools > Internet Options > Advanced > Java (Sun) > Use JRE v1.x.x_xx for <applet>' option in MS Explorer. If there is no such option or if the JRE version is lower than 1.
Is there any way to attach with RootCause to a running application?
RootCause/Aprobe FAQWhy should I update to the current version of RootCause? Full details are in the README file delivered with each version. Click here for a merged list of the features and fixes for each platform. If you find this has not been updated to correspond to the versions in www.aprobe.com/download/, feel free to .
Can I go out into the Sun after its application?
Tetrasil Multipurpose Topical Ointment - Enhanced Existence ...Newly applied ointment can yellow or brown with such exposure. Individuals may find that nightly applications are one way to ensure absorption before sunlight exposure or to cover such areas after application. Should the ointment yellow or darken with such exposure, it can be washed off. Despite discoloration, Tetrasil is still safe and effective.
How does one create a workspace for a native executable app-server like iPlanet?
RootCause/Aprobe FAQIf the Application Server runs embedded within a native executable, you can create a workspace for the native executable, and then add the libjvm library as a dynamic module. First create a workspace for the executable that runs the Application Server as you would for any other. The open the Trace Setup window. Application Server might run an embedded JVM, but already have libjvm library loaded as a dynamic module.
