Returned 5 Results for "file" Ordered By Relevance

PHP File Upload Manager

relevance: [2.73]
2011-01-15 Digg! icurtain Delcious icurtain
Thought I would consolidate file upload functions for PHP into one nice easy class - compatible with dbphp - makes my life soooooo easy ;)  class FileUpload {       /*Documentation     FileUpload Class 0.1 - 2010-01-15 by icurtain.co.uk     Imeplentation is as follows          $file = new F...

web.xml deployment file example

relevance: [2.69]
2006-07-20 Digg! icurtain Delcious icurtain
Eclipse never seems to bother creating the deployment file for tomcat so here is a template web.xml document so i can find it easily Empty web.xml file for Web Application PrintListenerClient uk.co.iblocks.printclient.PrintListenerClient PrintListenerClient...

Changing CVS file permissions with chown

relevance: [2.19]
2007-12-13 Digg! icurtain Delcious icurtain
If someone has added something to CVS with incorrect permissions (ie. their own username instead of cvs) then you can do the following # chown -R cvs templates/ - changes ownership of templates to cvs # chgrp -R cvs templates/ - changes group ownership of templates to cvs # chmod -R 0444 * - se...

autostart with chkconfig in linux

relevance: [2.14]
2007-09-07 Digg! icurtain Delcious icurtain
in order to allow chkconfig to run a file in etc/init.d or wherever as a start up service the file must have a descriptor header that tells chkconfig what its run level - startup - shutdown are - this is set in the following way #!/bin/sh # # chkconfig: 3 87 20 # description: Description...

Tomcat Installation and Setup on Windows - msvcr71.dll

relevance: [2.08]
2007-09-13 Digg! icurtain Delcious icurtain
make sure the file msvcr71.dll is present in the system path    intall java jre  install tomcat    copy the deployment directory onto the local drive    edit:    ..\Apache Software Foundation\Tomcat 6.0\conf\server.xml    to include the deployment path to the application    this looks l...