Quantcast

Any ideas for HTTP 404?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Any ideas for HTTP 404?

Stephan.Schmidt
When I enter

.../page/list

then with Grails 0.1 I get this

HTTP ERROR: 404

/WEB-INF/grails-app/views//page/list.jsp

RequestURI=/wiki/page/list

Where views/page/list.gsp does exist. Why does
Grails need a list.jsp file?

Any ideas?

thanks
bye
-stephan
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Any ideas for HTTP 404?

graemer
Hey Stephan,

This is a bug at the moment, if you created the GSP after you started
the server and access the URL then it caches the link to the jsp..
restarting the server will fix the problem

Graeme

On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:

> When I enter
>
> .../page/list
>
> then with Grails 0.1 I get this
>
> HTTP ERROR: 404
>
> /WEB-INF/grails-app/views//page/list.jsp
>
> RequestURI=/wiki/page/list
>
> Where views/page/list.gsp does exist. Why does
> Grails need a list.jsp file?
>
> Any ideas?
>
> thanks
> bye
> -stephan
>


--
Graeme Rocher
Grails Project Lead
http://grails.codehaus.org
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Any ideas for HTTP 404?

Stephan.Schmidt
Stupid me,

thanks
bye
-stephan

> Hey Stephan,
>
> This is a bug at the moment, if you created the GSP after you started
> the server and access the URL then it caches the link to the jsp..
> restarting the server will fix the problem
>
> Graeme
>
> On 3/30/06, Stephan J. Schmidt <[hidden email]> wrote:
>> When I enter
>>
>> .../page/list
>>
>> then with Grails 0.1 I get this
>>
>> HTTP ERROR: 404
>>
>> /WEB-INF/grails-app/views//page/list.jsp
>>
>> RequestURI=/wiki/page/list
>>
>> Where views/page/list.gsp does exist. Why does
>> Grails need a list.jsp file?
>>
>> Any ideas?
>>
>> thanks
>> bye
>> -stephan
>>
>
>
> --
> Graeme Rocher
> Grails Project Lead
> http://grails.codehaus.org

Loading...