That improved things. Now I get a proper error page and I can also get
HTML pages.

On Sat, Apr 16, 2011 at 4:48 PM, Ryan Connolly <[email protected]> wrote:
> I'm not positive but could you try changing your path to include a forward
> slash?
>
> <path>/lsh</path>
>
> On Apr 16, 2011 4:26 PM, "Benson Margulies" <[email protected]> wrote:
>> 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
>>
>>
>

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

    http://xircles.codehaus.org/manage_email


Reply via email to