Hello,
if you did not change the generated JSPs, I have no guess why this error could occur.
Sometimes when we observed strange effects which the apllication, the proposal was:
(1) stop Tomcat
(2) delete the content of Tomcat’s work directory
(3) restart the Tomcat
(4) Check the URL you are entering to start the application. URLs are case sensitive even if Tomcat returns a search page, the session object will not be found. Therefore, if your directory is ‘Employee1’, the URL to start must be
E[/b]mployee1/search.jsp]http://localhost:8080/Employee1/search.jsp
Please, check also the starting letter of the serach page whether it is Search.jsp or search.jsp.
In general 90% of the errors could be solved in this way. If your problem still exists, please zip your application (JSPs + web.xml + schema.tsd) and post it to the community. I will try to reproduce it on my machine.
Bye,
Christian.
[This message was edited by Christian Freytag on 24 Mar 2003 at 15:07.]
#webMethods#Tamino#API-Management