How can I create a new folder in my web-app (for upload photo album) with Grails on Tomcat ?
Posted
by quilovnic
on Stack Overflow
See other posts from Stack Overflow
or by quilovnic
Published on 2010-04-22T16:47:32Z
Indexed on
2010/04/22
17:03 UTC
Read the original article
Hit count: 156
i want to create a photo album. But I want to organize on the server the albums so I want to create new folders :
/myapp /myapp/albums /myapp/albums/1 /myapp/albums/2 ...
How can I do that on tomcat with Grails ? It create all new folder in tomcat/bin not in tomcat/webapps/myapp/
© Stack Overflow or respective owner