Tagged Questions

2
votes
1answer
44 views

How can I turn listings on for just one folder in my webapps, as opposed to every folder

At the moment I have listings enabled(see code below) which means everyfolder is affected. how can i make it so that only webapps/myProject/myFolder is listable? <init-param> ...
1
vote
3answers
1k views

Download files from a directory listing

Is it possible to download all the files from a directory listing? Eg., the following link leads to a listing. http://www.arthika.net/1234TB/new/Kuruvi/ Please point me to some related API's to ...
0
votes
3answers
204 views

How can I list all the files in folder on tomcat?

I have got a folder with many excel documents in it on tomcat and i want those files to be available when i got go the that folder's url in the browser (eg http;//localhost:8080/myfolder) at the ...
0
votes
0answers
188 views

index.jsp in Jetty failing to redirect when dirAllowed=false

I was tasked with correcting a listable directories vulnerability in a Java web project running on Jetty. I did this by adding the following to the project's frontend jetty config XML file as a child ...
0
votes
3answers
1k views

File explorer java

I'd like to have some kind of file browser like Windows Explorer inside a Java Application. I just want something that's able to list file inside a folder recursively. Is there a simple way to do ...
0
votes
3answers
170 views

Java Shell wildcard tokenizer

My Java is extremely rusty and I'm stuck trying to make a user interface that simplifies the execution of shell scripts or batch files depending on whether it's Linus or Win32 respectively. The files ...