I've reviewed the previous threads that discuss this problem but need to know what the correct configuration should be. I built Muse 2.2.0 and am running Tomcat 7.0.2. with JDK 1.6.0_11. Originally when I built the wsn-producer app and deployed it to Tomcat I would see the problem with "no index.jsp found".This was related to not having the jsp-api.jar in the wsn-producer WEB-INF/lib. Once this was added the wsn-producer servlet would throw a load() exception (from the Tomcat log) at startup due to a problem with the javax.xml.stream.InputFactory not getting instantiated. This was probably the servlet trying to open the muse.log file and failing. No muse.log file is created although the wsn-producer app is listed as running in Tomcat. The muse.xml file was unmodified and shows that the muse.log file should be created.
The solution that was identified in another thread was to use JDK 1.5.0_11 however when I switched to this I found that Tomcat 7.0.2 would no longer run. Can you help identify a configuration of Tomcat, Muse, and JDK that is known to work? -- View this message in context: http://old.nabble.com/Muse-wsn-producer-load-problem-in-Tomcat-7.0.2-tp30116958p30116958.html Sent from the Muse User mailing list archive at Nabble.com.
