I'm having a problem getting my
JSP working on Blazix. I think the problem is with the location of the supporting resources.
I've writen an example (writen for
Tomcat)
word for word that has the following structure:
/SERVER_DIR
/webfiles
welcome.jsp
/WEB-INF
errorPage.jsp
web.xml
footer.jspf
/classes
questions.class
questions.java
The welcome page loads but can't read class files in that location. So far, I've worked out that all class files have to sit in /Blazix/classes, not my own class dir but still I can't get the deplyment descriptor to work (ie typing the url dir, not welcome.jsp, just gives a 404).
Can anyone help show where the web.xml should sit and how to get the WAR packaging tool working properly (had no luck after reading the docs)
Hope I've made this clear enough
Dave