ack, ya I meant .action...force of habit, did that to jason the other day too

 <welcome-file-list>
   <welcome-file>Index.action</welcome-file>
 </welcome-file-list>

that is in the web.xml that I thought might be source of the issue
with that, its not even named after an existing action,but I never got
around the checking it out

jesse

On 8/23/06, Brett Porter <[EMAIL PROTECTED]> wrote:
Why straight to a jsp? Doesn't it need to go to an action?

For Archiva, I've just created an index.jsp with a redirect to /
index.action, since most containers won't support that as a welcome
file.

- Brett

On 23/08/2006, at 9:42 PM, Jesse McConnell wrote:

> was that just hitting the localhost:9090/ ?
>
> I don't think that has been fixed up yet, I mostly just go straight to
> a page, like http://localhost:9090/groupSummary.jsp
>
> I'll take a look at that though and get the / working if its not,
> pretty sure it wasn't
>
> jesse
>
> On 8/22/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I've tried to run Continuum from trunk (just the normal svn up, mvn
>> clean install, cd continuum-webapp, mvn jetty:run), but I get this:
>>
>> :WARN:  /
>> java.lang.NullPointerException
>>          at
>> org.mortbay.jetty.servlet.DefaultServlet.passConditionalHeaders
>> (DefaultServlet.java:485)
>>          at org.mortbay.jetty.servlet.DefaultServlet.doGet
>> (DefaultServlet.java:422)
>>          at javax.servlet.http.HttpServlet.service
>> (HttpServlet.java:689)
>>          at javax.servlet.http.HttpServlet.service
>> (HttpServlet.java:802)
>>
>> Anyone seen that? It's a weird one... I wonder if maybe the plexus
>> listener is dying on startup and swallowing the exception?
>>
>> - Brett
>>
>
>
> --
> jesse mcconnell
> [EMAIL PROTECTED]



--
jesse mcconnell
[EMAIL PROTECTED]

Reply via email to