Using Axis 1.0 in Tomcat 4.1.12, how can I create a web service that can list the contents of a directory that is not in the webapp directory? Example: if my tomcat directory is c:\tomcat and the directory I want to list is d:\somedir.
Newbie Question:
How can I limit the number of recordsets returned from a select statement like "select * from table"? I only want the first 50 records.
Thanks
Fred
How can I change this thread code to pass params?
import threading
class TaskThread(threading.Thread):
"""Thread that executes a task every N seconds"""
def __init__(self):
threading.Thread.__init__(self)
self._finished =...
How can I process large binary files(100MB+)? I have this code from javaworld site. I want to process large binary files without running out of memory. I want to move large files as a java objects from one directory to another. But with this code, I am getting memory errors on very large...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.