[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Creating a webapp which is not a war or ear
PeterJ
do-not-reply at jboss.com
Mon Aug 27 11:03:55 EDT 2007
Two possibilities:
1) Deploy your application as an exploded directory (http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment ). Then your code can upload files into one of the directories within your app.
2) Place the images into a subdirectory of the server/default/data directory. You can use the jboss.server.data.dir system property to locate the data directory.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078378#4078378
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078378
More information about the jboss-user
mailing list