Hi All:
I am facing couple of problems with JBOSS 4.0.
1. If I save one file index.jsp in jboss/server/default/deploy, can I see it using http://localhost:8080/index ? If not, then is there any way to see any jsp file which has not been packaged.
2. I have couple of JSP and image files that I call from a servlet. I do not know where exactly I store store them. should I put it in src/web, when my servlet files are in
src/servletPackage/myServlet? What path do I use to refer those image files from the servlet?
Your help would be appreciated.
Ivan
-
jBoss 4.0: where to store JSP files (1 messages)
- Posted by: Ivan Levin
- Posted on: July 31 2004 22:40 EDT
Threaded Messages (1)
- Where is your servlet packaged? by Rene Zanner on August 02 2004 04:44 EDT
-
Where is your servlet packaged?[ Go to top ]
- Posted by: Rene Zanner
- Posted on: August 02 2004 04:44 EDT
- in response to Ivan Levin
Hi,
when you found the answer to the question in my subject, then you know, where to put your JSPs. Since your servlet should be part of a web application, just add your JSPs to the same web application!
Cheers,
René Zanner