|
From: Steve L. <st...@ap...> - 2007-10-17 15:20:24
|
Steve Loughran wrote:
> I'm deploying a webapp. The (long) trace is attached...its routing
> through a more complex logging system than normal.
>
> 1 .The webapp appears deployed on the log
>
> 2. the root page is our friend 404, with a link to the webapp:
>
> <HTML>
> <HEAD>
> <TITLE>Error 404 - Not Found</TITLE>
> <BODY>
> <H2>Error 404 - Not Found.</H2>
> No context on this server matched or handled this request.<BR>Contexts
> known to this server are: <ul><li><a
> href="testwar">testwar ---> org.mortbay.jetty.webapp.WebAppContext@43052ce{testwar,jar:file:/home/slo/Projects/SmartFrog/Forge/core/components/jetty/build/ivy/lib/testwar/sf-www-testwar-3.12.007dev.war!/}</a></li>
>
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> <!-- Padding for IE -->
>
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> <!-- Padding for IE -->
> </BODY>
> </HTML>
>
> But there's nothing there. Go to the link, 404. Try a servlet, 404. I've
> made sure there is a welcome page list, and yet nothing seems picked up.
>
> Who knows what am I doing wrong?
>
got it. I needed to use an opening forward / in the context. I believe
that is a change since the 4.x codebase :)
|