How to execute a servlet that contains a repeated task?

I have created a repeated task inside a servlet but the only way I know how to execute the task is by typing the servlet path into a browser window. Anyone know how I can do this from a .bat file?Thanks, Donna
[223 byte] By [djhaa] at [2007-10-3 0:25:27]
# 1
You can write a java program that sends a request to the servelets programatically (Using java.net.URL class) and run that app using a .bat file
LRMKa at 2007-7-14 17:17:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...