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 Mike Lewis 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

    Hi: At the moment I am on the research stage - I have a Java console application running, that uses DOM, to parse an XML file to the console window. I would like to use SAX and have the XML parsing incorporated into a servlet. I was wondering if there are any example code of doing this out in...
  3. 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.
  4. kateinseattle

    Moving files based on time created

    I entered the following: find {Directory_Path} -name *.* -ctime +60 -exec mv '{}' {Directory_Path_to_Move Files} \; and received the following error messages: >>find: bad option filename >>find: path-list predicate-list Thanks for all your great tips :)
  5. kateinseattle

    Moving files based on time created

    Thanks for all your tips :) When I ran the script, I received the following message: >>find: bad option filename >>find: path-list predicate-list Googling did not enlighten - would you have any tips why the error occured?
  6. 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 {} \...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. kateinseattle

    apache mod_jk2 and tomcat

    This may not help much: my experiences with mod_jk2 have not been positive - al least not ready for us to go into production. Other users may have had better experience. We ended using Apache as a proxy web server to Tomcat - no need for a bridge.
  12. 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