Wednesday, April 16, 2014

Re: Deploying IntelliJ13 of my SMARTGWT in Tomcat

You have to define an artifact in IntelliJ (Project structure -> Artifacts). The artifact should be an exploded web application artifact and should contain all your classes and server libraries/resources. Then you create a new run configuration and choose Tomcat -> Local and configure it as needed. On the Deployment tab you would add the artifact of your GWT project to Tomcat.

Finally in your GWT run configuration you add DevMode parameters:

-noserver -war <path/to/your/artifact>


I do the same with Jetty instead of Tomcat and it works without problems.


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment