S
Sjaak
Hi All,
(First I would like to say I'm very new to JSP development)
I have installed Tomcat 5.5.6 and the examples work fine.
--- hello.jsp ---
<HTML>
<HEAD><TITLE>JSP Test</TITLE></HEAD>
<BODY BGCOLOR="#FDF5E6">
<H1>JSP Test</H1>
Time: <%= new java.util.Date() %>
</BODY></HTML>
--- hello.jsp ---
If I place this file in C:\Tomcat\webapps\ROOT it is not found.
If I place it in C:\Tomcat\webapps\jsp-examples it does work.!!
When I make a directory in C:\Tomcat\webapps for example
C:\Tomcat\webapps\test the directory is not found.
How come? Do I have to configure something? If so where and what?
Thank you very much!!
Also anybody know of a good website for .JSP nitwits like me?
Kind regards,
Steven.
(First I would like to say I'm very new to JSP development)
I have installed Tomcat 5.5.6 and the examples work fine.
--- hello.jsp ---
<HTML>
<HEAD><TITLE>JSP Test</TITLE></HEAD>
<BODY BGCOLOR="#FDF5E6">
<H1>JSP Test</H1>
Time: <%= new java.util.Date() %>
</BODY></HTML>
--- hello.jsp ---
If I place this file in C:\Tomcat\webapps\ROOT it is not found.
If I place it in C:\Tomcat\webapps\jsp-examples it does work.!!
When I make a directory in C:\Tomcat\webapps for example
C:\Tomcat\webapps\test the directory is not found.
How come? Do I have to configure something? If so where and what?
Thank you very much!!
Also anybody know of a good website for .JSP nitwits like me?
Kind regards,
Steven.