Tomcat's "work" folder is simply a place where tomcat turns JSP code into Java servlet source code and then compiles them into Java byte code... If you are deploying as a war I personally would think that you'd be better off having a locatrion for your "uploads" directory elsewhere...
----- Original Message ----- From: "Arijit Ghosh" <[EMAIL PROTECTED]> To: "JBoss User" <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 4:26 PM Subject: [JBoss-user] WAR file problem... > Using Jboss3.0 with Tomcat4.0.3 > > I have the following problem --- > > When a WAR file is loaded, automatically under Embedded Catalina, inside > WORK folder, a folder with corresponding project name is built and all > the compiled JSP pages etc... are created. > > In my WAR file, I have created another folder called UPLOADS which is > supposed to contain some image files. > > However, when this WAR file is deployed, no such folder is created under > Catalina/ Work folder. > > How can I do this ? > Can anyone help ? > > Regards, > Arijit > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
