Log message indicates "Embedded Tomcat" is being used, when it's actually Jetty
-------------------------------------------------------------------------------

                 Key: MGWT-59
                 URL: http://jira.codehaus.org/browse/MGWT-59
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: maven-gwt-plugin 1.1-SNAPSHOT 
(gwt-maven-plugin-1.1-20090312.110417-34.jar)

GWT 1.6.4

My settings.xml defines:

  <gwtVersion>1.6.4</gwtVersion> 
  
<google.webtoolkit.home>/home/mark/Applications/gwt-linux-1.6.4</google.webtoolkit.home>

My pom.xml contains: 

  <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>${gwtVersion}</version>
      <scope>provided</scope>
    </dependency>


            Reporter: Mark Renouf


Console output:
[INFO] [gwt:run]
[INFO] using GWT jars from local installation 
/home/mark/Applications/gwt-linux-1.6.4
[INFO] source web.xml present - 
/home/mark/workspace/......./src/main/webapp/WEB-INF/web.xml - using it with 
embedded Tomcat
[INFO] establishing classpath list (scope = runtime)

I've confirmed it's actually launching Jetty (the default in 1.6). This is 
correct and as expected, and everything works correctly. The plugin also still 
setting up a tomcat context even though it is not used. (I see a 
${project.build.directory}/tomcat folder). That should probably not happen 
under GWT-1.6.x).

I manually define my servlets in src/main/webapp/WEB-INF/web.xml and everything 
is working fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to