Returned 5 Results for "file" Ordered By Relevance
relevance: [2.73]
2011-01-15
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...
relevance: [2.69]
2006-07-20
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...
relevance: [2.19]
2007-12-13
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...
relevance: [2.14]
2007-09-07
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...
relevance: [2.08]
2007-09-13
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...