Title: JSP (which uses no beans) does not work with Orion 0.8.2 - HELP !!!!!!!!!!

it seems to me that JSP in Orion 0.8.2  is not working:
I've my custom app and I manage to open html files from my webapp dir
but when I try to GET the JSP file from the html page (IE 4) nothing happens:

this is how orion is started:

set CLASSPATH=.;c:\dev\conductor;c:\forte3l0\install\lib\java\conductor.jar;c:\forte3l0\install\lib\java;d:\orion\tools.jar;d:\orion\orion.jar;c:\jdk1.2.2\lib\dt.jar;

rem java com.evermind.server.ApplicationServer -verbose class -cl %CLASSPATH%
java -jar orion.jar -cl %CLASSPATH%

the index.html (calling http://localhost/index.html ):

<html>
<head>
        <title>Untitled</title>
</head>

<body>
<P><STRONG>defaul start page</STRONG></P>

<a href="./jsp/test.jsp">login</a>
<P>&nbsp;</P>

</body>
</html>

the test.jsp (does not work)

<html>
<head>
<title>Log in</title>
</head>
<body>
<% out.println ("troia") %>


</body>
</html>

what is going on ?
help please !!!!
thanks


Reply via email to