Deploying IntelliJ13 of my SMARTGWT in Tomcat

2014-04-16 Thread Elmer Dela Cruz
Dear Guys, this is my first time to use IntelliJ and it was good. Java Same as GWT. Same as SMARTGWT. Everything works perfectly when i am just using the play to test it. But a horrifying experience when I am trying to deploy as war. Can anybody help to assist me how i can deploy my apps

Re: Deploying IntelliJ13 of my SMARTGWT in Tomcat

2014-04-16 Thread Jens
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