Dear sir,
 
I am using Linux. I have install Apache JServ and configure JSSI according to the steps in the installation guide. I successfully run servlet in the directory /home/httpd/html using simple.jhtml.
 
simple.jhtml
<HTML>
<SERVLET CODE="SimpleServlet.class">
</SERVLET>
</HTML>
 
however, I want to run servlet besides the directory /home/httpd/html, I try
<SERVLET CODE="servlets/SimpleServlet.class">, it doesn't work.
 
Then I try to place the two files SimpleServlet.class and simple.jhtml into directory /home/httpd/html/servlets. The browser return:
Requested URI /servlets/org.apache.servlet.ssi.SSI is not a file. Please, make sure you report a java server side include file.
 
Would you mind if you could answer me how to solve this problem? Thank you for you kind attention
 
Leo Chan
 
 
 

Reply via email to