Hi all,
it's been a week that i've busy trying to deploy my application on EC2 and S3 for the static files.
My config is the one below (i compiled my gwt module using cross site scripting linker)
a TOMCAT setup on app.domain.com with all my servlet and stuff like that. My module.html is here
on Amazon S3, all the javascripts, htmls, images, etc under the domain assets.app.domaine.com.
module.nocache.js
BIG_HASH.cache.js files
sc/ directory (with all the stuff in it)
And i get a "isc in not defined".
What's wrong with my config ? (i use the lastest build). Deploying everything on the TOMCAT instance makes everything work.
So, what with my config ?
Thanks,
Thomas
it's been a week that i've busy trying to deploy my application on EC2 and S3 for the static files.
My config is the one below (i compiled my gwt module using cross site scripting linker)
a TOMCAT setup on app.domain.com with all my servlet and stuff like that. My module.html is here
on Amazon S3, all the javascripts, htmls, images, etc under the domain assets.app.domaine.com.
module.nocache.js
BIG_HASH.cache.js files
sc/ directory (with all the stuff in it)
And i get a "isc in not defined".
What's wrong with my config ? (i use the lastest build). Deploying everything on the TOMCAT instance makes everything work.
So, what with my config ?
Thanks,
Thomas
Comment