in reply to Re: Re: Re: How to index dynamic pages?
in thread How to index dynamic pages?

This is not the problem. The jsp page displays itself as http://hostname/path/filename.jsp/id=N. My question is the filename.jsp is crawlered using find . -name "*.jsp", its url stored in the database as http://hostname/path/filename.jsp. When the page is searched, the filename.jsp without the id can't be displayed.

Thanks

  • Comment on Re: Re: Re: Re: How to index dynamic pages?