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 TouchToneTommy 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: *

  1. kateinseattle

    How to control enforce users to only seeing webpages in sequence?

    Hi: I have a bunch of webpages where a user has to fill in details before continueing- the sequence goes like: - page 1 - user fills in details then clicks "continue" button - page 2 - user fills in details then click "continue" button -etc At the moment, if someone enters the URL for page...
  2. kateinseattle

    Servlets and XML

    I would like to create a servlet, which when accessed, will retrieve an XML file, remotely over the Internet, and parse it to the browser's screen. Can anyone point to example code that will help me along? Thanks.
  3. kateinseattle

    Moving files based on time created

    Can anyone help me out with this? I would like to run a cron job that will periodically move all files in a specified directory, to a seperate folder ...if the files were created above a specified date. What I have so far is: find ${directory} -name fimename.* -ctime +60 -exec mv {} \...
  4. kateinseattle

    Automate the archiving and deletion of log files

    Hi: Does anyone know of a available script that can help me out in managing accumulated logs? specs: - tars and gzips log files, after the files are a certain date - deletes files after a specified time
  5. kateinseattle

    Unix Script Help - Piping Output to File with time stamp

    I would like to run 'snoop' on a solaris box to capture packets. However, I would like snoop to write the packets captured to a file, i.e. snoop > filename The problem I have is that the file gets increases in size until it runs out of disk space. Ideally it would be great to get snoop to...
  6. kateinseattle

    Active Directory - Integrate with Oracle or LDAP?

    We have user information (login name and password) stored in an Oracle database which in turn replicates to LDAP. Some of our internal applications authenticate users agains the Oracle or LDAP dependent on their needs. Our sys admin would like all our PC users to also go against the above data...
  7. kateinseattle

    Error Starting Apache - Syntax Error for Httpd.Conf file

    I receive the following error when I try to start Apache : './apachectl startssl' I checked online and there was some information on this on www.sun.com - but they did not go into detail why the error occured and the solution did not work :( Error Message: Syntax error on line 237 of...
  8. kateinseattle

    PowerPoint Query - How to set up a backward link?

    I have a PowerPoint presentation to complete that will simulate the workflow of a new web application we hope tyo get approval to develop. There are about 50 slides - I have created hyperlinks between the slides. i.e. "slide 2" has hyperlinks to "slide 4" and "slide 48" So during the...

Part and Inventory Search

Back
Top