Skip to content

Commit

Permalink
Add tomcat plugin for running in 'container'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Jun 3, 2014
1 parent 381f7bc commit e6fc213
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
<goals>gae:deploy</goals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat6-maven-plugin</artifactId>
<version>2.0</version>
<configuration>
<path>/</path>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

4 comments on commit e6fc213

@kerbymart
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dsyer Hi, perhaps you can try mvn gae:run in this Codio (which I just cloned this latest commit), it will throw an error:

https://codio.com/kerbymart/spring-boot-sample-gae-git

@dsyer
Copy link
Member

@dsyer dsyer commented on e6fc213 Jun 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I never tried gae:run. You can run the app in tomcat and gae:deploy works (did you try that?).

@dsyer
Copy link
Member

@dsyer dsyer commented on e6fc213 Jun 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try the latest master (works for me with gae:run as well now).

@kerbymart
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 - yup it works on my codio now: http://retook-evadne.codio.io:8080/

really nice.

Please sign in to comment.