• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Deploying in Blazix

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have no specific knowledge of Blazix, but unless it is wildly divergent from the Servlet 2.3 spec, your classes should go in /WEB-INF/classes.
hth,
bear
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic