I am planning to use Ultraseek search engine to provide search capabilities
for the dynamic site built with JSP.  Ultraseek (and other search engines
that use spidering), when it is indexing the site (by calling http), it
cannot handle question marks, as in file.jsp?id=1  As a result, the pages
are left unindexed.  In the past, using ColdFusion (by Allaire), I have
solved it by submitting parameters differently - with forward slashes, as
in file.jsp/id/1 and then I would parse the PATH_INFO.

This approach does not work here - because it the app server simply says
'Cannot find file.jsp/id/1', I guess it interprets it as a directory.  What
can I do to solve this problem ?

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to