Basically, I'm supposed to implement a search engine in the company's
intranet.  But due to the way the intranet is working now, I'm having a bit
of major trouble getting any spider/robot or agent to set up the basic
database at all.

Basically, when the user makes a request to the site, on a prespecified port
number say, 81, a servlet thread class is called to set up the connection
and authenticate the user.  Thereafter, each page he goes to is basically
generated by the different servlets.

The basic problem here is that coz the servlet produces output directly to
the server, the search robot/spider or agent will be best placed to search
information by placing the request directly to the server, but there is no
method to authenticate the robot/spider or agent.  And, since the servlets
are the ones generating the output, how can the robot/spider or agent search
that particular output rather than the .java file which it is not searching
anyway.

Help!!!!  Major help!! would be appreciated.

Ciao
ST Lim
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to