This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes GWT and the fly likes GWT and tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "GWT and tomcat" Watch "GWT and tomcat" New topic
Author

GWT and tomcat

etti eitan
Greenhorn

Joined: Sep 24, 2011
Posts: 8
Hi,

I want that my application will save files in the server side and that after that I will be able to access these files.

I am sending to the server using rpc the directory where to save files which is GWT.getModuleName() + "/Diffs".

The file created under <workspace>/<project name>/<war>/<project name>/Diffs

After that in the client I use :
Window.open(GWT.getModuleName() + "/Diffs/"+ button.getTitle(), "_blank","status=1,width=350,height=150");

To open the files.

In development mode it works OK but when I run it in production mode using tomcat the file saved under :
C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\<project name>\Diffs

Is that the right way to write it ?
How can I save the files under the webapp directory ?

Thanks

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: GWT and tomcat
 
Similar Threads
File.canWrite()?
Vista caching and Tomcat
Problem With Installing Tomcat 4.1 17 In The Windows 98
Unable to view uploaded files in Tomcat till server is refreshed
GWT .war file building problem (Ant Build)