With the original web.xml, I receive the following error:
2002-09-13 01:55:15 - Ctx(/JukeX) : Removing
duplicate*.jsp -> ServletH jsp(null)
By replacing *.jsp with /JukeX/*jsp the error is resolved.
<servlet-mapping>
<servlet-name>JSPServlet</servlet-name>
<url-pattern>/JukeX/*.jsp</url-pattern>
</servlet-mapping>
(Not quite a bug - but it could hold up some people)
Logged In: YES
user_id=429089
Thanks for picking that up, I will include it in the next
release.