servlets thread: Getting the list of all file names of JSP & HTML Files from Server
Friends, How can I get the names of all HTML and JSP files from the server. I am using Javawebserver. I tried by using File(directoryname). But in this the argument is taking only the absolute path ie., c:\javawebserver2.0 \public_html. Its not taking http://localhost:8080/ as the path. Pls help me.
|





