Note that there are some explanatory texts on larger screens.

plurals
  1. POGWT module 'xyz' may need to be (re)compiled
    primarykey
    data
    text
    <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://stackoverflow.com/questions/5719118/gwt-module-may-need-to-be-recompiled-redux">GWT module may need to be (re)compiled REDUX</a> </p> </blockquote> <p>I have created a gwt project with eclipse and when I try this project in debug mode ( with GWT's server ) it works.</p> <p>But when I tried to deploy apache tomcat server, this error message is displaying :</p> <p>The page at localhost:8080 says: GWT module 'gwtfileupload' may need to be (re)compiled</p> <p>i used this tutorial to accomplish the deployment : <a href="https://wiki.auckland.ac.nz/display/BeSTGRID/Deploying+GWT+to+Tomcat+in+Eclipse" rel="nofollow noreferrer">https://wiki.auckland.ac.nz/display/BeSTGRID/Deploying+GWT+to+Tomcat+in+Eclipse</a></p> <hr> <p>here's the "warbuilder.xml" :</p> <p></p> <pre><code>&lt;target name="default" depends="buildwar,deploy"&gt;&lt;/target&gt; &lt;target name="buildwar"&gt; &lt;war basedir="war" destfile="gwtfileupload.war" webxml="war/WEB-INF/web.xml"&gt; &lt;exclude name="WEB-INF/**" /&gt; &lt;webinf dir="war/WEB-INF/"&gt; &lt;include name="**/*.jar" /&gt; &lt;/webinf&gt; &lt;/war&gt; &lt;/target&gt; &lt;target name="deploy"&gt; &lt;copy file="gwtfileupload.war" todir="." /&gt; &lt;/target&gt; </code></pre> <p></p> <p>here's the project tree<br>   |gwtfileupload<br>   |-src<br>   |---com<br>   |-----hsn<br>   |-------demo<br>   |---------gwtfileupload<br>   |-----------client<br>   |-------------------GWTFileUpload.java<br>   |-----------server<br>   |-------------------FileUploadServlet.java<br>   |-war<br>   |---gwtfileupload.css<br>   |---gwtfileupload.html<br>   |---WEB-INF<br>   |-----web.xml<br>   |-----lib<br>   |---------commons-fileupload-1.2.1.jar<br>   |---------gwt-servlet.jar<br>   |---------commons-io-1.4.jar<br></p> <p>here's the war file tree<br>   |-gwtfileupload.html<br>   |-gwtfileupload.css<br>   |-META-INF<br>   |---MANIFEST.MF<br>   |-WEB-INF<br>   |---web.xml<br>   |---lib<br>   |------commons-fileupload-1.2.1.jar<br>   |------gwt-servlet.jar<br>   |------commons-io-1.4.jar<br>   |------gwtfileupload.jar<br>   |-gwtfileupload<br>   |---clear.cache.gif<br>   |---gwtfileupload.nocache.js<br>   |---hosted.html<br>   |---gwt<br>   |-----standard<br>   |-------images<br>   |---------ie6<br></p> <p>Could you help me to fix this problem?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload