Thanks for your reply, Ate. > In your case, you must have modied more than you wanted in the > SearchProducts.jsp (and possibly elsewhere). > Just changing the table title would have no side-effect. > I suggest you compare all your code with subversion and carefully check > all the differences.
Yes. I always use "svn status" or "svn diff" and I am conscious of changing of files. I have tried following several times, removing all files everytime. 1. Checkout all M4 source by svn. 2. Change these three files to use PostgreSQL. build.properties project.properties maven-plugin/plugin.properties 3. Build and start tomcat. maven initMavenPlugin allClean allBuild maven j2:quickStart /.../jakarta-tomcat-5.5.9/bin/startup.sh 4. Jetspeed/Jpetstore works fine. No problem. 5. Stop tomcat. /.../jakarta-tomcat-5.5.9/bin/shutdown.sh 6. Change SearchProducts.jsp. Only title string. 7. Build and start tomcat. Same as 3. 8. Able to login to Jetspeed by uid "admin". 9. Exception when I click Jpetstore tab. Is there any mistake in above procedure? If not, it is a mystery. :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
