Config below.

Tomcat launches. My code launches: I see log messages that indicate
comparative happiness.

I go any GET at all, and I get back an error 400, text/plain, zero
text. No traffic on standard out or err.


 <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>tomcat-maven-plugin</artifactId>
                    <version>1.1</version>
                    <executions>
                        <execution>
                            <id>default-cli</id>
                            <goals><goal>run</goal></goals>
                            <configuration>
                                <port>9167</port>
                                <path>lsh</path>

<useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
            </plugins>
        </pluginManagement>

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

    http://xircles.codehaus.org/manage_email


Reply via email to