From: Michael L. <lu...@ug...> - 2004-06-07 17:56:59
|
Hello- I am trying to get the "search genes by product field" working on our installation of the WDK. It's kind of hard to find the error. From the search page, I am taken to a page that says there are x number of entries, which correspond to the right answer, and says that it will display them, but there is nothing displayed in the table. I get the following message in the servlet.log: [Jun 7, 2004 1:41:44 PM] <SiteServlet:MSG> GET request [Jun 7, 2004 1:41:44 PM] <SiteServlet:MSG> No 'page' parameter in request, and no defaultPage set. Which is true. The url looks like: http://tcruzidb-gusdev.ctegd.uga.edu/tcruzidb-gusdev/servlet/servlet Where normally there is a ?page= after the servlet. Obviously the page is working, but I thought always there should be a ?page= when viewing a page via the servlet. Either way, how do I set my defaultPage if this is the problem? WHich of the conf files will do this? Also... I understand that (one of) the purposes(s) of the servlet.conf file is that you can make changes to it without having to recompile the java code and tomcat. This does not seem to work for me. If I make changes to the file in the servlet directory, nothing changes. Has anyone seen this error before? Michael Luchtan |