Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: garlam
  • Content: Threads
  • Order by date
  1. garlam

    JMX Connector

    I developed a simple Java client in order to retrieve several information from WebSphere AS using JMX. Thi exception is raised: "Could not create SOAP Connector to connect to host localhost at port 8880" This is the code: /* * XWasClient.java */ package com.xech.ws.client; // Librerie...
  2. garlam

    Remedy Java Api DOCS

    Hi, where should I find a documentation about a remedy client development using the java API ??? Thanks in advance, Mauro.
  3. garlam

    send an html mail using mailx

    Hi, I wuold like to send an html mail using mailx on solaris 9. I have to set the Content Type but I don't know how. Should anyone help me ?? Thanks in advance, Mauro.
  4. garlam

    OV Performance Insight, polling policy assignment

    I'm using OVPI in a distributed environment: - Central Server - Web Access Server - Oracle Server - 2 x Remote Poller I'm not able to configure a polling policy to collect data from another server (a Remote poller machine) rather than the Central Server. In the "Polling Assigned To:" combo box...
  5. garlam

    Why my shell script doesn't delete a file ???

    I wrote this shell script: #!/bin/sh PATH=/sbin:/usr/bin:/usr/sbin; export PATH echo "Content-type: text/html" echo "" ROOT=/app/webchecker/controller FILEIN=$ROOT/log/servcheckerstat.txt FILEDOWN=$ROOT/bin/down_ FILEOUT=/tmp/wcHtmlStat.$$ $ROOT/bin/servckhtmlstat W $FILEIN $FILEDOWN...
  6. garlam

    Apache log file

    There is a way to put an header (for example #Date: $current_date) on the Apache access.log ???? Thank in advance, Mauro.
  7. garlam

    Tomcar session management

    I'm using tomcat to handle session management on my site. On web.xml file I have: <session-config> <session-timeout>30</session-timeout> <!-- 30 minutes --> </session-config> I wuold like to unset session time (I want no session time) ... wath I have to do ??? Is it sufficient to remove...

Part and Inventory Search

Back
Top