I've made .war file from war folder of my project and copied it to tomcat's ROOT directory. Then I start tomcat and get either GWT module 'hellogxt' may need to be (re)compiled
or 404 error
. What I am doing wrong?
update here is log of gxt compilation
Compiling module com.hello.gxt.HelloGXT
Compiling 6 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compiling permutation 5...
Compile of permutations succeeded
Linking into D:\path\HelloGXT\war\hellogxt
Link succeeded Compilation succeeded -- 105.573s
found useful link. Just followed steps and ... PROFIT!